Searched refs:ensureSubImageInitialized (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/ |
D | Texture.cpp | 1086 ANGLE_TRY(ensureSubImageInitialized(context, index, area)); in setSubImage() 1139 ANGLE_TRY(ensureSubImageInitialized(context, index, area)); in setCompressedSubImage() 1197 ANGLE_TRY(ensureSubImageInitialized(context, index, destBox)); in copyImage() 1245 ANGLE_TRY(ensureSubImageInitialized(context, index, destBox)); in copySubImage() 1313 ANGLE_TRY(ensureSubImageInitialized(context, index, destBox)); in copySubTexture() 1909 angle::Result Texture::ensureSubImageInitialized(const Context *context, in ensureSubImageInitialized() function in gl::Texture
|
D | Texture.h | 603 angle::Result ensureSubImageInitialized(const Context *context,
|