Searched refs:enableFeature (Results 1 – 3 of 3) sorted by relevance
39 virtual bool enableFeature(GLSLFeature) = 0;162 bool enableFeature(GLSLFeature) override;
96 bool GrGLSLFragmentShaderBuilder::enableFeature(GLSLFeature feature) { in enableFeature() function in GrGLSLFragmentShaderBuilder
1596 f->enableFeature(GrGLSLFragmentBuilder::kMultisampleInterpolation_GLSLFeature)); in interpolateAtSample()