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()
281 class GLFP : public GrGLSLFragmentProcessor { in SwizzleOutput() class294 return std::make_unique<GLFP>(); in SwizzleOutput()347 class GLFP : public GrGLSLFragmentProcessor { in MakeInputPremulAndMulByOutput() class357 return std::make_unique<GLFP>(); in MakeInputPremulAndMulByOutput()420 class GLFP : public GrGLSLFragmentProcessor { in Compose() class428 return std::make_unique<GLFP>(); in Compose()
110 GrGLSLFragmentProcessor* onCreateGLSLInstance() const override { return new GLFP; } in onCreateGLSLInstance()117 class GLFP : public GrGLSLFragmentProcessor { class in BlockInputFragmentProcessor
103 return std::make_unique<GLFP>(); in onMakeProgramImpl()111 class GLFP : public GrGLSLFragmentProcessor { class in BlockInputFragmentProcessor