Home
last modified time | relevance | path

Searched refs:enableFeature (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.h39 virtual bool enableFeature(GLSLFeature) = 0;
165 bool enableFeature(GLSLFeature) override;
DGrGLSLFragmentShaderBuilder.cpp97 bool GrGLSLFragmentShaderBuilder::enableFeature(GLSLFeature feature) { in enableFeature() function in GrGLSLFragmentShaderBuilder
/external/skia/src/gpu/instanced/
DInstanceProcessor.cpp1595 f->enableFeature(GrGLSLFragmentBuilder::kMultisampleInterpolation_GLSLFeature)); in interpolateAtSample()