/external/skia/tests/ |
D | VkWrapTests.cpp | 45 sk_sp<GrTexture> tex = gpu->wrapBackendTexture(origBackendTex, kBorrow_GrWrapOwnership, in wrap_tex_test() 55 tex = gpu->wrapBackendTexture(backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, in wrap_tex_test() 58 tex = gpu->wrapBackendTexture(backendTex, kAdopt_GrWrapOwnership, GrWrapCacheable::kNo, in wrap_tex_test() 69 tex = gpu->wrapBackendTexture(backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, in wrap_tex_test() 72 tex = gpu->wrapBackendTexture(backendTex, kAdopt_GrWrapOwnership, GrWrapCacheable::kNo, in wrap_tex_test() 82 tex = gpu->wrapBackendTexture(backendTex, kAdopt_GrWrapOwnership, GrWrapCacheable::kNo, in wrap_tex_test()
|
D | GrTestingBackendTextureUploadTest.cpp | 53 wrappedTex = gpu->wrapBackendTexture(backendTex, GrWrapOwnership::kAdopt_GrWrapOwnership, in testing_only_texture_test()
|
D | GrSurfaceTest.cpp | 283 auto proxy = proxyProvider->wrapBackendTexture(backendTex, kTopLeft_GrSurfaceOrigin, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 328 proxy = proxyProvider->wrapBackendTexture(backendTex, kTopLeft_GrSurfaceOrigin, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 348 texture = context->priv().resourceProvider()->wrapBackendTexture( in make_wrapped_texture()
|
D | RectangleTextureTest.cpp | 138 sk_sp<GrTextureProxy> rectProxy = proxyProvider->wrapBackendTexture( in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
/external/skqp/tests/ |
D | VkWrapTests.cpp | 45 sk_sp<GrTexture> tex = gpu->wrapBackendTexture(origBackendTex, kBorrow_GrWrapOwnership, in wrap_tex_test() 55 tex = gpu->wrapBackendTexture(backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, in wrap_tex_test() 58 tex = gpu->wrapBackendTexture(backendTex, kAdopt_GrWrapOwnership, GrWrapCacheable::kNo, in wrap_tex_test() 69 tex = gpu->wrapBackendTexture(backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, in wrap_tex_test() 72 tex = gpu->wrapBackendTexture(backendTex, kAdopt_GrWrapOwnership, GrWrapCacheable::kNo, in wrap_tex_test() 82 tex = gpu->wrapBackendTexture(backendTex, kAdopt_GrWrapOwnership, GrWrapCacheable::kNo, in wrap_tex_test()
|
D | GrTestingBackendTextureUploadTest.cpp | 53 wrappedTex = gpu->wrapBackendTexture(backendTex, GrWrapOwnership::kAdopt_GrWrapOwnership, in testing_only_texture_test()
|
D | GrSurfaceTest.cpp | 281 auto proxy = proxyProvider->wrapBackendTexture(backendTex, kTopLeft_GrSurfaceOrigin, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 326 proxy = proxyProvider->wrapBackendTexture(backendTex, kTopLeft_GrSurfaceOrigin, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 366 auto texture = context->contextPriv().resourceProvider()->wrapBackendTexture( in DEF_GPUTEST()
|
D | RectangleTextureTest.cpp | 138 sk_sp<GrTextureProxy> rectProxy = proxyProvider->wrapBackendTexture( in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
/external/skqp/tools/gpu/ |
D | ProxyUtils.cpp | 38 proxy = context->contextPriv().proxyProvider()->wrapBackendTexture( in MakeTextureProxyFromData()
|
/external/skia/tools/gpu/ |
D | ProxyUtils.cpp | 40 proxy = context->priv().proxyProvider()->wrapBackendTexture( in MakeTextureProxyFromData()
|
/external/skqp/src/gpu/ |
D | GrResourceProvider.cpp | 236 sk_sp<GrTexture> GrResourceProvider::wrapBackendTexture(const GrBackendTexture& tex, in wrapBackendTexture() function in GrResourceProvider 244 return fGpu->wrapBackendTexture(tex, ownership, cacheable, ioType); in wrapBackendTexture()
|
D | GrResourceProvider.h | 109 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture& tex, GrWrapOwnership,
|
D | GrProxyProvider.h | 115 sk_sp<GrTextureProxy> wrapBackendTexture(const GrBackendTexture&, GrSurfaceOrigin,
|
D | GrBackendTextureImageGenerator.cpp | 172 tex = resourceProvider->wrapBackendTexture( in onGenerateTexture()
|
D | GrProxyProvider.cpp | 451 sk_sp<GrTextureProxy> GrProxyProvider::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture() function in GrProxyProvider 469 fResourceProvider->wrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
|
D | GrGpu.h | 107 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture&, GrWrapOwnership, GrWrapCacheable,
|
/external/skia/src/gpu/ |
D | GrResourceProvider.cpp | 217 sk_sp<GrTexture> GrResourceProvider::wrapBackendTexture(const GrBackendTexture& tex, in wrapBackendTexture() function in GrResourceProvider 225 return fGpu->wrapBackendTexture(tex, ownership, cacheable, ioType); in wrapBackendTexture()
|
D | GrResourceProvider.h | 106 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture& tex, GrWrapOwnership,
|
D | GrProxyProvider.h | 111 sk_sp<GrTextureProxy> wrapBackendTexture(const GrBackendTexture&, GrSurfaceOrigin,
|
D | GrAHardwareBufferImageGenerator.cpp | 174 sk_sp<GrTexture> tex = resourceProvider->wrapBackendTexture( in makeProxy()
|
D | GrBackendTextureImageGenerator.cpp | 171 tex = resourceProvider->wrapBackendTexture( in onGenerateTexture()
|
D | GrProxyProvider.cpp | 465 sk_sp<GrTextureProxy> GrProxyProvider::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture() function in GrProxyProvider 486 resourceProvider->wrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
|
/external/skia/src/image/ |
D | SkImage_GpuBase.cpp | 317 tempTextureProxies[textureIndex] = proxyProvider->wrapBackendTexture( in MakeTempTextureProxies() 498 if ((tex = resourceProvider->wrapBackendTexture( in MakePromiseImageLazyProxy()
|
D | SkImage_Gpu.cpp | 127 proxyProvider->wrapBackendTexture(backendTex, origin, ownership, GrWrapCacheable::kNo, in new_wrapped_texture_common() 641 proxyProvider->wrapBackendTexture(backendTexture, surfaceOrigin, in MakeFromAHardwareBufferWithData()
|
/external/skqp/src/image/ |
D | SkImage_GpuBase.cpp | 306 tempTextureProxies[textureIndex] = proxyProvider->wrapBackendTexture( in MakeTempTextureProxies() 495 if ((tex = resourceProvider->wrapBackendTexture( in MakePromiseImageLazyProxy()
|