HomeSort by relevance Sort by last modified time
    Searched refs:GR_GL_MUST_USE_VBO (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLConfig_chrome.h 38 #define GR_GL_MUST_USE_VBO 1
GrGLConfig.h 100 * GR_GL_MUST_USE_VBO: Indicates that all vertices and indices must be rendered
157 #if !defined(GR_GL_MUST_USE_VBO)
158 #define GR_GL_MUST_USE_VBO 0
  /external/skia/include/gpu/gl/
GrGLConfig_chrome.h 38 #define GR_GL_MUST_USE_VBO 1
GrGLConfig.h 100 * GR_GL_MUST_USE_VBO: Indicates that all vertices and indices must be rendered
157 #if !defined(GR_GL_MUST_USE_VBO)
158 #define GR_GL_MUST_USE_VBO 0
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCaps.cpp 199 if (!GR_GL_MUST_USE_VBO &&
  /external/skia/src/gpu/gl/
GrGLCaps.cpp 199 if (!GR_GL_MUST_USE_VBO &&

Completed in 3180 milliseconds