Searched refs:kFragCoordConventions_GLSLPrivateFeature (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLFragmentShaderBuilder.h123 kFragCoordConventions_GLSLPrivateFeature = kLastGLSLFeature + 1, enumerator in enum:GrGLFragmentShaderBuilder::GLSLPrivateFeature
124 kLastGLSLPrivateFeature = kFragCoordConventions_GLSLPrivateFeature
H A DGrGLFragmentShaderBuilder.cpp163 this->addFeature(1 << kFragCoordConventions_GLSLPrivateFeature,
/external/skia/src/gpu/gl/
H A DGrGLShaderBuilder.h373 kFragCoordConventions_GLSLPrivateFeature = kLastGLSLFeature + 1, enumerator in enum:GrGLShaderBuilder::GLSLPrivateFeature
H A DGrGLShaderBuilder.cpp287 case kFragCoordConventions_GLSLPrivateFeature:
292 this->addFSFeature(1 << kFragCoordConventions_GLSLPrivateFeature,
505 SkAssertResult(this->enablePrivateFeature(kFragCoordConventions_GLSLPrivateFeature));

Completed in 116 milliseconds