Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DBlitGL.h168 angle::Result orphanScratchTextures(const gl::Context *context);
DBlitGL.cpp391 ANGLE_TRY(orphanScratchTextures(context)); in copySubImageToLUMAWorkaroundTexture()
1111 ANGLE_TRY(orphanScratchTextures(context)); in generateSRGBMipmap()
1185 angle::Result BlitGL::orphanScratchTextures(const gl::Context *context) in orphanScratchTextures() function in rx::BlitGL