Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrDisableColorXP.cpp27 GrGLSLXferProcessor* createGLSLInstance() const override;
49 class GLDisableColorXP : public GrGLSLXferProcessor {
68 typedef GrGLSLXferProcessor INHERITED;
81 GrGLSLXferProcessor* DisableColorXP::createGLSLInstance() const { return new GLDisableColorXP(*this… in createGLSLInstance()
DGrPorterDuffXferProcessor.cpp347 GrGLSLXferProcessor* createGLSLInstance() const override;
409 class GLPorterDuffXferProcessor : public GrGLSLXferProcessor {
434 typedef GrGLSLXferProcessor INHERITED;
444 GrGLSLXferProcessor* PorterDuffXferProcessor::createGLSLInstance() const { in createGLSLInstance()
480 GrGLSLXferProcessor* createGLSLInstance() const override;
503 class GLShaderPDXferProcessor : public GrGLSLXferProcessor {
530 typedef GrGLSLXferProcessor INHERITED;
540 GrGLSLXferProcessor* ShaderPDXferProcessor::createGLSLInstance() const { in createGLSLInstance()
554 GrGLSLXferProcessor* createGLSLInstance() const override;
587 class GLPDLCDXferProcessor : public GrGLSLXferProcessor {
[all …]
DGrCoverageSetOpXP.cpp29 GrGLSLXferProcessor* createGLSLInstance() const override;
56 class GLCoverageSetOpXP : public GrGLSLXferProcessor {
83 typedef GrGLSLXferProcessor INHERITED;
102 GrGLSLXferProcessor* CoverageSetOpXP::createGLSLInstance() const { in createGLSLInstance()
DGrCustomXfermode.cpp90 GrGLSLXferProcessor* createGLSLInstance() const override;
119 class GLCustomXP : public GrGLSLXferProcessor {
173 typedef GrGLSLXferProcessor INHERITED;
182 GrGLSLXferProcessor* CustomXP::createGLSLInstance() const { in createGLSLInstance()
/external/skia/src/gpu/glsl/
DGrGLSLXferProcessor.h19 class GrGLSLXferProcessor {
21 GrGLSLXferProcessor() {} in GrGLSLXferProcessor() function
22 virtual ~GrGLSLXferProcessor() {} in ~GrGLSLXferProcessor()
DGrGLSLXferProcessor.cpp16 void GrGLSLXferProcessor::emitCode(const EmitArgs& args) { in emitCode()
88 void GrGLSLXferProcessor::setData(const GrGLSLProgramDataManager& pdm, const GrXferProcessor& xp) { in setData()
105 void GrGLSLXferProcessor::DefaultCoverageModulation(GrGLSLXPFragmentBuilder* fragBuilder, in DefaultCoverageModulation()
DGrGLSLProgramBuilder.h103 GrGLSLXferProcessor* fXferProcessor;
DGrGLSLProgramBuilder.cpp241 GrGLSLXferProcessor::EmitArgs args(&fFS, in emitAndInstallXferProc()
/external/skia/src/gpu/gl/
DGrGLProgram.h118 GrGLSLXferProcessor* xferProcessor,
140 std::unique_ptr<GrGLSLXferProcessor> fXferProcessor;
DGrGLProgram.cpp37 GrGLSLXferProcessor* xferProcessor, in GrGLProgram()
/external/skia/src/gpu/vk/
DGrVkPipelineState.h101 GrGLSLXferProcessor* xferProcessor,
226 std::unique_ptr<GrGLSLXferProcessor> fXferProcessor;
DGrVkPipelineState.cpp39 GrGLSLXferProcessor* xferProcessor, in GrVkPipelineState()
/external/skia/src/gpu/
DGrXferProcessor.h19 class GrGLSLXferProcessor; variable
108 virtual GrGLSLXferProcessor* createGLSLInstance() const = 0;
/external/skia/gn/
Dgpu.gni457 "$_src/gpu/glsl/GrGLSLXferProcessor.cpp",
458 "$_src/gpu/glsl/GrGLSLXferProcessor.h",
/external/skia/
DAndroid.bp518 "src/gpu/glsl/GrGLSLXferProcessor.cpp",