HomeSort by relevance Sort by last modified time
    Searched defs:GR_GL_NO_CONSTANT_ATTRIBUTES (Results 1 - 2 of 2) sorted by null

  /external/skia/include/gpu/gl/
GrGLConfig_chrome.h 15 #define GR_GL_NO_CONSTANT_ATTRIBUTES GR_WIN32_BUILD
GrGLConfig.h 50 * GR_GL_NO_CONSTANT_ATTRIBUTES: if this evaluates to true then the GL backend
58 * Setting this build flag enables this behavior. GR_GL_NO_CONSTANT_ATTRIBUTES
120 #if !defined(GR_GL_NO_CONSTANT_ATTRIBUTES)
121 #define GR_GL_NO_CONSTANT_ATTRIBUTES 0
181 #if(GR_GL_NO_CONSTANT_ATTRIBUTES) && (GR_GL_ATTRIBUTE_MATRICES)
182 #error "Cannot combine GR_GL_NO_CONSTANT_ATTRIBUTES and GR_GL_ATTRIBUTE_MATRICES"

Completed in 40 milliseconds