HomeSort by relevance Sort by last modified time
    Searched refs:GL_ARB_VERTEX_BLEND (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), \
57 bool GL_ARB_VERTEX_BLEND;
  /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 497 if (strstr(cstring,"GL_ARB_vertex_blend ")!=NULL)
498 s_glSupport.GL_ARB_VERTEX_BLEND = true;

Completed in 233 milliseconds