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

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

Completed in 94 milliseconds