Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp100 case kMultisampleInterpolation_GLSLFeature: in enableFeature()
105 this->addFeature(1 << kMultisampleInterpolation_GLSLFeature, extension); in enableFeature()
DGrGLSLFragmentShaderBuilder.h32 kMultisampleInterpolation_GLSLFeature enumerator
/external/skia/src/gpu/instanced/
DInstanceProcessor.cpp1595 f->enableFeature(GrGLSLFragmentBuilder::kMultisampleInterpolation_GLSLFeature)); in interpolateAtSample()