Searched refs:wrapRenderableBackendTexture (Results 1 – 13 of 13) sorted by relevance
| /third_party/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()
|
| /third_party/skia/src/gpu/ |
| D | GrProxyProvider.h | 129 sk_sp<GrTextureProxy> wrapRenderableBackendTexture(const GrBackendTexture&,
|
| D | GrResourceProvider.h | 165 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture& tex,
|
| D | GrResourceProvider.cpp | 368 sk_sp<GrTexture> GrResourceProvider::wrapRenderableBackendTexture(const GrBackendTexture& tex, in wrapRenderableBackendTexture() function in GrResourceProvider 376 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 | 608 sk_sp<GrTextureProxy> GrProxyProvider::wrapRenderableBackendTexture( in wrapRenderableBackendTexture() function in GrProxyProvider 631 sk_sp<GrTexture> tex = resourceProvider->wrapRenderableBackendTexture( in wrapRenderableBackendTexture()
|
| D | GrGpu.h | 192 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture&,
|
| D | GrGpu.cpp | 327 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture() function in GrGpu
|
| /third_party/skia/src/image/ |
| D | SkSurface_Gpu.cpp | 511 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture( in MakeFromBackendTexture() 575 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture( in onReplaceBackendTexture()
|
| /third_party/skia/src/gpu/v1/ |
| D | SurfaceDrawContext.cpp | 272 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture( in MakeFromBackendTexture()
|