Searched refs:refProxy (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/gpu/ |
D | GrSurfaceProxyView.h | 49 sk_sp<GrSurfaceProxy> refProxy() const { return fProxy; } in refProxy() function 98 src.refProxy(), in Copy() 113 src.refProxy(), in Copy()
|
D | GrYUVATextureProxies.h | 58 sk_sp<GrSurfaceProxy> refProxy(int i) const { return fProxies[i]; } in refProxy() function
|
D | GrRenderTask.h | 158 this->addTarget(dm, view.refProxy()); in addTarget()
|
D | GrSurfaceContext.h | 153 sk_sp<GrSurfaceProxy> asSurfaceProxyRef() { return fReadView.refProxy(); } in asSurfaceProxyRef()
|
D | SkGr.cpp | 123 auto proxy = src.refProxy(); in GrCopyBaseMipMapToView()
|
D | GrSurfaceContext.cpp | 58 GrSurfaceProxyView writeView(readView.refProxy(), readView.origin(), writeSwizzle); in Make()
|
/external/skia/tests/ |
D | CopySurfaceTest.cpp | 114 result = dstContext->testCopy(srcView.refProxy(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | RectangleTextureTest.cpp | 112 SkAssertResult(dstContext->testCopy(srcView.refProxy())); in test_copy_to_surface()
|
D | GrSurfaceTest.cpp | 404 auto copyResult = surfContext->testCopy(copySrc.refProxy()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | OnFlushCallbackTest.cpp | 392 fAtlasView.refProxy(), fAtlasView.origin(), GrColorType::kRGBA_8888, nullptr, in preFlush()
|
/external/skia/src/image/ |
D | SkImage_GpuYUVA.cpp | 87 newProxies[i] = fYUVAProxies.refProxy(i); in setupMipmapsForPlanes()
|
D | SkImage_Gpu.cpp | 196 volatileSrc.refProxy(), in MakeWithVolatileSrc()
|