Searched defs:interpolateAtSample (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/instanced/
H A DInstanceProcessor.cpp1112 void interpolateAtSample(GrGLSLPPFragmentBuilder*, const GrGLSLVarying&, const char* sampleIdx,
1489 this->interpolateAtSample(f, *coords.fVarying, "i", coords.fInverseMatrix);
1524 this->interpolateAtSample(f, *coords.fVarying, "i", coords.fInverseMatrix);
1575 this->interpolateAtSample(f, *coords.fVarying, "i", nullptr);
1586 void GLSLInstanceProcessor::BackendMultisample::interpolateAtSample(GrGLSLPPFragmentBuilder* f, function in class:gr_instanced::GLSLInstanceProcessor::BackendMultisample

Completed in 56 milliseconds