OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GL_ARB_VERTEX_BLEND
(Results
1 - 4
of
4
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
59
GL_ARB_VERTEX_BLEND
(false), GL_ARB_MATRIX_PALETTE(false), \
73
bool
GL_ARB_VERTEX_BLEND
;
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp
283
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
...]
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
526
if (strstr(cstring,"
GL_ARB_vertex_blend
")!=NULL)
527
s_glSupport.
GL_ARB_VERTEX_BLEND
= true;
Completed in 113 milliseconds