Home
last modified time | relevance | path

Searched refs:detachProxy (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/
DGrSurfaceProxyView.h123 sk_sp<GrSurfaceProxy> detachProxy() { in detachProxy() function
DGrYUVATextureProxies.cpp122 fProxies[i] = views[i].detachProxy(); in GrYUVATextureProxies()
DGrOpsTask.cpp368 this->addTarget(drawingMgr, view.detachProxy());
DSkGpuDevice_drawTexture.cpp927 view = {view.detachProxy(), view.origin(), swizzle}; in drawEdgeAAImageSet()
/external/skia/src/image/
DSkImage_GpuYUVA.cpp85 newProxies[i] = newView.detachProxy(); in setupMipmapsForPlanes()
DSkImage_Gpu.cpp150 , fChooser(view.detachProxy()) in SkImage_Gpu()
173 volatileSrc.detachProxy(), in SkImage_Gpu()
/external/skia/src/gpu/ops/
DGrTextureOp.cpp477 fViewCountPairs[0] = {proxyView.detachProxy(), quadCount}; in TextureOp()
522 fViewCountPairs[0].fProxy = set[0].fProxyView.detachProxy(); in TextureOp()
528 new(&fViewCountPairs[++p])ViewCountPair({set[q].fProxyView.detachProxy(), 0}); in TextureOp()