Searched refs:GR_GL_NO_CONSTANT_ATTRIBUTES (Results 1 - 3 of 3) sorted by relevance

/external/skia/include/gpu/gl/
H A DGrGLConfig_chrome.h15 #define GR_GL_NO_CONSTANT_ATTRIBUTES GR_WIN32_BUILD macro
H A DGrGLConfig.h50 * 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 macro
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"
/external/skia/src/gpu/gl/
H A DGrGpuGLShaders.cpp1008 } else if (GR_GL_NO_CONSTANT_ATTRIBUTES && !requiresAttributeColors) {
1021 } else if (GR_GL_NO_CONSTANT_ATTRIBUTES && !requiresAttributeCoverage) {

Completed in 85 milliseconds