Home
last modified time | relevance | path

Searched refs:createGLSLInstance (Results 1 – 25 of 39) sorted by relevance

12

/third_party/flutter/skia/src/gpu/effects/
DGrDisableColorXP.cpp33 GrGLSLXferProcessor* createGLSLInstance() const override;
62 GrGLSLXferProcessor* DisableColorXP::createGLSLInstance() const { in createGLSLInstance() function in DisableColorXP
DGrDistanceFieldGeoProc.h101 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const override;
172 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const override;
254 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const override;
DGrBezierEffect.h109 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const override;
193 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const override;
DGrCoverageSetOpXP.cpp28 GrGLSLXferProcessor* createGLSLInstance() const override;
89 GrGLSLXferProcessor* CoverageSetOpXP::createGLSLInstance() const { in createGLSLInstance() function in CoverageSetOpXP
DGrShadowGeoProc.h35 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const override;
DGrPorterDuffXferProcessor.cpp407 GrGLSLXferProcessor* createGLSLInstance() const override;
502 GrGLSLXferProcessor* PorterDuffXferProcessor::createGLSLInstance() const { in createGLSLInstance() function in PorterDuffXferProcessor
518 GrGLSLXferProcessor* createGLSLInstance() const override;
574 GrGLSLXferProcessor* ShaderPDXferProcessor::createGLSLInstance() const { in createGLSLInstance() function in ShaderPDXferProcessor
589 GrGLSLXferProcessor* createGLSLInstance() const override;
687 GrGLSLXferProcessor* PDLCDXferProcessor::createGLSLInstance() const { in createGLSLInstance() function in PDLCDXferProcessor
DGrShadowGeoProc.cpp72 GrGLSLPrimitiveProcessor* GrRRectShadowGeoProc::createGLSLInstance(const GrShaderCaps&) const { in createGLSLInstance() function in GrRRectShadowGeoProc
DGrBitmapTextGeoProc.h59 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps& caps) const override;
DGrCustomXfermode.cpp90 GrGLSLXferProcessor* createGLSLInstance() const override;
180 GrGLSLXferProcessor* CustomXP::createGLSLInstance() const { in createGLSLInstance() function in CustomXP
DGrDistanceFieldGeoProc.cpp275 GrDistanceFieldA8TextGeoProc::createGLSLInstance(const GrShaderCaps&) const { in createGLSLInstance() function in GrDistanceFieldA8TextGeoProc
571 GrDistanceFieldPathGeoProc::createGLSLInstance(const GrShaderCaps&) const { in createGLSLInstance() function in GrDistanceFieldPathGeoProc
893 GrGLSLPrimitiveProcessor* GrDistanceFieldLCDTextGeoProc::createGLSLInstance(const GrShaderCaps&) co… in createGLSLInstance() function in GrDistanceFieldLCDTextGeoProc
DGrBezierEffect.cpp229 GrGLSLPrimitiveProcessor* GrConicEffect::createGLSLInstance(const GrShaderCaps&) const { in createGLSLInstance() function in GrConicEffect
429 GrGLSLPrimitiveProcessor* GrQuadEffect::createGLSLInstance(const GrShaderCaps&) const { in createGLSLInstance() function in GrQuadEffect
/third_party/flutter/skia/src/gpu/ccpr/
DGrStencilAtlasOp.cpp33 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const override;
62 GrGLSLPrimitiveProcessor* StencilResolveProcessor::createGLSLInstance(const GrShaderCaps&) const { in createGLSLInstance() function in __anon7b61b6690111::StencilResolveProcessor
DGrCCPathProcessor.h72 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const override;
DGrCCCoverageProcessor.cpp178 GrGLSLPrimitiveProcessor* GrCCCoverageProcessor::createGLSLInstance(const GrShaderCaps&) const { in createGLSLInstance() function in GrCCCoverageProcessor
/third_party/flutter/skia/gm/
Dfwidth_squircle.cpp74 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const final;
129 GrGLSLPrimitiveProcessor* FwidthSquircleTestProcessor::createGLSLInstance( in createGLSLInstance() function in skiagm::FwidthSquircleTestProcessor
Dclockwise.cpp91 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const final;
119 GrGLSLPrimitiveProcessor* ClockwiseTestProcessor::createGLSLInstance( in createGLSLInstance() function in __anon68e5ffe80111::ClockwiseTestProcessor
Dsamplelocations.cpp109 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const final;
191 GrGLSLPrimitiveProcessor* SampleLocationsTestProcessor::createGLSLInstance( in createGLSLInstance() function in skiagm::SampleLocationsTestProcessor
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp100 fGeometryProcessor.reset(proc.createGLSLInstance(*this->shaderCaps())); in emitAndInstallPrimProc()
182 GrGLSLFragmentProcessor* fragProc = fp.createGLSLInstance(); in emitAndInstallFragProc()
229 fXferProcessor.reset(xp.createGLSLInstance()); in emitAndInstallXferProc()
/third_party/flutter/skia/src/gpu/
DGrPathProcessor.h36 virtual GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps& caps) const override;
DGrPathProcessor.cpp129 GrGLSLPrimitiveProcessor* GrPathProcessor::createGLSLInstance(const GrShaderCaps& caps) const { in createGLSLInstance() function in GrPathProcessor
DGrXferProcessor.h114 virtual GrGLSLXferProcessor* createGLSLInstance() const = 0;
DGrFragmentProcessor.cpp58 GrGLSLFragmentProcessor* GrFragmentProcessor::createGLSLInstance() const { in createGLSLInstance() function in GrFragmentProcessor
62 glFragProc->fChildProcessors[i] = fChildProcessors[i]->createGLSLInstance(); in createGLSLInstance()
/third_party/flutter/skia/tests/
DGrPipelineDynamicStateTest.cpp70 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const final;
108 GrPipelineDynamicStateTestProcessor::createGLSLInstance(const GrShaderCaps&) const { in createGLSLInstance() function in GrPipelineDynamicStateTestProcessor
DGrMeshTest.cpp321 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const final;
364 GrGLSLPrimitiveProcessor* GrMeshTestProcessor::createGLSLInstance(const GrShaderCaps&) const { in createGLSLInstance() function in GrMeshTestProcessor
DPrimitiveProcessorTest.cpp80 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const override { in onPrepareDraws() function in __anonfec91bfc0111::Op::onPrepareDraws::GP

12