/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/flutter/skia/tests/ |
D | VkWrapTests.cpp | 144 sk_sp<GrTexture> tex = gpu->wrapRenderableBackendTexture( in wrap_trt_test() 153 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kGrColorType, in wrap_trt_test() 156 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kGrColorType, in wrap_trt_test() 166 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kGrColorType, in wrap_trt_test() 169 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kGrColorType, in wrap_trt_test() 178 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kGrColorType, in wrap_trt_test()
|
D | GrTestingBackendTextureUploadTest.cpp | 67 wrappedProxy = context->priv().proxyProvider()->wrapRenderableBackendTexture( in testing_only_texture_test()
|
D | ProxyTest.cpp | 318 sk_sp<GrSurfaceProxy> sProxy = proxyProvider->wrapRenderableBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | GrSurfaceTest.cpp | 61 sk_sp<GrSurface> texRT2 = resourceProvider->wrapRenderableBackendTexture( in DEF_GPUTEST_FOR_MOCK_CONTEXT() 465 texture = context->priv().resourceProvider()->wrapRenderableBackendTexture( in make_wrapped_texture()
|
/third_party/flutter/skia/tools/gpu/ |
D | ProxyUtils.cpp | 48 proxy = context->priv().proxyProvider()->wrapRenderableBackendTexture( in MakeTextureProxyFromData()
|
/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 | 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
|
/third_party/flutter/skia/src/gpu/ |
D | GrProxyProvider.h | 126 sk_sp<GrTextureProxy> wrapRenderableBackendTexture(const GrBackendTexture&, GrSurfaceOrigin,
|
D | GrResourceProvider.h | 144 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture& tex,
|
D | GrResourceProvider.cpp | 392 sk_sp<GrTexture> GrResourceProvider::wrapRenderableBackendTexture(const GrBackendTexture& tex, in wrapRenderableBackendTexture() function in GrResourceProvider 401 return fGpu->wrapRenderableBackendTexture(tex, sampleCnt, colorType, ownership, cacheable); in wrapRenderableBackendTexture()
|
D | GrGpu.h | 136 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture&, int sampleCnt,
|
D | GrContextPriv.cpp | 130 sk_sp<GrTextureProxy> proxy(this->proxyProvider()->wrapRenderableBackendTexture( in makeBackendTextureRenderTargetContext()
|
D | GrProxyProvider.cpp | 612 sk_sp<GrTextureProxy> GrProxyProvider::wrapRenderableBackendTexture( in wrapRenderableBackendTexture() function in GrProxyProvider 640 sk_sp<GrTexture> tex = resourceProvider->wrapRenderableBackendTexture(backendTex, sampleCnt, in wrapRenderableBackendTexture()
|
D | GrGpu.cpp | 265 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture() function in GrGpu
|
/third_party/skia/src/image/ |
D | SkSurface_Gpu.cpp | 504 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture( in MakeFromBackendTexture() 568 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()
|