/third_party/flutter/skia/src/gpu/ops/ |
D | GrCopySurfaceOp.cpp | 48 if (src->height() != src->peekSurface()->height()) { in onExecute() 49 fSrcRect.offset(0, src->peekSurface()->height() - src->height()); in onExecute() 51 if (dst->height() != dst->peekSurface()->height()) { in onExecute() 52 fDstPoint.fY = fDstPoint.fY + (dst->peekSurface()->height() - dst->height()); in onExecute() 56 state->commandBuffer()->copy(fSrc.get()->peekSurface(), fSrcRect, fDstPoint); in onExecute()
|
/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/flutter/skia/src/gpu/ |
D | GrRenderTask.cpp | 192 GrSurface* surface = fTarget->peekSurface(); in isInstantiated() 205 fTarget && fTarget->peekSurface() in dump() 206 ? fTarget->peekSurface()->uniqueID().asUInt() in dump()
|
D | GrTextureProxy.h | 75 GrSurface* surface = this->peekSurface(); in getUniqueKey()
|
D | GrRenderTargetProxy.cpp | 113 GrSurface* surface = this->peekSurface(); in refsWrappedObjects()
|
D | GrResourceAllocator.cpp | 87 fResourceProvider, proxy->peekSurface(), minStencilSampleCount)) { 433 fResourceProvider, cur->proxy()->peekSurface(), minStencilSampleCount)) { in assign()
|
D | GrOpFlushState.cpp | 95 GrSurface* dstSurface = dstProxy->peekSurface(); in doUpload()
|
/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 | GrSurfaceProxy.h | 249 GrSurface* peekSurface() const { return fTarget.get(); } in peekSurface() function
|
D | GrOpFlushState.cpp | 110 GrSurface* dstSurface = dstProxy->peekSurface(); in doUpload()
|
/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/flutter/skia/tests/ |
D | ResourceAllocatorTest.cpp | 95 REPORTER_ASSERT(reporter, p1->peekSurface()); in overlap_test() 96 REPORTER_ASSERT(reporter, p2->peekSurface()); in overlap_test() 127 REPORTER_ASSERT(reporter, p1->peekSurface()); in non_overlap_test() 128 REPORTER_ASSERT(reporter, p2->peekSurface()); in non_overlap_test()
|
D | TextureProxyTest.cpp | 165 const GrUniqueKey texKey = proxy->peekSurface()->getUniqueKey(); in basic_test() 171 bool expectResourceToOutliveProxy = proxy->peekSurface()->resourcePriv().budgetedType() == in basic_test() 177 proxy->peekSurface()->resourcePriv().budgetedType() == in basic_test()
|
/third_party/flutter/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()
|