Home
last modified time | relevance | path

Searched refs:GLFP (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrFragmentProcessor.cpp153 class GLFP : public GrGLSLFragmentProcessor { in MulOutputByInputUnpremulColor() class
163 return new GLFP; in MulOutputByInputUnpremulColor()
224 class GLFP : public GrGLSLFragmentProcessor { in OverrideInput() class
226 GLFP() : fHaveSetColor(false) {} in OverrideInput() function in GrFragmentProcessor::OverrideInput::ReplaceInputFragmentProcessor::onCreateGLSLInstance::GLFP
259 return new GLFP; in OverrideInput()
303 class GLFP : public GrGLSLFragmentProcessor { in RunInSeries() class
317 return new GLFP; in RunInSeries()
/external/skia/tests/
DGLProgramsTest.cpp112 GrGLSLFragmentProcessor* onCreateGLSLInstance() const override { return new GLFP; } in onCreateGLSLInstance()
115 class GLFP : public GrGLSLFragmentProcessor { class in BlockInputFragmentProcessor