HomeSort by relevance Sort by last modified time
    Searched refs:GL_ARB_MATRIX_PALETTE (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), \
74 bool GL_ARB_MATRIX_PALETTE;
  /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 531 if (strstr(cstring,"GL_ARB_matrix_palette ")!=NULL)
532 s_glSupport.GL_ARB_MATRIX_PALETTE = true;

Completed in 653 milliseconds