Home
last modified time | relevance | path

Searched refs:DstTexture (Results 1 – 17 of 17) sorted by relevance

/external/skia/src/gpu/
DGrXferProcessor.h58 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 …]
DGrRenderTargetOpList.h33 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);
DGrXferProcessor.cpp18 GrXferProcessor::GrXferProcessor(const DstTexture* dstTexture, in GrXferProcessor()
207 const DstTexture* dstTexture, in createXferProcessor()
DGrPipeline.h66 GrXferProcessor::DstTexture fDstTexture;
DGrRenderTargetOpList.cpp251 const DstTexture* bDstTexture) { in combineIfPossible()
275 const DstTexture* dstTexture) { in recordOp()
DGrOpFlushState.h103 GrXferProcessor::DstTexture fDstTexture;
DGrRenderTargetContext.h487 GrXferProcessor::DstTexture*);
DGrRenderTargetContext.cpp1690 GrXferProcessor::DstTexture dstTexture; in addDrawOp()
1760 GrXferProcessor::DstTexture* dstTexture) { in setupDstTexture()
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.h29 const GrXferProcessor::DstTexture*);
52 const DstTexture*) const override;
DGrCustomXfermode.cpp81 CustomXP(const DstTexture* dstTexture, bool hasMixedSamples, SkBlendMode mode) in CustomXP()
328 const DstTexture*) const override;
348 const DstTexture* dstTexture) const { in onCreateXferProcessor()
DGrDisableColorXP.h36 const DstTexture* dstTexture) const override;
DGrCoverageSetOpXP.h36 const DstTexture*) const override;
DGrDisableColorXP.cpp92 const DstTexture* dst) const { in onCreateXferProcessor()
DGrPorterDuffXferProcessor.cpp470 ShaderPDXferProcessor(const DstTexture* dstTexture, in ShaderPDXferProcessor()
736 const DstTexture* dstTexture) const { in onCreateXferProcessor()
834 const GrXferProcessor::DstTexture* dstTexture) { in CreateSrcOverXferProcessor()
DGrCoverageSetOpXP.cpp233 const DstTexture* dst) const { in onCreateXferProcessor()
/external/skia/tests/
DGpuSampleLocationsTest.cpp105 args.fDstTexture = GrXferProcessor::DstTexture(); in construct_dummy_pipeline()
DGrPorterDuffTest.cpp1015 GrXferProcessor::DstTexture fakeDstTexture;
1032 GrXferProcessor::DstTexture* dstTexture =