Home
last modified time | relevance | path

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

/external/skia/tests/
DResourceAllocatorTest.cpp206 REPORTER_ASSERT(reporter, p1->peekSurface()); in overlap_test()
207 REPORTER_ASSERT(reporter, p2->peekSurface()); in overlap_test()
233 REPORTER_ASSERT(reporter, p1->peekSurface()); in non_overlap_test()
234 REPORTER_ASSERT(reporter, p2->peekSurface()); in non_overlap_test()
417 REPORTER_ASSERT(reporter, proxy->peekSurface()); in memory_budget_test()
419 purgeableSurfaces.push_back(sk_ref_sp(proxy->peekSurface())); in memory_budget_test()
431 REPORTER_ASSERT(reporter, proxy->peekSurface()); in memory_budget_test()
433 unpurgeableSurfaces.push_back(sk_ref_sp(proxy->peekSurface())); in memory_budget_test()
DTextureProxyTest.cpp192 const skgpu::UniqueKey texKey = proxy->peekSurface()->getUniqueKey(); in basic_test()
198 bool expectResourceToOutliveProxy = proxy->peekSurface()->resourcePriv().budgetedType() == in basic_test()
204 proxy->peekSurface()->resourcePriv().budgetedType() == in basic_test()
DMtlCopySurfaceTest.mm64 GrSurface* src = srcProxy->peekSurface();
DGrSurfaceTest.cpp506 proxy->peekSurface(), in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
508 copySrc.proxy()->peekSurface(), in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
DVkBackendSurfaceTest.cpp90 const GrSurface* surf = proxy->peekSurface(); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT()
/external/skia/src/gpu/ganesh/
DGrCopyRenderTask.cpp88 GrSurface* srcSurface = fSrc->peekSurface(); in onExecute()
89 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute()
DGrTransferFromRenderTask.cpp28 return flushState->gpu()->transferPixelsFrom(fSrcProxy->peekSurface(), in onExecute()
DGrResourceAllocator.cpp149 SkASSERT(!proxy->peekSurface()); in instantiateSurface()
156 newSurface = sk_ref_sp(fOriginatingProxy->peekSurface()); in instantiateSurface()
360 SkASSERT(!cur->proxy()->peekSurface()); in planAssignment()
DGrSurfaceProxy.cpp167 auto peek = this->peekSurface(); in canSkipResourceAllocator()
397 this->peekSurface() ? this->peekSurface()->uniqueID().asUInt() in dump()
DGrWritePixelsRenderTask.cpp62 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute()
DGrTextureProxy.h89 GrSurface* surface = this->peekSurface(); in getUniqueKey()
DGrRenderTargetProxy.cpp163 GrSurface* surface = this->peekSurface(); in refsWrappedObjects()
DGrOpFlushState.cpp111 GrSurface* dstSurface = dstProxy->peekSurface(); in doUpload()
DGrRenderTask.cpp295 GrSurface* surface = proxy->peekSurface(); in isInstantiated()
DGrSurfaceProxy.h268 GrSurface* peekSurface() const { return fTarget.get(); } in peekSurface() function
DSurfaceContext.cpp108 GrSurface* srcSurface = srcProxy->peekSurface(); in readPixels()
370 GrSurface* dstSurface = dstProxy->peekSurface(); in internalWritePixels()
/external/skia/src/core/
DSkDeferredDisplayListRecorder.cpp143 SkASSERT(lazyProxyData->fReplayDest->peekSurface()); in init()
144 auto surface = sk_ref_sp<GrSurface>(lazyProxyData->fReplayDest->peekSurface()); in init()