Searched refs:wrapRenderableBackendTexture (Results 1 – 13 of 13) sorted by relevance
/external/skia/tests/ |
D | VkWrapTests.cpp | 164 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()
|
D | ProxyTest.cpp | 317 sk_sp<GrSurfaceProxy> sProxy = proxyProvider->wrapRenderableBackendTexture( in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
|
D | GrSurfaceTest.cpp | 115 sk_sp<GrSurface> texRT2 = resourceProvider->wrapRenderableBackendTexture( in DEF_GANESH_TEST_FOR_MOCK_CONTEXT()
|
D | BackendAllocationTest.cpp | 333 proxy = dContext->priv().proxyProvider()->wrapRenderableBackendTexture( in check_base_readbacks()
|
/external/skia/src/gpu/ganesh/ |
D | GrProxyProvider.h | 131 sk_sp<GrTextureProxy> wrapRenderableBackendTexture(const GrBackendTexture&,
|
D | GrResourceProvider.h | 190 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture& tex,
|
D | GrResourceProvider.cpp | 412 sk_sp<GrTexture> GrResourceProvider::wrapRenderableBackendTexture(const GrBackendTexture& tex, in wrapRenderableBackendTexture() function in GrResourceProvider 420 return fGpu->wrapRenderableBackendTexture(tex, sampleCnt, ownership, cacheable); in wrapRenderableBackendTexture()
|
D | GrProxyProvider.cpp | 652 sk_sp<GrTextureProxy> GrProxyProvider::wrapRenderableBackendTexture( in wrapRenderableBackendTexture() function in GrProxyProvider 675 sk_sp<GrTexture> tex = resourceProvider->wrapRenderableBackendTexture( in wrapRenderableBackendTexture()
|
D | GrRecordingContextPriv.cpp | 330 sk_sp<GrTextureProxy> proxy(this->proxyProvider()->wrapRenderableBackendTexture( in makeSFCFromBackendTexture()
|
D | GrGpu.h | 183 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture&,
|
D | GrGpu.cpp | 335 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture() function in GrGpu
|
D | SurfaceDrawContext.cpp | 279 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture( in MakeFromBackendTexture()
|
/external/skia/src/image/ |
D | SkSurface_Gpu.cpp | 570 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture( in MakeFromBackendTexture() 647 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture( in onReplaceBackendTexture()
|