HomeSort by relevance Sort by last modified time
    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 286 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 518 if (strstr(cstring,"GL_ARB_vertex_blend ")!=NULL)
519 s_glSupport.GL_ARB_VERTEX_BLEND = true;

Completed in 47 milliseconds