Home
last modified time | relevance | path

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

/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/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()
DGrOpFlushState.cpp110 GrSurface* dstSurface = dstProxy->peekSurface(); in doUpload()
DGrSurfaceProxy.h249 GrSurface* peekSurface() const { return fTarget.get(); } in peekSurface() function
DSurfaceContext.cpp104 GrSurface* srcSurface = srcProxy->peekSurface(); in readPixels()
363 GrSurface* dstSurface = dstProxy->peekSurface(); in internalWritePixels()
/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/skia/src/image/
DSkImage_Raster.cpp189 if (!proxy->peekSurface()) { in ~SkImage_Raster()
192 context = proxy->peekSurface()->getContext(); in ~SkImage_Raster()