Home
last modified time | relevance | path

Searched refs:GrGLSLXferProcessor (Results 1 – 25 of 34) sorted by relevance

12

/external/skqp/src/gpu/effects/
DGrDisableColorXP.cpp26 GrGLSLXferProcessor* createGLSLInstance() const override;
43 class GLDisableColorXP : public GrGLSLXferProcessor {
62 typedef GrGLSLXferProcessor INHERITED;
71 GrGLSLXferProcessor* DisableColorXP::createGLSLInstance() const { return new GLDisableColorXP(*this… in createGLSLInstance()
DGrPorterDuffXferProcessor.cpp407 GrGLSLXferProcessor* createGLSLInstance() const override;
467 class GLPorterDuffXferProcessor : public GrGLSLXferProcessor {
492 typedef GrGLSLXferProcessor INHERITED;
502 GrGLSLXferProcessor* PorterDuffXferProcessor::createGLSLInstance() const { in createGLSLInstance()
518 GrGLSLXferProcessor* createGLSLInstance() const override;
537 class GLShaderPDXferProcessor : public GrGLSLXferProcessor {
564 typedef GrGLSLXferProcessor INHERITED;
574 GrGLSLXferProcessor* ShaderPDXferProcessor::createGLSLInstance() const { in createGLSLInstance()
589 GrGLSLXferProcessor* createGLSLInstance() const override;
620 class GLPDLCDXferProcessor : public GrGLSLXferProcessor {
[all …]
DGrCoverageSetOpXP.cpp28 GrGLSLXferProcessor* createGLSLInstance() const override;
52 class GLCoverageSetOpXP : public GrGLSLXferProcessor {
79 typedef GrGLSLXferProcessor INHERITED;
89 GrGLSLXferProcessor* CoverageSetOpXP::createGLSLInstance() const { in createGLSLInstance()
DGrCustomXfermode.cpp90 GrGLSLXferProcessor* createGLSLInstance() const override;
117 class GLCustomXP : public GrGLSLXferProcessor {
171 typedef GrGLSLXferProcessor INHERITED;
180 GrGLSLXferProcessor* CustomXP::createGLSLInstance() const { in createGLSLInstance()
/external/skia/src/gpu/effects/
DGrDisableColorXP.cpp26 GrGLSLXferProcessor* createGLSLInstance() const override;
43 class GLDisableColorXP : public GrGLSLXferProcessor {
62 typedef GrGLSLXferProcessor INHERITED;
71 GrGLSLXferProcessor* DisableColorXP::createGLSLInstance() const { return new GLDisableColorXP(*this… in createGLSLInstance()
DGrPorterDuffXferProcessor.cpp407 GrGLSLXferProcessor* createGLSLInstance() const override;
467 class GLPorterDuffXferProcessor : public GrGLSLXferProcessor {
492 typedef GrGLSLXferProcessor INHERITED;
502 GrGLSLXferProcessor* PorterDuffXferProcessor::createGLSLInstance() const { in createGLSLInstance()
518 GrGLSLXferProcessor* createGLSLInstance() const override;
537 class GLShaderPDXferProcessor : public GrGLSLXferProcessor {
564 typedef GrGLSLXferProcessor INHERITED;
574 GrGLSLXferProcessor* ShaderPDXferProcessor::createGLSLInstance() const { in createGLSLInstance()
589 GrGLSLXferProcessor* createGLSLInstance() const override;
620 class GLPDLCDXferProcessor : public GrGLSLXferProcessor {
[all …]
DGrCoverageSetOpXP.cpp28 GrGLSLXferProcessor* createGLSLInstance() const override;
52 class GLCoverageSetOpXP : public GrGLSLXferProcessor {
79 typedef GrGLSLXferProcessor INHERITED;
89 GrGLSLXferProcessor* CoverageSetOpXP::createGLSLInstance() const { in createGLSLInstance()
DGrCustomXfermode.cpp90 GrGLSLXferProcessor* createGLSLInstance() const override;
117 class GLCustomXP : public GrGLSLXferProcessor {
171 typedef GrGLSLXferProcessor INHERITED;
180 GrGLSLXferProcessor* CustomXP::createGLSLInstance() const { in createGLSLInstance()
/external/skqp/src/gpu/glsl/
DGrGLSLXferProcessor.h21 class GrGLSLXferProcessor {
23 GrGLSLXferProcessor() {} in GrGLSLXferProcessor() function
24 virtual ~GrGLSLXferProcessor() {} in ~GrGLSLXferProcessor()
DGrGLSLXferProcessor.cpp30 void GrGLSLXferProcessor::emitCode(const EmitArgs& args) { in emitCode()
108 void GrGLSLXferProcessor::setData(const GrGLSLProgramDataManager& pdm, const GrXferProcessor& xp, in setData()
125 void GrGLSLXferProcessor::DefaultCoverageModulation(GrGLSLXPFragmentBuilder* fragBuilder, in DefaultCoverageModulation()
DGrGLSLProgramBuilder.h99 std::unique_ptr<GrGLSLXferProcessor> fXferProcessor;
/external/skia/src/gpu/glsl/
DGrGLSLXferProcessor.h21 class GrGLSLXferProcessor {
23 GrGLSLXferProcessor() {} in GrGLSLXferProcessor() function
24 virtual ~GrGLSLXferProcessor() {} in ~GrGLSLXferProcessor()
DGrGLSLXferProcessor.cpp30 void GrGLSLXferProcessor::emitCode(const EmitArgs& args) { in emitCode()
108 void GrGLSLXferProcessor::setData(const GrGLSLProgramDataManager& pdm, const GrXferProcessor& xp, in setData()
125 void GrGLSLXferProcessor::DefaultCoverageModulation(GrGLSLXPFragmentBuilder* fragBuilder, in DefaultCoverageModulation()
DGrGLSLProgramBuilder.h104 std::unique_ptr<GrGLSLXferProcessor> fXferProcessor;
/external/skqp/src/gpu/gl/
DGrGLProgram.h18 class GrGLSLXferProcessor; variable
57 std::unique_ptr<GrGLSLXferProcessor> xferProcessor,
157 std::unique_ptr<GrGLSLXferProcessor> fXferProcessor;
DGrGLProgram.cpp36 std::unique_ptr<GrGLSLXferProcessor> xferProcessor, in GrGLProgram()
/external/skia/src/gpu/gl/
DGrGLProgram.h18 class GrGLSLXferProcessor; variable
57 std::unique_ptr<GrGLSLXferProcessor> xferProcessor,
157 std::unique_ptr<GrGLSLXferProcessor> fXferProcessor;
/external/skia/src/gpu/mtl/
DGrMtlPipelineState.h44 std::unique_ptr<GrGLSLXferProcessor> xferPRocessor,
122 std::unique_ptr<GrGLSLXferProcessor> fXferProcessor;
DGrMtlPipelineState.mm22 #include "glsl/GrGLSLXferProcessor.h"
44 std::unique_ptr<GrGLSLXferProcessor> xferProcessor,
/external/skqp/src/gpu/mtl/
DGrMtlPipelineState.h44 std::unique_ptr<GrGLSLXferProcessor> xferPRocessor,
122 std::unique_ptr<GrGLSLXferProcessor> fXferProcessor;
DGrMtlPipelineState.mm22 #include "glsl/GrGLSLXferProcessor.h"
44 std::unique_ptr<GrGLSLXferProcessor> xferProcessor,
/external/skqp/src/gpu/vk/
DGrVkPipelineState.h53 std::unique_ptr<GrGLSLXferProcessor> xferProcessor,
149 std::unique_ptr<GrGLSLXferProcessor> fXferProcessor;
/external/skia/src/gpu/vk/
DGrVkPipelineState.h53 std::unique_ptr<GrGLSLXferProcessor> xferProcessor,
149 std::unique_ptr<GrGLSLXferProcessor> fXferProcessor;
/external/skia/src/gpu/
DGrXferProcessor.h17 class GrGLSLXferProcessor; variable
118 virtual GrGLSLXferProcessor* createGLSLInstance() const = 0;
/external/skqp/src/gpu/
DGrXferProcessor.h17 class GrGLSLXferProcessor; variable
118 virtual GrGLSLXferProcessor* createGLSLInstance() const = 0;

12