Home
last modified time | relevance | path

Searched defs:dstTexture (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/gpu/
DGrXferProcessor.cpp20 GrXferProcessor::GrXferProcessor(const DstTexture* dstTexture, in GrXferProcessor()
74 if (const GrTexture* dstTexture = this->getDstTexture()) { in getGLSLProcessorKey() local
197 const DstTexture* dstTexture, in createXferProcessor()
DGrDrawTarget.cpp127 GrXferProcessor::DstTexture* dstTexture, in setupDstReadIfNecessary()
/external/skia/src/effects/
DSkGpuBlurUtils.cpp209 GrTexture* dstTexture; in GaussianBlur() local
DSkArithmeticMode_gpu.cpp232 ArithmeticXP::ArithmeticXP(const DstTexture* dstTexture, bool hasMixedSamples, in ArithmeticXP()
DSkPixelXorXfermode.cpp230 PixelXorXP(const DstTexture* dstTexture, bool hasMixedSamples, SkPMColor opColor) in PixelXorXP()
DSkAvoidXfermode.cpp353 AvoidXP(const DstTexture* dstTexture, bool hasMixedSamples, in AvoidXP()
/external/skia/src/gpu/effects/
DGrCustomXfermode.cpp86 CustomXP(const DstTexture* dstTexture, bool hasMixedSamples, SkXfermode::Mode mode) in CustomXP()
DGrPorterDuffXferProcessor.cpp507 ShaderPDXferProcessor(const DstTexture* dstTexture, in ShaderPDXferProcessor()
859 const GrXferProcessor::DstTexture* dstTexture) { in CreateSrcOverXferProcessor()
DGrCoverageSetOpXP.cpp153 ShaderCSOXferProcessor(const DstTexture* dstTexture, in ShaderCSOXferProcessor()
/external/skia/tests/
DGrPorterDuffTest.cpp1202 GrXferProcessor::DstTexture* dstTexture = variable
/external/skia/tools/debugger/
DSkOverdrawMode.cpp145 OverdrawXP(const DstTexture* dstTexture, bool hasMixedSamples) in OverdrawXP()