Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrFragmentProcessor.cpp172 class GLFP : public GrGLSLFragmentProcessor { in SwizzleOutput() class
183 return new GLFP; in SwizzleOutput()
238 class GLFP : public GrGLSLFragmentProcessor { in MakeInputPremulAndMulByOutput() class
248 return new GLFP; in MakeInputPremulAndMulByOutput()
301 class GLFP : public GrGLSLFragmentProcessor { in OverrideInput() class
303 GLFP() : fHaveSetColor(false) {} in OverrideInput() function in GrFragmentProcessor::OverrideInput::ReplaceInputFragmentProcessor::onCreateGLSLInstance::GLFP
328 return new GLFP; in OverrideInput()
396 class GLFP : public GrGLSLFragmentProcessor { in RunInSeries() class
412 return new GLFP; in RunInSeries()
/external/skia/src/gpu/
DGrFragmentProcessor.cpp281 class GLFP : public GrGLSLFragmentProcessor { in SwizzleOutput() class
294 return std::make_unique<GLFP>(); in SwizzleOutput()
347 class GLFP : public GrGLSLFragmentProcessor { in MakeInputPremulAndMulByOutput() class
357 return std::make_unique<GLFP>(); in MakeInputPremulAndMulByOutput()
420 class GLFP : public GrGLSLFragmentProcessor { in Compose() class
428 return std::make_unique<GLFP>(); in Compose()
/external/skqp/tests/
DGLProgramsTest.cpp110 GrGLSLFragmentProcessor* onCreateGLSLInstance() const override { return new GLFP; } in onCreateGLSLInstance()
117 class GLFP : public GrGLSLFragmentProcessor { class in BlockInputFragmentProcessor
/external/skia/tests/
DProgramsTest.cpp103 return std::make_unique<GLFP>(); in onMakeProgramImpl()
111 class GLFP : public GrGLSLFragmentProcessor { class in BlockInputFragmentProcessor