Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureUtils.h89 void forEachEtc2Format(std::function<void(GLint format)>);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp826 void forEachEtc2Format(std::function<void(GLint format)> f) { in forEachEtc2Format() function
DGLEScontext.cpp1841forEachEtc2Format([&numEtc2Formats, &found](GLint format) { ++numEtc2Formats; found[format] = fals… in initCapsLocked()