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

  /external/skia/src/gpu/effects/
GrDisableColorXP.cpp 13 #include "glsl/GrGLSLXferProcessor.h"
25 GrGLSLXferProcessor* createGLSLInstance() const override;
42 class GLDisableColorXP : public GrGLSLXferProcessor {
61 typedef GrGLSLXferProcessor INHERITED;
70 GrGLSLXferProcessor* DisableColorXP::createGLSLInstance() const { return new GLDisableColorXP(*this); }
GrCoverageSetOpXP.cpp 17 #include "glsl/GrGLSLXferProcessor.h"
28 GrGLSLXferProcessor* createGLSLInstance() const override;
52 class GLCoverageSetOpXP : public GrGLSLXferProcessor {
79 typedef GrGLSLXferProcessor INHERITED;
89 GrGLSLXferProcessor* CoverageSetOpXP::createGLSLInstance() const {
GrCustomXfermode.cpp 21 #include "glsl/GrGLSLXferProcessor.h"
89 GrGLSLXferProcessor* createGLSLInstance() const override;
116 class GLCustomXP : public GrGLSLXferProcessor {
170 typedef GrGLSLXferProcessor INHERITED;
179 GrGLSLXferProcessor* CustomXP::createGLSLInstance() const {
GrPorterDuffXferProcessor.cpp 21 #include "glsl/GrGLSLXferProcessor.h"
407 GrGLSLXferProcessor* createGLSLInstance() const override;
467 class GLPorterDuffXferProcessor : public GrGLSLXferProcessor {
492 typedef GrGLSLXferProcessor INHERITED;
502 GrGLSLXferProcessor* PorterDuffXferProcessor::createGLSLInstance() const {
518 GrGLSLXferProcessor* createGLSLInstance() const override;
537 class GLShaderPDXferProcessor : public GrGLSLXferProcessor {
564 typedef GrGLSLXferProcessor INHERITED;
574 GrGLSLXferProcessor* ShaderPDXferProcessor::createGLSLInstance() const {
589 GrGLSLXferProcessor* createGLSLInstance() const override
    [all...]
  /external/skia/src/gpu/glsl/
GrGLSLXferProcessor.h 21 class GrGLSLXferProcessor {
23 GrGLSLXferProcessor() {}
24 virtual ~GrGLSLXferProcessor() {}
67 /** A GrGLSLXferProcessor instance can be reused with any GrGLSLXferProcessor that produces
68 the same stage key; this function reads data from a GrGLSLXferProcessor and uploads any
70 parameter is guaranteed to be of the same type that created this GrGLSLXferProcessor and
71 to have an identical processor key as the one that created this GrGLSLXferProcessor. This
72 function calls onSetData on the subclass of GrGLSLXferProcessor
GrGLSLXferProcessor.cpp 8 #include "glsl/GrGLSLXferProcessor.h"
30 void GrGLSLXferProcessor::emitCode(const EmitArgs& args) {
110 void GrGLSLXferProcessor::setData(const GrGLSLProgramDataManager& pdm, const GrXferProcessor& xp,
127 void GrGLSLXferProcessor::DefaultCoverageModulation(GrGLSLXPFragmentBuilder* fragBuilder,
GrGLSLProgramBuilder.h 21 #include "glsl/GrGLSLXferProcessor.h"
108 GrGLSLXferProcessor* fXferProcessor;
GrGLSLProgramBuilder.cpp 17 #include "glsl/GrGLSLXferProcessor.h"
238 GrGLSLXferProcessor::EmitArgs args(&fFS,
  /external/skia/src/gpu/gl/
GrGLProgram.h 119 GrGLSLXferProcessor* xferProcessor,
143 std::unique_ptr<GrGLSLXferProcessor> fXferProcessor;
GrGLProgram.cpp 21 #include "glsl/GrGLSLXferProcessor.h"
38 GrGLSLXferProcessor* xferProcessor,
  /external/skia/src/gpu/vk/
GrVkPipelineState.h 104 GrGLSLXferProcessor* xferProcessor,
196 std::unique_ptr<GrGLSLXferProcessor> fXferProcessor;
GrVkPipelineState.cpp 28 #include "glsl/GrGLSLXferProcessor.h"
44 GrGLSLXferProcessor* xferProcessor,
  /external/skia/src/gpu/
GrXferProcessor.h 18 class GrGLSLXferProcessor;
119 virtual GrGLSLXferProcessor* createGLSLInstance() const = 0;

Completed in 620 milliseconds