Home
last modified time | relevance | path

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

12

/external/skia/tests/
DResourceAllocatorTest.cpp169 REPORTER_ASSERT(reporter, p1->peekSurface()); in overlap_test()
170 REPORTER_ASSERT(reporter, p2->peekSurface()); in overlap_test()
196 REPORTER_ASSERT(reporter, p1->peekSurface()); in non_overlap_test()
197 REPORTER_ASSERT(reporter, p2->peekSurface()); in non_overlap_test()
373 REPORTER_ASSERT(reporter, proxy->peekSurface()); in memory_budget_test()
375 purgeableSurfaces.push_back(sk_ref_sp(proxy->peekSurface())); in memory_budget_test()
387 REPORTER_ASSERT(reporter, proxy->peekSurface()); in memory_budget_test()
389 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.mm62 GrSurface* src = srcProxy->peekSurface();
DGrSurfaceTest.cpp409 proxy->peekSurface(), copySrc.proxy()->peekSurface(), SkIRect::MakeWH(kSize, kSize), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/src/gpu/
DGrOpList.cpp192 GrSurface* surface = proxy->peekSurface(); in isFullyInstantiated()
209 fTarget.get() && fTarget.get()->peekSurface() in dump()
210 ? fTarget.get()->peekSurface()->uniqueID().asUInt() in dump()
DGrOpFlushState.cpp79 GrSurface* dstSurface = dstProxy->peekSurface(); in doUpload()
DGrResourceAllocator.cpp347 fResourceProvider, cur->proxy()->peekSurface(), needsStencil)) { in assign()
DGrSurfaceProxy.cpp195 auto peek = this->peekSurface(); in canSkipResourceAllocator()
DGrContext.cpp417 GrSurface* dstSurface = dstProxy->peekSurface(); in writeSurfacePixels()
605 GrSurface* srcSurface = srcProxy->peekSurface(); in readSurfacePixels()
/external/skia/src/gpu/
DGrCopyRenderTask.cpp85 GrSurface* srcSurface = fSrc->peekSurface(); in onExecute()
86 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute()
DGrTransferFromRenderTask.cpp28 fSrcProxy->peekSurface(), fSrcRect.fLeft, fSrcRect.fTop, fSrcRect.width(), in onExecute()
DGrSurfaceProxy.cpp136 auto peek = this->peekSurface(); in canSkipResourceAllocator()
363 this->peekSurface() ? this->peekSurface()->uniqueID().asUInt() in dump()
DGrResourceAllocator.cpp147 SkASSERT(!proxy->peekSurface()); in instantiateSurface()
154 newSurface = sk_ref_sp(fOriginatingProxy->peekSurface()); in instantiateSurface()
356 SkASSERT(!cur->proxy()->peekSurface()); in planAssignment()
DGrWritePixelsRenderTask.cpp62 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute()
DGrTextureProxy.h75 GrSurface* surface = this->peekSurface(); in getUniqueKey()
DGrRenderTargetProxy.cpp147 GrSurface* surface = this->peekSurface(); in refsWrappedObjects()
DGrOpFlushState.cpp105 GrSurface* dstSurface = dstProxy->peekSurface(); in doUpload()
DGrRenderTask.cpp293 GrSurface* surface = proxy->peekSurface(); in isInstantiated()
DGrSurfaceProxy.h246 GrSurface* peekSurface() const { return fTarget.get(); } in peekSurface() function
/external/skqp/tests/
DResourceAllocatorTest.cpp105 REPORTER_ASSERT(reporter, p1->peekSurface()); in overlap_test()
106 REPORTER_ASSERT(reporter, p2->peekSurface()); in overlap_test()
128 REPORTER_ASSERT(reporter, p1->peekSurface()); in non_overlap_test()
129 REPORTER_ASSERT(reporter, p2->peekSurface()); in non_overlap_test()
DTextureProxyTest.cpp161 const GrUniqueKey texKey = proxy->peekSurface()->getUniqueKey(); in basic_test()
167 bool expectResourceToOutliveProxy = proxy->peekSurface()->resourcePriv().budgetedType() == in basic_test()
173 proxy->peekSurface()->resourcePriv().budgetedType() == in basic_test()
/external/skia/src/core/
DSkDeferredDisplayListRecorder.cpp168 SkASSERT(lazyProxyData->fReplayDest->peekSurface()); in init()
169 auto surface = sk_ref_sp<GrSurface>(lazyProxyData->fReplayDest->peekSurface()); in init()
/external/skqp/src/core/
DSkDeferredDisplayListRecorder.cpp159 SkASSERT(lazyProxyData->fReplayDest->peekSurface()); in init()
160 return sk_ref_sp<GrSurface>(lazyProxyData->fReplayDest->peekSurface()); in init()
/external/skqp/src/gpu/ops/
DGrCopySurfaceOp.cpp94 state->commandBuffer()->copy(fSrc.get()->peekSurface(), fSrc.get()->origin(), fSrcRect, in onExecute()
/external/skqp/include/private/
DGrSurfaceProxy.h348 GrSurface* peekSurface() const { return fTarget; } in peekSurface() function

12