Searched refs:DstProxy (Results 1 – 20 of 20) sorted by relevance
/external/skia/src/gpu/ |
D | GrXferProcessor.h | 57 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); } 257 typedef GrXferProcessor::DstProxy DstProxy; typedef
|
D | GrRenderTargetOpList.h | 32 using DstProxy = GrXferProcessor::DstProxy; 76 GrAppliedClip&& clip, const DstProxy& dstProxy) { in addOp() 122 RecordedOp(std::unique_ptr<GrOp> op, GrAppliedClip* appliedClip, const DstProxy* dstProxy) in RecordedOp() 142 DstProxy fDstProxy; 151 GrAppliedClip* = nullptr, const DstProxy* = nullptr); 157 const DstProxy* bDstTexture, const GrCaps&);
|
D | GrOpFlushState.h | 57 GrXferProcessor::DstProxy fDstProxy; 88 const GrXferProcessor::DstProxy& dstProxy() const final { return fOpArgs->fDstProxy; } in dstProxy()
|
D | GrTextureOpList.cpp | 63 GrXferProcessor::DstProxy() in onPrepare() 87 GrXferProcessor::DstProxy() in onExecute()
|
D | GrRenderTargetOpList.cpp | 298 const DstProxy* bDstProxy, in combineIfPossible() 323 const DstProxy* dstProxy) { in recordOp()
|
D | GrPipeline.h | 83 GrXferProcessor::DstProxy fDstProxy;
|
D | GrRenderTargetContext.h | 448 GrXferProcessor::DstProxy* result);
|
D | GrRenderTargetContext.cpp | 1746 GrXferProcessor::DstProxy dstProxy; in addDrawOp() 1761 GrXferProcessor::DstProxy* dstProxy) { in setupDstProxy()
|
/external/skqp/src/gpu/ |
D | GrXferProcessor.h | 57 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); } 257 typedef GrXferProcessor::DstProxy DstProxy; typedef
|
D | GrRenderTargetOpList.h | 32 using DstProxy = GrXferProcessor::DstProxy; 76 GrAppliedClip&& clip, const DstProxy& dstProxy) { in addOp() 122 RecordedOp(std::unique_ptr<GrOp> op, GrAppliedClip* appliedClip, const DstProxy* dstProxy) in RecordedOp() 142 DstProxy fDstProxy; 151 GrAppliedClip* = nullptr, const DstProxy* = nullptr); 157 const DstProxy* bDstTexture, const GrCaps&);
|
D | GrOpFlushState.h | 57 GrXferProcessor::DstProxy fDstProxy; 88 const GrXferProcessor::DstProxy& dstProxy() const final { return fOpArgs->fDstProxy; } in dstProxy()
|
D | GrTextureOpList.cpp | 63 GrXferProcessor::DstProxy() in onPrepare() 87 GrXferProcessor::DstProxy() in onExecute()
|
D | GrRenderTargetOpList.cpp | 298 const DstProxy* bDstProxy, in combineIfPossible() 323 const DstProxy* dstProxy) { in recordOp()
|
D | GrPipeline.h | 83 GrXferProcessor::DstProxy fDstProxy;
|
D | GrRenderTargetContext.h | 448 GrXferProcessor::DstProxy* result);
|
D | GrRenderTargetContext.cpp | 1744 GrXferProcessor::DstProxy dstProxy; in addDrawOp() 1759 GrXferProcessor::DstProxy* dstProxy) { in setupDstProxy()
|
/external/skqp/src/gpu/ops/ |
D | GrMeshDrawOp.h | 151 virtual const GrXferProcessor::DstProxy& dstProxy() const = 0;
|
/external/skia/src/gpu/ops/ |
D | GrMeshDrawOp.h | 153 virtual const GrXferProcessor::DstProxy& dstProxy() const = 0;
|
/external/skqp/tests/ |
D | GrPorterDuffTest.cpp | 1076 GrXferProcessor::DstProxy fakeDstProxy; in DEF_GPUTEST()
|
/external/skia/tests/ |
D | GrPorterDuffTest.cpp | 1076 GrXferProcessor::DstProxy fakeDstProxy; in DEF_GPUTEST()
|