Searched refs:DstTexture (Results 1 – 17 of 17) sorted by relevance
/external/skia/src/gpu/ |
D | GrXferProcessor.h | 58 class DstTexture { 60 DstTexture() { fOffset.set(0, 0); } in DstTexture() function 62 DstTexture(const DstTexture& other) { in DstTexture() function 66 DstTexture(GrTexture* texture, const SkIPoint& offset) in DstTexture() function 69 DstTexture& operator=(const DstTexture& other) { 75 bool operator==(const DstTexture& that) const { 78 bool operator!=(const DstTexture& that) const { return !(*this == that); } 222 GrXferProcessor(const DstTexture*, bool willReadDstColor, bool hasMixedSamples); 301 typedef GrXferProcessor::DstTexture DstTexture; typedef 305 const DstTexture*, [all …]
|
D | GrRenderTargetOpList.h | 33 using DstTexture = GrXferProcessor::DstTexture; 79 GrAppliedClip&& clip, const DstTexture& dstTexture) { in addOp() 122 const DstTexture* dstTexture) in RecordedOp() 131 DstTexture fDstTexture; 138 const DstTexture* = nullptr); 147 const DstTexture* bDstTexture);
|
D | GrXferProcessor.cpp | 18 GrXferProcessor::GrXferProcessor(const DstTexture* dstTexture, in GrXferProcessor() 207 const DstTexture* dstTexture, in createXferProcessor()
|
D | GrPipeline.h | 66 GrXferProcessor::DstTexture fDstTexture;
|
D | GrRenderTargetOpList.cpp | 251 const DstTexture* bDstTexture) { in combineIfPossible() 275 const DstTexture* dstTexture) { in recordOp()
|
D | GrOpFlushState.h | 103 GrXferProcessor::DstTexture fDstTexture;
|
D | GrRenderTargetContext.h | 487 GrXferProcessor::DstTexture*);
|
D | GrRenderTargetContext.cpp | 1690 GrXferProcessor::DstTexture dstTexture; in addDrawOp() 1760 GrXferProcessor::DstTexture* dstTexture) { in setupDstTexture()
|
/external/skia/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.h | 29 const GrXferProcessor::DstTexture*); 52 const DstTexture*) const override;
|
D | GrCustomXfermode.cpp | 81 CustomXP(const DstTexture* dstTexture, bool hasMixedSamples, SkBlendMode mode) in CustomXP() 328 const DstTexture*) const override; 348 const DstTexture* dstTexture) const { in onCreateXferProcessor()
|
D | GrDisableColorXP.h | 36 const DstTexture* dstTexture) const override;
|
D | GrCoverageSetOpXP.h | 36 const DstTexture*) const override;
|
D | GrDisableColorXP.cpp | 92 const DstTexture* dst) const { in onCreateXferProcessor()
|
D | GrPorterDuffXferProcessor.cpp | 470 ShaderPDXferProcessor(const DstTexture* dstTexture, in ShaderPDXferProcessor() 736 const DstTexture* dstTexture) const { in onCreateXferProcessor() 834 const GrXferProcessor::DstTexture* dstTexture) { in CreateSrcOverXferProcessor()
|
D | GrCoverageSetOpXP.cpp | 233 const DstTexture* dst) const { in onCreateXferProcessor()
|
/external/skia/tests/ |
D | GpuSampleLocationsTest.cpp | 105 args.fDstTexture = GrXferProcessor::DstTexture(); in construct_dummy_pipeline()
|
D | GrPorterDuffTest.cpp | 1015 GrXferProcessor::DstTexture fakeDstTexture; 1032 GrXferProcessor::DstTexture* dstTexture =
|