Searched defs:createGLSLInstance (Results 1 - 11 of 11) sorted by relevance

/external/skia/src/gpu/effects/
H A DGrDisableColorXP.cpp27 GrGLSLXferProcessor* createGLSLInstance() const override;
81 GrGLSLXferProcessor* DisableColorXP::createGLSLInstance() const { return new GLDisableColorXP(*this); } function in class:DisableColorXP
H A DGrShadowGeoProc.cpp94 GrGLSLPrimitiveProcessor* GrRRectShadowGeoProc::createGLSLInstance(const GrShaderCaps&) const { function in class:GrRRectShadowGeoProc
H A DGrBitmapTextGeoProc.cpp150 GrGLSLPrimitiveProcessor* GrBitmapTextGeoProc::createGLSLInstance(const GrShaderCaps& caps) const { function in class:GrBitmapTextGeoProc
H A DGrCoverageSetOpXP.cpp29 GrGLSLXferProcessor* createGLSLInstance() const override;
102 GrGLSLXferProcessor* CoverageSetOpXP::createGLSLInstance() const { function in class:CoverageSetOpXP
H A DGrBezierEffect.cpp237 GrGLSLPrimitiveProcessor* GrConicEffect::createGLSLInstance(const GrShaderCaps&) const { function in class:GrConicEffect
440 GrGLSLPrimitiveProcessor* GrQuadEffect::createGLSLInstance(const GrShaderCaps&) const { function in class:GrQuadEffect
666 GrGLSLPrimitiveProcessor* GrCubicEffect::createGLSLInstance(const GrShaderCaps&) const { function in class:GrCubicEffect
H A DGrCustomXfermode.cpp90 GrGLSLXferProcessor* createGLSLInstance() const override;
182 GrGLSLXferProcessor* CustomXP::createGLSLInstance() const { function in class:GLCustomXP::CustomXP
H A DGrDistanceFieldGeoProc.cpp259 GrDistanceFieldA8TextGeoProc::createGLSLInstance(const GrShaderCaps&) const { function in class:GrDistanceFieldA8TextGeoProc
502 GrDistanceFieldPathGeoProc::createGLSLInstance(const GrShaderCaps&) const { function in class:GrDistanceFieldPathGeoProc
806 GrGLSLPrimitiveProcessor* GrDistanceFieldLCDTextGeoProc::createGLSLInstance(const GrShaderCaps&) const { function in class:GrDistanceFieldLCDTextGeoProc
/external/skia/src/gpu/
H A DGrPathProcessor.cpp130 GrGLSLPrimitiveProcessor* GrPathProcessor::createGLSLInstance(const GrShaderCaps& caps) const { function in class:GrPathProcessor
H A DGrFragmentProcessor.cpp49 GrGLSLFragmentProcessor* GrFragmentProcessor::createGLSLInstance() const { function in class:GrFragmentProcessor
53 glFragProc->fChildProcessors[i] = fChildProcessors[i]->createGLSLInstance();
/external/skia/src/gpu/instanced/
H A DInstanceProcessor.cpp96 GrGLSLPrimitiveProcessor* InstanceProcessor::createGLSLInstance(const GrShaderCaps&) const { function in class:gr_instanced::InstanceProcessor
/external/skia/src/gpu/ops/
H A DGrDashOp.cpp778 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const override;
919 GrGLSLPrimitiveProcessor* DashingCircleEffect::createGLSLInstance(const GrShaderCaps&) const { function in class:DashingCircleEffect
988 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const override;
1141 GrGLSLPrimitiveProcessor* DashingLineEffect::createGLSLInstance(const GrShaderCaps&) const { function in class:DashingLineEffect

Completed in 1537 milliseconds