Home
last modified time | relevance | path

Searched refs:peekSurface (Results 1 – 25 of 30) sorted by relevance

12

/third_party/flutter/skia/src/gpu/ops/
DGrCopySurfaceOp.cpp48 if (src->height() != src->peekSurface()->height()) { in onExecute()
49 fSrcRect.offset(0, src->peekSurface()->height() - src->height()); in onExecute()
51 if (dst->height() != dst->peekSurface()->height()) { in onExecute()
52 fDstPoint.fY = fDstPoint.fY + (dst->peekSurface()->height() - dst->height()); in onExecute()
56 state->commandBuffer()->copy(fSrc.get()->peekSurface(), fSrcRect, fDstPoint); in onExecute()
/third_party/skia/tests/
DResourceAllocatorTest.cpp171 REPORTER_ASSERT(reporter, p1->peekSurface()); in overlap_test()
172 REPORTER_ASSERT(reporter, p2->peekSurface()); in overlap_test()
198 REPORTER_ASSERT(reporter, p1->peekSurface()); in non_overlap_test()
199 REPORTER_ASSERT(reporter, p2->peekSurface()); in non_overlap_test()
375 REPORTER_ASSERT(reporter, proxy->peekSurface()); in memory_budget_test()
377 purgeableSurfaces.push_back(sk_ref_sp(proxy->peekSurface())); in memory_budget_test()
389 REPORTER_ASSERT(reporter, proxy->peekSurface()); in memory_budget_test()
391 unpurgeableSurfaces.push_back(sk_ref_sp(proxy->peekSurface())); in memory_budget_test()
DTextureProxyTest.cpp160 const GrUniqueKey texKey = proxy->peekSurface()->getUniqueKey(); in basic_test()
166 bool expectResourceToOutliveProxy = proxy->peekSurface()->resourcePriv().budgetedType() == in basic_test()
172 proxy->peekSurface()->resourcePriv().budgetedType() == in basic_test()
DMtlCopySurfaceTest.mm63 GrSurface* src = srcProxy->peekSurface();
DGrSurfaceTest.cpp411 proxy->peekSurface(), copySrc.proxy()->peekSurface(), SkIRect::MakeWH(kSize, kSize), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DVkBackendSurfaceTest.cpp81 const GrSurface* surf = proxy->peekSurface(); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
/third_party/flutter/skia/src/gpu/
DGrRenderTask.cpp192 GrSurface* surface = fTarget->peekSurface(); in isInstantiated()
205 fTarget && fTarget->peekSurface() in dump()
206 ? fTarget->peekSurface()->uniqueID().asUInt() in dump()
DGrTextureProxy.h75 GrSurface* surface = this->peekSurface(); in getUniqueKey()
DGrRenderTargetProxy.cpp113 GrSurface* surface = this->peekSurface(); in refsWrappedObjects()
DGrResourceAllocator.cpp87 fResourceProvider, proxy->peekSurface(), minStencilSampleCount)) {
433 fResourceProvider, cur->proxy()->peekSurface(), minStencilSampleCount)) { in assign()
DGrOpFlushState.cpp95 GrSurface* dstSurface = dstProxy->peekSurface(); in doUpload()
/third_party/skia/src/gpu/
DGrCopyRenderTask.cpp86 GrSurface* srcSurface = fSrc->peekSurface(); in onExecute()
87 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute()
DGrSurfaceProxy.cpp147 auto peek = this->peekSurface(); in canSkipResourceAllocator()
372 this->peekSurface() ? this->peekSurface()->uniqueID().asUInt() in dump()
DGrTransferFromRenderTask.cpp28 return flushState->gpu()->transferPixelsFrom(fSrcProxy->peekSurface(), in onExecute()
DGrResourceAllocator.cpp156 SkASSERT(!proxy->peekSurface()); in instantiateSurface()
163 newSurface = sk_ref_sp(fOriginatingProxy->peekSurface()); in instantiateSurface()
365 SkASSERT(!cur->proxy()->peekSurface()); in planAssignment()
DGrWritePixelsRenderTask.cpp62 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute()
DGrTextureProxy.h76 GrSurface* surface = this->peekSurface(); in getUniqueKey()
DGrRenderTargetProxy.cpp147 GrSurface* surface = this->peekSurface(); in refsWrappedObjects()
DGrRenderTask.cpp287 GrSurface* surface = proxy->peekSurface(); in isInstantiated()
DGrSurfaceProxy.h249 GrSurface* peekSurface() const { return fTarget.get(); } in peekSurface() function
DGrOpFlushState.cpp110 GrSurface* dstSurface = dstProxy->peekSurface(); in doUpload()
/third_party/skia/src/core/
DSkDeferredDisplayListRecorder.cpp140 SkASSERT(lazyProxyData->fReplayDest->peekSurface()); in init()
141 auto surface = sk_ref_sp<GrSurface>(lazyProxyData->fReplayDest->peekSurface()); in init()
/third_party/flutter/skia/tests/
DResourceAllocatorTest.cpp95 REPORTER_ASSERT(reporter, p1->peekSurface()); in overlap_test()
96 REPORTER_ASSERT(reporter, p2->peekSurface()); in overlap_test()
127 REPORTER_ASSERT(reporter, p1->peekSurface()); in non_overlap_test()
128 REPORTER_ASSERT(reporter, p2->peekSurface()); in non_overlap_test()
DTextureProxyTest.cpp165 const GrUniqueKey texKey = proxy->peekSurface()->getUniqueKey(); in basic_test()
171 bool expectResourceToOutliveProxy = proxy->peekSurface()->resourcePriv().budgetedType() == in basic_test()
177 proxy->peekSurface()->resourcePriv().budgetedType() == in basic_test()
/third_party/flutter/skia/src/core/
DSkDeferredDisplayListRecorder.cpp168 SkASSERT(lazyProxyData->fReplayDest->peekSurface()); in init()
169 auto surface = sk_ref_sp<GrSurface>(lazyProxyData->fReplayDest->peekSurface()); in init()

12