HomeSort by relevance Sort by last modified time
    Searched refs:DstProxy (Results 1 - 8 of 8) sorted by null

  /external/skia/src/gpu/
GrXferProcessor.h 57 class DstProxy {
59 DstProxy() { fOffset.set(0, 0); }
61 DstProxy(const DstProxy& other) {
65 DstProxy(sk_sp<GrTextureProxy> proxy, const SkIPoint& offset)
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
    [all...]
GrRenderTargetOpList.h 36 using DstProxy = GrXferProcessor::DstProxy;
76 GrAppliedClip&& clip, const DstProxy& dstProxy) {
77 this->recordOp(std::move(op), caps, clip.doesClip() ? &clip : nullptr, &dstProxy);
118 const DstProxy* dstProxy)
121 if (dstProxy) {
122 fDstProxy = *dstProxy;
126 DstProxy fDstProxy
    [all...]
GrOpFlushState.h 102 GrXferProcessor::DstProxy fDstProxy;
239 const GrXferProcessor::DstProxy& dstProxy() const {
258 pipelineArgs.fDstProxy = this->dstProxy();
GrPipeline.h 85 GrXferProcessor::DstProxy fDstProxy;
184 if (GrTextureProxy* dstProxy = this->dstTextureProxy(offset)) {
185 return dstProxy->priv().peekTexture();
GrRenderTargetOpList.cpp 233 const DstProxy* bDstProxy,
258 const DstProxy* dstProxy) {
285 if (this->combineIfPossible(candidate, op.get(), clip, dstProxy, caps)) {
313 fRecordedOps.emplace_back(std::move(op), clip, dstProxy);
GrRenderTargetContext.h 422 GrXferProcessor::DstProxy* result);
GrRenderTargetContext.cpp     [all...]
  /external/skia/tests/
GrPorterDuffTest.cpp     [all...]

Completed in 123 milliseconds