Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrDisableColorXP.cpp27 GrGLSLXferProcessor* createGLSLInstance() const override;
52 class GLDisableColorXP : public GrGLSLXferProcessor {
71 typedef GrGLSLXferProcessor INHERITED;
84 GrGLSLXferProcessor* DisableColorXP::createGLSLInstance() const { return new GLDisableColorXP(*this… in createGLSLInstance()
DGrCoverageSetOpXP.cpp30 GrGLSLXferProcessor* createGLSLInstance() const override;
60 class GLCoverageSetOpXP : public GrGLSLXferProcessor {
87 typedef GrGLSLXferProcessor INHERITED;
106 GrGLSLXferProcessor* CoverageSetOpXP::createGLSLInstance() const { in createGLSLInstance()
165 GrGLSLXferProcessor* createGLSLInstance() const override;
193 class GLShaderCSOXferProcessor : public GrGLSLXferProcessor {
224 typedef GrGLSLXferProcessor INHERITED;
234 GrGLSLXferProcessor* ShaderCSOXferProcessor::createGLSLInstance() const { in createGLSLInstance()
DGrPorterDuffXferProcessor.cpp352 GrGLSLXferProcessor* createGLSLInstance() const override;
435 class GLPorterDuffXferProcessor : public GrGLSLXferProcessor {
460 typedef GrGLSLXferProcessor INHERITED;
470 GrGLSLXferProcessor* PorterDuffXferProcessor::createGLSLInstance() const { in createGLSLInstance()
517 GrGLSLXferProcessor* createGLSLInstance() const override;
541 class GLShaderPDXferProcessor : public GrGLSLXferProcessor {
568 typedef GrGLSLXferProcessor INHERITED;
578 GrGLSLXferProcessor* ShaderPDXferProcessor::createGLSLInstance() const { in createGLSLInstance()
592 GrGLSLXferProcessor* createGLSLInstance() const override;
627 class GLPDLCDXferProcessor : public GrGLSLXferProcessor {
[all …]
DGrCustomXfermode.cpp95 GrGLSLXferProcessor* createGLSLInstance() const override;
127 class GLCustomXP : public GrGLSLXferProcessor {
184 typedef GrGLSLXferProcessor INHERITED;
193 GrGLSLXferProcessor* CustomXP::createGLSLInstance() const { in createGLSLInstance()
/external/skia/src/gpu/glsl/
DGrGLSLXferProcessor.h20 class GrGLSLXferProcessor {
22 GrGLSLXferProcessor() {} in GrGLSLXferProcessor() function
23 virtual ~GrGLSLXferProcessor() {} in ~GrGLSLXferProcessor()
DGrGLSLXferProcessor.cpp15 void GrGLSLXferProcessor::emitCode(const EmitArgs& args) { in emitCode()
74 void GrGLSLXferProcessor::setData(const GrGLSLProgramDataManager& pdm, const GrXferProcessor& xp) { in setData()
91 void GrGLSLXferProcessor::DefaultCoverageModulation(GrGLSLXPFragmentBuilder* fragBuilder, in DefaultCoverageModulation()
DGrGLSLProgramBuilder.h90 GrGLSLXferProcessor* fXferProcessor;
DGrGLSLProgramBuilder.cpp184 GrGLSLXferProcessor::EmitArgs args(&fFS, in emitAndInstallXferProc()
/external/skia/tools/debugger/
DSkOverdrawMode.cpp152 GrGLSLXferProcessor* createGLSLInstance() const override;
172 class GLOverdrawXP : public GrGLSLXferProcessor {
198 typedef GrGLSLXferProcessor INHERITED;
207 GrGLSLXferProcessor* OverdrawXP::createGLSLInstance() const { return new GLOverdrawXP(*this); } in createGLSLInstance()
/external/skia/src/gpu/gl/
DGrGLProgram.h112 GrGLSLXferProcessor* xferProcessor,
133 SkAutoTDelete<GrGLSLXferProcessor> fXferProcessor;
DGrGLProgram.cpp35 GrGLSLXferProcessor* xferProcessor, in GrGLProgram()
/external/skia/src/effects/
DSkArithmeticMode_gpu.cpp145 GrGLSLXferProcessor* createGLSLInstance() const override;
181 class GLArithmeticXP : public GrGLSLXferProcessor {
227 typedef GrGLSLXferProcessor INHERITED;
247 GrGLSLXferProcessor* ArithmeticXP::createGLSLInstance() const { return new GLArithmeticXP(*this); } in createGLSLInstance()
DSkPixelXorXfermode.cpp238 GrGLSLXferProcessor* createGLSLInstance() const override;
265 class GLPixelXorXP : public GrGLSLXferProcessor {
305 typedef GrGLSLXferProcessor INHERITED;
314 GrGLSLXferProcessor* PixelXorXP::createGLSLInstance() const { return new GLPixelXorXP(*this); } in createGLSLInstance()
DSkAvoidXfermode.cpp364 GrGLSLXferProcessor* createGLSLInstance() const override;
397 class GLAvoidXP : public GrGLSLXferProcessor {
450 typedef GrGLSLXferProcessor INHERITED;
459 GrGLSLXferProcessor* AvoidXP::createGLSLInstance() const { return new GLAvoidXP; } in createGLSLInstance()
/external/skia/src/gpu/vk/
DGrVkProgram.h66 GrGLSLXferProcessor* xferProcessor,
149 SkAutoTDelete<GrGLSLXferProcessor> fXferProcessor;
DGrVkProgram.cpp36 GrGLSLXferProcessor* xferProcessor, in GrVkProgram()
/external/skia/include/gpu/
DGrXferProcessor.h20 class GrGLSLXferProcessor; variable
104 virtual GrGLSLXferProcessor* createGLSLInstance() const = 0;
/external/skia/gyp/
Dgpu.gypi411 '<(skia_src_path)/gpu/glsl/GrGLSLXferProcessor.cpp',
412 '<(skia_src_path)/gpu/glsl/GrGLSLXferProcessor.h',
/external/skia/
DAndroid.mk538 src/gpu/glsl/GrGLSLXferProcessor.cpp \