Home
last modified time | relevance | path

Searched refs:forEachAstcFormat (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureUtils.h90 void forEachAstcFormat(std::function<void(GLint format)>);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp839 void forEachAstcFormat(std::function<void(GLint format)> f) { in forEachAstcFormat() function
DGLEScontext.cpp1842forEachAstcFormat([&numAstcFormats, &found](GLint format) { ++numAstcFormats; found[format] = fals… in initCapsLocked()