OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GL_ARB_MATRIX_PALETTE
(Results
1 - 4
of
4
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
43
GL_ARB_VERTEX_BLEND(false),
GL_ARB_MATRIX_PALETTE
(false), \
58
bool
GL_ARB_MATRIX_PALETTE
;
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp
279
if (s_glSupport.
GL_ARB_MATRIX_PALETTE
&& s_glSupport.GL_ARB_VERTEX_BLEND) {
GLEScmImp.cpp
109
if (ctx->getCaps()->
GL_ARB_MATRIX_PALETTE
&& ctx->getCaps()->GL_ARB_VERTEX_BLEND) {
[
all
...]
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
500
if (strstr(cstring,"
GL_ARB_matrix_palette
")!=NULL)
501
s_glSupport.
GL_ARB_MATRIX_PALETTE
= true;
Completed in 22 milliseconds