Home
last modified time | relevance | path

Searched refs:doesSubImageNeedInit (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DTexture.cpp1500 if (forceCopySubImage || doesSubImageNeedInit(context, index, destBox)) in copyImage()
2539 bool Texture::doesSubImageNeedInit(const Context *context, in doesSubImageNeedInit() function in gl::Texture
2563 if (doesSubImageNeedInit(context, imageIndex, area)) in ensureSubImageInitialized()
DTexture.h775 bool doesSubImageNeedInit(const Context *context,