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/gpu/include/
GrGLConfig_chrome.h 11 #define GR_GL_NO_CONSTANT_ATTRIBUTES GR_WIN32_BUILD
GrGLConfig.h 57 * GR_GL_NO_CONSTANT_ATTRIBUTES: if this evaluates to true then the GL backend
65 * Setting this build flag enables this behavior. GR_GL_NO_CONSTANT_ATTRIBUTES
86 #if !defined(GR_GL_NO_CONSTANT_ATTRIBUTES)
87 #define GR_GL_NO_CONSTANT_ATTRIBUTES 0
94 #if(GR_GL_NO_CONSTANT_ATTRIBUTES) && (GR_GL_ATTRIBUTE_MATRICES)
95 #error "Cannot combine GR_GL_NO_CONSTANT_ATTRIBUTES and GR_GL_ATTRIBUTE_MATRICES"

Completed in 42 milliseconds