Home
last modified time | relevance | path

Searched refs:refProxy (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/src/gpu/
H A DGrSurfaceProxyView.h56 sk_sp<GrSurfaceProxy> refProxy() const { return fProxy; } in refProxy() function in GrSurfaceProxyView
105 src.refProxy(), in Copy()
120 src.refProxy(), in Copy()
H A DGrYUVATextureProxies.h58 sk_sp<GrSurfaceProxy> refProxy(int i) const { return fProxies[i]; } in refProxy() function in GrYUVATextureProxies
H A DSurfaceContext.h136 sk_sp<GrSurfaceProxy> asSurfaceProxyRef() { return fReadView.refProxy(); } in asSurfaceProxyRef()
H A DGrRenderTask.h157 this->addTarget(dm, view.refProxy()); in addTarget()
H A DGrRecordingContextPriv.cpp91 GrSurfaceProxyView writeView(readView.refProxy(), readView.origin(), writeSwizzle); in makeSC()
H A DSkGr.cpp125 auto proxy = src.refProxy(); in GrCopyBaseMipMapToView()
/third_party/skia/tests/
H A DCopySurfaceTest.cpp112 result = dstContext->testCopy(srcView.refProxy(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DRectangleTextureTest.cpp113 SkAssertResult(dstContext->testCopy(srcView.refProxy())); in test_copy_to_surface()
H A DGrSurfaceTest.cpp406 auto copyResult = surfContext->testCopy(copySrc.refProxy()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/image/
H A DSkImage_GpuYUVA.cpp87 newProxies[i] = fYUVAProxies.refProxy(i); in setupMipmapsForPlanes()
H A DSkImage_Gpu.cpp197 volatileSrc.refProxy(), in MakeWithVolatileSrc()

Completed in 9 milliseconds