Searched refs:iPlat (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.cpp | 404 const auto& iPlat = bd.iPlat; in BlitArray() local 425 … device_.TexSubImage3D(iPlat.image, iPlat.type, imageSubresource.mipLevel, offset3D, extent3D, in BlitArray() 426 iPlat.format, iPlat.dataType, reinterpret_cast<const void*>(data)); in BlitArray() 435 const auto& iPlat = bd.iPlat; in Blit2D() local 449 …device_.CompressedTexSubImage2D(iPlat.image, iPlat.type, imageSubresource.mipLevel, offset, extent, in Blit2D() 452 …device_.TexSubImage2D(iPlat.image, iPlat.type, imageSubresource.mipLevel, offset, extent, iPlat.fo… in Blit2D() 459 const auto& iPlat = bd.iPlat; in Blit3D() local 479 iPlat.format, iPlat.dataType, reinterpret_cast<const void*>(data)); in Blit3D() 489 const auto& iPlat = bd.iPlat; in BlitCube() local 1780 if ((iPlat.type != GL_TEXTURE_CUBE_MAP) && (iPlat.type != GL_TEXTURE_2D)) { in ImageToBufferCopy() [all …]
|