Searched refs:forEachAstcFormat (Results 1 – 3 of 3) sorted by relevance
90 void forEachAstcFormat(std::function<void(GLint format)>);
839 void forEachAstcFormat(std::function<void(GLint format)> f) { in forEachAstcFormat() function
1842 …forEachAstcFormat([&numAstcFormats, &found](GLint format) { ++numAstcFormats; found[format] = fals… in initCapsLocked()