Searched refs:GLFP (Results 1 – 4 of 4) sorted by relevance
172 class GLFP : public GrGLSLFragmentProcessor { in SwizzleOutput() class183 return new GLFP; in SwizzleOutput()238 class GLFP : public GrGLSLFragmentProcessor { in MakeInputPremulAndMulByOutput() class248 return new GLFP; in MakeInputPremulAndMulByOutput()301 class GLFP : public GrGLSLFragmentProcessor { in OverrideInput() class303 GLFP() : fHaveSetColor(false) {} in OverrideInput() function in GrFragmentProcessor::OverrideInput::ReplaceInputFragmentProcessor::onCreateGLSLInstance::GLFP328 return new GLFP; in OverrideInput()396 class GLFP : public GrGLSLFragmentProcessor { in RunInSeries() class412 return new GLFP; in RunInSeries()
174 class GLFP : public GrGLSLFragmentProcessor { in SwizzleOutput() class185 return new GLFP; in SwizzleOutput()240 class GLFP : public GrGLSLFragmentProcessor { in MakeInputPremulAndMulByOutput() class250 return new GLFP; in MakeInputPremulAndMulByOutput()316 class GLFP : public GrGLSLFragmentProcessor { in RunInSeries() class332 return new GLFP; in RunInSeries()
110 GrGLSLFragmentProcessor* onCreateGLSLInstance() const override { return new GLFP; } in onCreateGLSLInstance()117 class GLFP : public GrGLSLFragmentProcessor { class in BlockInputFragmentProcessor