Searched refs:peekSurface (Results 1 – 17 of 17) sorted by relevance
206 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()
192 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()
64 GrSurface* src = srcProxy->peekSurface();
506 proxy->peekSurface(), in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()508 copySrc.proxy()->peekSurface(), in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
90 const GrSurface* surf = proxy->peekSurface(); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT()
88 GrSurface* srcSurface = fSrc->peekSurface(); in onExecute()89 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute()
28 return flushState->gpu()->transferPixelsFrom(fSrcProxy->peekSurface(), in onExecute()
149 SkASSERT(!proxy->peekSurface()); in instantiateSurface()156 newSurface = sk_ref_sp(fOriginatingProxy->peekSurface()); in instantiateSurface()360 SkASSERT(!cur->proxy()->peekSurface()); in planAssignment()
167 auto peek = this->peekSurface(); in canSkipResourceAllocator()397 this->peekSurface() ? this->peekSurface()->uniqueID().asUInt() in dump()
62 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute()
89 GrSurface* surface = this->peekSurface(); in getUniqueKey()
163 GrSurface* surface = this->peekSurface(); in refsWrappedObjects()
111 GrSurface* dstSurface = dstProxy->peekSurface(); in doUpload()
295 GrSurface* surface = proxy->peekSurface(); in isInstantiated()
268 GrSurface* peekSurface() const { return fTarget.get(); } in peekSurface() function
108 GrSurface* srcSurface = srcProxy->peekSurface(); in readPixels()370 GrSurface* dstSurface = dstProxy->peekSurface(); in internalWritePixels()
143 SkASSERT(lazyProxyData->fReplayDest->peekSurface()); in init()144 auto surface = sk_ref_sp<GrSurface>(lazyProxyData->fReplayDest->peekSurface()); in init()