Home
last modified time | relevance | path

Searched refs:wrapRenderableBackendTexture (Results 1 – 13 of 13) sorted by relevance

/external/skia/tests/
DVkWrapTests.cpp164 sk_sp<GrTexture> tex = gpu->wrapRenderableBackendTexture( in wrap_trt_test()
173 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership, in wrap_trt_test()
176 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
186 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership, in wrap_trt_test()
189 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
199 tex = gpu->wrapRenderableBackendTexture(origBackendTex, 2, kBorrow_GrWrapOwnership, in wrap_trt_test()
208 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
DProxyTest.cpp317 sk_sp<GrSurfaceProxy> sProxy = proxyProvider->wrapRenderableBackendTexture( in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
DGrSurfaceTest.cpp115 sk_sp<GrSurface> texRT2 = resourceProvider->wrapRenderableBackendTexture( in DEF_GANESH_TEST_FOR_MOCK_CONTEXT()
DBackendAllocationTest.cpp333 proxy = dContext->priv().proxyProvider()->wrapRenderableBackendTexture( in check_base_readbacks()
/external/skia/src/gpu/ganesh/
DGrProxyProvider.h131 sk_sp<GrTextureProxy> wrapRenderableBackendTexture(const GrBackendTexture&,
DGrResourceProvider.h190 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture& tex,
DGrResourceProvider.cpp412 sk_sp<GrTexture> GrResourceProvider::wrapRenderableBackendTexture(const GrBackendTexture& tex, in wrapRenderableBackendTexture() function in GrResourceProvider
420 return fGpu->wrapRenderableBackendTexture(tex, sampleCnt, ownership, cacheable); in wrapRenderableBackendTexture()
DGrProxyProvider.cpp652 sk_sp<GrTextureProxy> GrProxyProvider::wrapRenderableBackendTexture( in wrapRenderableBackendTexture() function in GrProxyProvider
675 sk_sp<GrTexture> tex = resourceProvider->wrapRenderableBackendTexture( in wrapRenderableBackendTexture()
DGrRecordingContextPriv.cpp330 sk_sp<GrTextureProxy> proxy(this->proxyProvider()->wrapRenderableBackendTexture( in makeSFCFromBackendTexture()
DGrGpu.h183 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture&,
DGrGpu.cpp335 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture() function in GrGpu
DSurfaceDrawContext.cpp279 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture( in MakeFromBackendTexture()
/external/skia/src/image/
DSkSurface_Gpu.cpp570 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture( in MakeFromBackendTexture()
647 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture( in onReplaceBackendTexture()