Searched refs:peekSurface (Results 1 – 18 of 18) sorted by relevance
/third_party/skia/tests/ |
D | ResourceAllocatorTest.cpp | 171 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()
|
D | TextureProxyTest.cpp | 160 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()
|
D | MtlCopySurfaceTest.mm | 63 GrSurface* src = srcProxy->peekSurface();
|
D | GrSurfaceTest.cpp | 411 proxy->peekSurface(), copySrc.proxy()->peekSurface(), SkIRect::MakeWH(kSize, kSize), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | VkBackendSurfaceTest.cpp | 81 const GrSurface* surf = proxy->peekSurface(); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
|
/third_party/skia/src/gpu/ |
D | GrCopyRenderTask.cpp | 86 GrSurface* srcSurface = fSrc->peekSurface(); in onExecute() 87 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute()
|
D | GrSurfaceProxy.cpp | 147 auto peek = this->peekSurface(); in canSkipResourceAllocator() 372 this->peekSurface() ? this->peekSurface()->uniqueID().asUInt() in dump()
|
D | GrTransferFromRenderTask.cpp | 28 return flushState->gpu()->transferPixelsFrom(fSrcProxy->peekSurface(), in onExecute()
|
D | GrResourceAllocator.cpp | 156 SkASSERT(!proxy->peekSurface()); in instantiateSurface() 163 newSurface = sk_ref_sp(fOriginatingProxy->peekSurface()); in instantiateSurface() 365 SkASSERT(!cur->proxy()->peekSurface()); in planAssignment()
|
D | GrWritePixelsRenderTask.cpp | 62 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute()
|
D | GrTextureProxy.h | 76 GrSurface* surface = this->peekSurface(); in getUniqueKey()
|
D | GrRenderTargetProxy.cpp | 147 GrSurface* surface = this->peekSurface(); in refsWrappedObjects()
|
D | GrRenderTask.cpp | 287 GrSurface* surface = proxy->peekSurface(); in isInstantiated()
|
D | GrOpFlushState.cpp | 110 GrSurface* dstSurface = dstProxy->peekSurface(); in doUpload()
|
D | GrSurfaceProxy.h | 249 GrSurface* peekSurface() const { return fTarget.get(); } in peekSurface() function
|
D | SurfaceContext.cpp | 104 GrSurface* srcSurface = srcProxy->peekSurface(); in readPixels() 363 GrSurface* dstSurface = dstProxy->peekSurface(); in internalWritePixels()
|
/third_party/skia/src/core/ |
D | SkDeferredDisplayListRecorder.cpp | 140 SkASSERT(lazyProxyData->fReplayDest->peekSurface()); in init() 141 auto surface = sk_ref_sp<GrSurface>(lazyProxyData->fReplayDest->peekSurface()); in init()
|
/third_party/skia/src/image/ |
D | SkImage_Raster.cpp | 189 if (!proxy->peekSurface()) { in ~SkImage_Raster() 192 context = proxy->peekSurface()->getContext(); in ~SkImage_Raster()
|