Home
last modified time | relevance | path

Searched refs:DstProxy (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/
DGrXferProcessor.h57 class DstProxy {
59 DstProxy() { fOffset.set(0, 0); } in DstProxy() function
61 DstProxy(const DstProxy& other) { in DstProxy() function
65 DstProxy(sk_sp<GrTextureProxy> proxy, const SkIPoint& offset) in DstProxy() function
74 DstProxy& operator=(const DstProxy& other) {
80 bool operator==(const DstProxy& that) const {
83 bool operator!=(const DstProxy& that) const { return !(*this == that); }
252 typedef GrXferProcessor::DstProxy DstProxy; typedef
DGrRenderTargetOpList.h36 using DstProxy = GrXferProcessor::DstProxy;
76 GrAppliedClip&& clip, const DstProxy& dstProxy) { in addOp()
118 const DstProxy* dstProxy) in RecordedOp()
126 DstProxy fDstProxy;
133 GrAppliedClip* = nullptr, const DstProxy* = nullptr);
139 const DstProxy* bDstTexture, const GrCaps&);
DGrOpFlushState.h102 GrXferProcessor::DstProxy fDstProxy;
239 const GrXferProcessor::DstProxy& dstProxy() const { in dstProxy()
DGrRenderTargetOpList.cpp233 const DstProxy* bDstProxy, in combineIfPossible()
258 const DstProxy* dstProxy) { in recordOp()
DGrPipeline.h85 GrXferProcessor::DstProxy fDstProxy;
DGrRenderTargetContext.h422 GrXferProcessor::DstProxy* result);
DGrRenderTargetContext.cpp1789 GrXferProcessor::DstProxy dstProxy; in addDrawOp()
1803 GrXferProcessor::DstProxy* dstProxy) { in setupDstProxy()
/external/skia/tests/
DGrPorterDuffTest.cpp1071 GrXferProcessor::DstProxy fakeDstProxy;