/external/skia/tests/ |
D | ResourceAllocatorTest.cpp | 169 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()
|
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 | 62 GrSurface* src = srcProxy->peekSurface();
|
D | GrSurfaceTest.cpp | 409 proxy->peekSurface(), copySrc.proxy()->peekSurface(), SkIRect::MakeWH(kSize, kSize), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/src/gpu/ |
D | GrOpList.cpp | 192 GrSurface* surface = proxy->peekSurface(); in isFullyInstantiated() 209 fTarget.get() && fTarget.get()->peekSurface() in dump() 210 ? fTarget.get()->peekSurface()->uniqueID().asUInt() in dump()
|
D | GrOpFlushState.cpp | 79 GrSurface* dstSurface = dstProxy->peekSurface(); in doUpload()
|
D | GrResourceAllocator.cpp | 347 fResourceProvider, cur->proxy()->peekSurface(), needsStencil)) { in assign()
|
D | GrSurfaceProxy.cpp | 195 auto peek = this->peekSurface(); in canSkipResourceAllocator()
|
D | GrContext.cpp | 417 GrSurface* dstSurface = dstProxy->peekSurface(); in writeSurfacePixels() 605 GrSurface* srcSurface = srcProxy->peekSurface(); in readSurfacePixels()
|
/external/skia/src/gpu/ |
D | GrCopyRenderTask.cpp | 85 GrSurface* srcSurface = fSrc->peekSurface(); in onExecute() 86 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute()
|
D | GrTransferFromRenderTask.cpp | 28 fSrcProxy->peekSurface(), fSrcRect.fLeft, fSrcRect.fTop, fSrcRect.width(), in onExecute()
|
D | GrSurfaceProxy.cpp | 136 auto peek = this->peekSurface(); in canSkipResourceAllocator() 363 this->peekSurface() ? this->peekSurface()->uniqueID().asUInt() in dump()
|
D | GrResourceAllocator.cpp | 147 SkASSERT(!proxy->peekSurface()); in instantiateSurface() 154 newSurface = sk_ref_sp(fOriginatingProxy->peekSurface()); in instantiateSurface() 356 SkASSERT(!cur->proxy()->peekSurface()); in planAssignment()
|
D | GrWritePixelsRenderTask.cpp | 62 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute()
|
D | GrTextureProxy.h | 75 GrSurface* surface = this->peekSurface(); in getUniqueKey()
|
D | GrRenderTargetProxy.cpp | 147 GrSurface* surface = this->peekSurface(); in refsWrappedObjects()
|
D | GrSurfaceProxy.h | 246 GrSurface* peekSurface() const { return fTarget.get(); } in peekSurface() function
|
D | GrOpFlushState.cpp | 105 GrSurface* dstSurface = dstProxy->peekSurface(); in doUpload()
|
D | GrRenderTask.cpp | 293 GrSurface* surface = proxy->peekSurface(); in isInstantiated()
|
/external/skqp/tests/ |
D | ResourceAllocatorTest.cpp | 105 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()
|
D | TextureProxyTest.cpp | 161 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/skqp/src/core/ |
D | SkDeferredDisplayListRecorder.cpp | 159 SkASSERT(lazyProxyData->fReplayDest->peekSurface()); in init() 160 return sk_ref_sp<GrSurface>(lazyProxyData->fReplayDest->peekSurface()); in init()
|
/external/skia/src/core/ |
D | SkDeferredDisplayListRecorder.cpp | 168 SkASSERT(lazyProxyData->fReplayDest->peekSurface()); in init() 169 auto surface = sk_ref_sp<GrSurface>(lazyProxyData->fReplayDest->peekSurface()); in init()
|
/external/skqp/src/gpu/ops/ |
D | GrCopySurfaceOp.cpp | 94 state->commandBuffer()->copy(fSrc.get()->peekSurface(), fSrc.get()->origin(), fSrcRect, in onExecute()
|
/external/skqp/include/private/ |
D | GrSurfaceProxy.h | 348 GrSurface* peekSurface() const { return fTarget; } in peekSurface() function
|