HomeSort by relevance Sort by last modified time
    Searched refs:GrGLSLXferProcessor (Results 1 - 18 of 18) sorted by null

  /external/skia/src/gpu/effects/
GrDisableColorXP.cpp 13 #include "glsl/GrGLSLXferProcessor.h"
27 GrGLSLXferProcessor* createGLSLInstance() const override;
52 class GLDisableColorXP : public GrGLSLXferProcessor {
71 typedef GrGLSLXferProcessor INHERITED;
84 GrGLSLXferProcessor* DisableColorXP::createGLSLInstance() const { return new GLDisableColorXP(*this); }
GrCoverageSetOpXP.cpp 18 #include "glsl/GrGLSLXferProcessor.h"
30 GrGLSLXferProcessor* createGLSLInstance() const override;
60 class GLCoverageSetOpXP : public GrGLSLXferProcessor {
87 typedef GrGLSLXferProcessor INHERITED;
106 GrGLSLXferProcessor* CoverageSetOpXP::createGLSLInstance() const {
165 GrGLSLXferProcessor* createGLSLInstance() const override;
193 class GLShaderCSOXferProcessor : public GrGLSLXferProcessor {
224 typedef GrGLSLXferProcessor INHERITED;
234 GrGLSLXferProcessor* ShaderCSOXferProcessor::createGLSLInstance() const {
GrCustomXfermode.cpp 25 #include "glsl/GrGLSLXferProcessor.h"
95 GrGLSLXferProcessor* createGLSLInstance() const override;
127 class GLCustomXP : public GrGLSLXferProcessor {
184 typedef GrGLSLXferProcessor INHERITED;
193 GrGLSLXferProcessor* CustomXP::createGLSLInstance() const {
GrPorterDuffXferProcessor.cpp 21 #include "glsl/GrGLSLXferProcessor.h"
352 GrGLSLXferProcessor* createGLSLInstance() const override;
435 class GLPorterDuffXferProcessor : public GrGLSLXferProcessor {
460 typedef GrGLSLXferProcessor INHERITED;
470 GrGLSLXferProcessor* PorterDuffXferProcessor::createGLSLInstance() const {
517 GrGLSLXferProcessor* createGLSLInstance() const override;
541 class GLShaderPDXferProcessor : public GrGLSLXferProcessor {
568 typedef GrGLSLXferProcessor INHERITED;
578 GrGLSLXferProcessor* ShaderPDXferProcessor::createGLSLInstance() const {
592 GrGLSLXferProcessor* createGLSLInstance() const override
    [all...]
  /external/skia/src/gpu/glsl/
GrGLSLXferProcessor.h 20 class GrGLSLXferProcessor {
22 GrGLSLXferProcessor() {}
23 virtual ~GrGLSLXferProcessor() {}
65 /** A GrGLSLXferProcessor instance can be reused with any GrGLSLXferProcessor that produces
66 the same stage key; this function reads data from a GrGLSLXferProcessor and uploads any
68 parameter is guaranteed to be of the same type that created this GrGLSLXferProcessor and
69 to have an identical processor key as the one that created this GrGLSLXferProcessor. This
70 function calls onSetData on the subclass of GrGLSLXferProcessor
GrGLSLXferProcessor.cpp 8 #include "glsl/GrGLSLXferProcessor.h"
15 void GrGLSLXferProcessor::emitCode(const EmitArgs& args) {
74 void GrGLSLXferProcessor::setData(const GrGLSLProgramDataManager& pdm, const GrXferProcessor& xp) {
91 void GrGLSLXferProcessor::DefaultCoverageModulation(GrGLSLXPFragmentBuilder* fragBuilder,
GrGLSLProgramBuilder.h 20 #include "glsl/GrGLSLXferProcessor.h"
90 GrGLSLXferProcessor* fXferProcessor;
GrGLSLProgramBuilder.cpp 14 #include "glsl/GrGLSLXferProcessor.h"
184 GrGLSLXferProcessor::EmitArgs args(&fFS,
  /external/skia/src/gpu/gl/
GrGLProgram.h 112 GrGLSLXferProcessor* xferProcessor,
133 SkAutoTDelete<GrGLSLXferProcessor> fXferProcessor;
GrGLProgram.cpp 20 #include "glsl/GrGLSLXferProcessor.h"
35 GrGLSLXferProcessor* xferProcessor,
  /external/skia/src/gpu/vk/
GrVkProgram.h 66 GrGLSLXferProcessor* xferProcessor,
149 SkAutoTDelete<GrGLSLXferProcessor> fXferProcessor;
GrVkProgram.cpp 22 #include "glsl/GrGLSLXferProcessor.h"
36 GrGLSLXferProcessor* xferProcessor,
  /external/skia/tools/debugger/
SkOverdrawMode.cpp 19 #include "glsl/GrGLSLXferProcessor.h"
152 GrGLSLXferProcessor* createGLSLInstance() const override;
172 class GLOverdrawXP : public GrGLSLXferProcessor {
198 typedef GrGLSLXferProcessor INHERITED;
207 GrGLSLXferProcessor* OverdrawXP::createGLSLInstance() const { return new GLOverdrawXP(*this); }
  /external/skia/include/gpu/
GrXferProcessor.h 20 class GrGLSLXferProcessor;
104 virtual GrGLSLXferProcessor* createGLSLInstance() const = 0;
  /external/skia/src/effects/
SkArithmeticMode_gpu.cpp 20 #include "glsl/GrGLSLXferProcessor.h"
145 GrGLSLXferProcessor* createGLSLInstance() const override;
181 class GLArithmeticXP : public GrGLSLXferProcessor {
227 typedef GrGLSLXferProcessor INHERITED;
247 GrGLSLXferProcessor* ArithmeticXP::createGLSLInstance() const { return new GLArithmeticXP(*this); }
SkPixelXorXfermode.cpp 49 #include "glsl/GrGLSLXferProcessor.h"
238 GrGLSLXferProcessor* createGLSLInstance() const override;
265 class GLPixelXorXP : public GrGLSLXferProcessor {
305 typedef GrGLSLXferProcessor INHERITED;
314 GrGLSLXferProcessor* PixelXorXP::createGLSLInstance() const { return new GLPixelXorXP(*this); }
SkAvoidXfermode.cpp 176 #include "glsl/GrGLSLXferProcessor.h"
364 GrGLSLXferProcessor* createGLSLInstance() const override;
397 class GLAvoidXP : public GrGLSLXferProcessor {
450 typedef GrGLSLXferProcessor INHERITED;
459 GrGLSLXferProcessor* AvoidXP::createGLSLInstance() const { return new GLAvoidXP; }
  /external/skia/
Android.mk 538 src/gpu/glsl/GrGLSLXferProcessor.cpp \

Completed in 234 milliseconds