Home
last modified time | relevance | path

Searched refs:refProxy (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/gpu/
DGrSurfaceProxyView.h49 sk_sp<GrSurfaceProxy> refProxy() const { return fProxy; } in refProxy() function
98 src.refProxy(), in Copy()
113 src.refProxy(), in Copy()
DGrYUVATextureProxies.h58 sk_sp<GrSurfaceProxy> refProxy(int i) const { return fProxies[i]; } in refProxy() function
DGrRenderTask.h158 this->addTarget(dm, view.refProxy()); in addTarget()
DGrSurfaceContext.h153 sk_sp<GrSurfaceProxy> asSurfaceProxyRef() { return fReadView.refProxy(); } in asSurfaceProxyRef()
DSkGr.cpp123 auto proxy = src.refProxy(); in GrCopyBaseMipMapToView()
DGrSurfaceContext.cpp58 GrSurfaceProxyView writeView(readView.refProxy(), readView.origin(), writeSwizzle); in Make()
/external/skia/tests/
DCopySurfaceTest.cpp114 result = dstContext->testCopy(srcView.refProxy(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DRectangleTextureTest.cpp112 SkAssertResult(dstContext->testCopy(srcView.refProxy())); in test_copy_to_surface()
DGrSurfaceTest.cpp404 auto copyResult = surfContext->testCopy(copySrc.refProxy()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DOnFlushCallbackTest.cpp392 fAtlasView.refProxy(), fAtlasView.origin(), GrColorType::kRGBA_8888, nullptr, in preFlush()
/external/skia/src/image/
DSkImage_GpuYUVA.cpp87 newProxies[i] = fYUVAProxies.refProxy(i); in setupMipmapsForPlanes()
DSkImage_Gpu.cpp196 volatileSrc.refProxy(), in MakeWithVolatileSrc()