/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()
|
D | TextureProxyTest.cpp | 115 return proxyProvider->wrapBackendTexture(backendTex, kBottomLeft_GrSurfaceOrigin, in create_wrapped_backend()
|
/external/skia/tests/ |
D | VkWrapTests.cpp | 50 sk_sp<GrTexture> tex = gpu->wrapBackendTexture(origBackendTex, kBorrow_GrWrapOwnership, in wrap_tex_test() 60 sk_sp<GrTexture> tex = gpu->wrapBackendTexture( in wrap_tex_test() 63 tex = gpu->wrapBackendTexture( in wrap_tex_test() 73 sk_sp<GrTexture> tex = gpu->wrapBackendTexture( in wrap_tex_test() 76 tex = gpu->wrapBackendTexture( in wrap_tex_test() 85 sk_sp<GrTexture> tex = gpu->wrapBackendTexture( in wrap_tex_test()
|
D | EGLImageTest.cpp | 158 sk_sp<GrSurfaceProxy> texProxy = context0->priv().proxyProvider()->wrapBackendTexture( in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
D | GrSurfaceTest.cpp | 365 auto proxy = proxyProvider->wrapBackendTexture(mbet->texture(), kBorrow_GrWrapOwnership, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 422 proxy = proxyProvider->wrapBackendTexture(mbet->texture(), kBorrow_GrWrapOwnership, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | RectangleTextureTest.cpp | 157 sk_sp<GrTextureProxy> rectProxy = proxyProvider->wrapBackendTexture( in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
D | ProxyTest.cpp | 308 sk_sp<GrSurfaceProxy> sProxy = proxyProvider->wrapBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/tools/gpu/ |
D | ProxyUtils.cpp | 38 proxy = context->contextPriv().proxyProvider()->wrapBackendTexture( in MakeTextureProxyFromData()
|
/external/skqp/src/gpu/ |
D | GrResourceProvider.h | 109 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture& tex, GrWrapOwnership,
|
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 | GrProxyProvider.h | 115 sk_sp<GrTextureProxy> wrapBackendTexture(const GrBackendTexture&, GrSurfaceOrigin,
|
D | GrBackendTextureImageGenerator.cpp | 172 tex = resourceProvider->wrapBackendTexture( in onGenerateTexture()
|
D | GrGpu.h | 107 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture&, GrWrapOwnership, GrWrapCacheable,
|
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()
|
/external/skia/src/gpu/ |
D | GrProxyProvider.h | 114 sk_sp<GrTextureProxy> wrapBackendTexture(const GrBackendTexture&,
|
D | GrAHardwareBufferImageGenerator.cpp | 174 sk_sp<GrTexture> tex = resourceProvider->wrapBackendTexture( in makeView()
|
D | GrBackendTextureImageGenerator.cpp | 199 tex = resourceProvider->wrapBackendTexture( in onGenerateTexture()
|
D | GrResourceProvider.h | 145 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture& tex,
|
D | GrResourceProvider.cpp | 290 sk_sp<GrTexture> GrResourceProvider::wrapBackendTexture(const GrBackendTexture& tex, in wrapBackendTexture() function in GrResourceProvider 298 return fGpu->wrapBackendTexture(tex, ownership, cacheable, ioType); in wrapBackendTexture()
|
D | GrProxyProvider.cpp | 489 sk_sp<GrTextureProxy> GrProxyProvider::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture() function in GrProxyProvider 509 resourceProvider->wrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
|
/external/skqp/src/image/ |
D | SkImage_GpuBase.cpp | 306 tempTextureProxies[textureIndex] = proxyProvider->wrapBackendTexture( in MakeTempTextureProxies() 495 if ((tex = resourceProvider->wrapBackendTexture( in MakePromiseImageLazyProxy()
|
/external/skia/src/image/ |
D | SkImage_GpuBase.cpp | 300 sk_sp<GrTexture> tex= resourceProvider->wrapBackendTexture(backendTexture, in MakePromiseImageLazyProxy()
|