Searched refs:wrapRenderableBackendTexture (Results 1 – 13 of 13) sorted by relevance
/external/skia/tests/ |
D | VkWrapTests.cpp | 154 sk_sp<GrTexture> tex = gpu->wrapRenderableBackendTexture( in wrap_trt_test() 163 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership, in wrap_trt_test() 166 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test() 176 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership, in wrap_trt_test() 179 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test() 189 tex = gpu->wrapRenderableBackendTexture(origBackendTex, 2, kBorrow_GrWrapOwnership, in wrap_trt_test() 198 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
|
D | ProxyTest.cpp | 280 sk_sp<GrSurfaceProxy> sProxy = proxyProvider->wrapRenderableBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | GrSurfaceTest.cpp | 62 sk_sp<GrSurface> texRT2 = resourceProvider->wrapRenderableBackendTexture( in DEF_GPUTEST_FOR_MOCK_CONTEXT()
|
D | BackendAllocationTest.cpp | 272 proxy = dContext->priv().proxyProvider()->wrapRenderableBackendTexture( in check_base_readbacks()
|
/external/skia/src/gpu/ |
D | GrProxyProvider.h | 129 sk_sp<GrTextureProxy> wrapRenderableBackendTexture(const GrBackendTexture&,
|
D | GrResourceProvider.h | 167 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture& tex,
|
D | GrResourceProvider.cpp | 370 sk_sp<GrTexture> GrResourceProvider::wrapRenderableBackendTexture(const GrBackendTexture& tex, in wrapRenderableBackendTexture() function in GrResourceProvider 378 return fGpu->wrapRenderableBackendTexture(tex, sampleCnt, ownership, cacheable); in wrapRenderableBackendTexture()
|
D | GrRecordingContextPriv.cpp | 338 sk_sp<GrTextureProxy> proxy(this->proxyProvider()->wrapRenderableBackendTexture( in makeSFCFromBackendTexture()
|
D | GrProxyProvider.cpp | 595 sk_sp<GrTextureProxy> GrProxyProvider::wrapRenderableBackendTexture( in wrapRenderableBackendTexture() function in GrProxyProvider 618 sk_sp<GrTexture> tex = resourceProvider->wrapRenderableBackendTexture( in wrapRenderableBackendTexture()
|
D | GrGpu.h | 178 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture&,
|
D | GrGpu.cpp | 327 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture() function in GrGpu
|
/external/skia/src/image/ |
D | SkSurface_Gpu.cpp | 506 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture( in MakeFromBackendTexture() 570 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture( in onReplaceBackendTexture()
|
/external/skia/src/gpu/v1/ |
D | SurfaceDrawContext.cpp | 274 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture( in MakeFromBackendTexture()
|