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

  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLConfig_chrome.h 16 #define GR_GL_NO_CONSTANT_ATTRIBUTES 1
24 #define GR_GL_NO_CONSTANT_ATTRIBUTES 0
GrGLConfig.h 49 * GR_GL_NO_CONSTANT_ATTRIBUTES: if this evaluates to true then the GL backend
133 #if !defined(GR_GL_NO_CONSTANT_ATTRIBUTES)
134 #define GR_GL_NO_CONSTANT_ATTRIBUTES 0
  /external/skia/include/gpu/gl/
GrGLConfig_chrome.h 16 #define GR_GL_NO_CONSTANT_ATTRIBUTES 1
24 #define GR_GL_NO_CONSTANT_ATTRIBUTES 0
GrGLConfig.h 49 * GR_GL_NO_CONSTANT_ATTRIBUTES: if this evaluates to true then the GL backend
133 #if !defined(GR_GL_NO_CONSTANT_ATTRIBUTES)
134 #define GR_GL_NO_CONSTANT_ATTRIBUTES 0
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp 146 bool defaultToUniformInputs = GR_GL_NO_CONSTANT_ATTRIBUTES || gpu->caps()->pathRenderingSupport();
  /external/skia/src/gpu/gl/
GrGLProgramDesc.cpp 146 bool defaultToUniformInputs = GR_GL_NO_CONSTANT_ATTRIBUTES || gpu->caps()->pathRenderingSupport();

Completed in 47 milliseconds