Home
last modified time | relevance | path

Searched refs:wrapBackendTexture (Results 1 – 25 of 44) sorted by relevance

12

/external/skia/tests/
DVkWrapTests.cpp45 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()
DGrTestingBackendTextureUploadTest.cpp53 wrappedTex = gpu->wrapBackendTexture(backendTex, GrWrapOwnership::kAdopt_GrWrapOwnership, in testing_only_texture_test()
DGrSurfaceTest.cpp283 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()
DRectangleTextureTest.cpp138 sk_sp<GrTextureProxy> rectProxy = proxyProvider->wrapBackendTexture( in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skqp/tests/
DVkWrapTests.cpp45 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()
DGrTestingBackendTextureUploadTest.cpp53 wrappedTex = gpu->wrapBackendTexture(backendTex, GrWrapOwnership::kAdopt_GrWrapOwnership, in testing_only_texture_test()
DGrSurfaceTest.cpp281 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()
DRectangleTextureTest.cpp138 sk_sp<GrTextureProxy> rectProxy = proxyProvider->wrapBackendTexture( in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skqp/tools/gpu/
DProxyUtils.cpp38 proxy = context->contextPriv().proxyProvider()->wrapBackendTexture( in MakeTextureProxyFromData()
/external/skia/tools/gpu/
DProxyUtils.cpp40 proxy = context->priv().proxyProvider()->wrapBackendTexture( in MakeTextureProxyFromData()
/external/skqp/src/gpu/
DGrResourceProvider.cpp236 sk_sp<GrTexture> GrResourceProvider::wrapBackendTexture(const GrBackendTexture& tex, in wrapBackendTexture() function in GrResourceProvider
244 return fGpu->wrapBackendTexture(tex, ownership, cacheable, ioType); in wrapBackendTexture()
DGrResourceProvider.h109 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture& tex, GrWrapOwnership,
DGrProxyProvider.h115 sk_sp<GrTextureProxy> wrapBackendTexture(const GrBackendTexture&, GrSurfaceOrigin,
DGrBackendTextureImageGenerator.cpp172 tex = resourceProvider->wrapBackendTexture( in onGenerateTexture()
DGrProxyProvider.cpp451 sk_sp<GrTextureProxy> GrProxyProvider::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture() function in GrProxyProvider
469 fResourceProvider->wrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
DGrGpu.h107 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture&, GrWrapOwnership, GrWrapCacheable,
/external/skia/src/gpu/
DGrResourceProvider.cpp217 sk_sp<GrTexture> GrResourceProvider::wrapBackendTexture(const GrBackendTexture& tex, in wrapBackendTexture() function in GrResourceProvider
225 return fGpu->wrapBackendTexture(tex, ownership, cacheable, ioType); in wrapBackendTexture()
DGrResourceProvider.h106 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture& tex, GrWrapOwnership,
DGrProxyProvider.h111 sk_sp<GrTextureProxy> wrapBackendTexture(const GrBackendTexture&, GrSurfaceOrigin,
DGrAHardwareBufferImageGenerator.cpp174 sk_sp<GrTexture> tex = resourceProvider->wrapBackendTexture( in makeProxy()
DGrBackendTextureImageGenerator.cpp171 tex = resourceProvider->wrapBackendTexture( in onGenerateTexture()
DGrProxyProvider.cpp465 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/
DSkImage_GpuBase.cpp317 tempTextureProxies[textureIndex] = proxyProvider->wrapBackendTexture( in MakeTempTextureProxies()
498 if ((tex = resourceProvider->wrapBackendTexture( in MakePromiseImageLazyProxy()
DSkImage_Gpu.cpp127 proxyProvider->wrapBackendTexture(backendTex, origin, ownership, GrWrapCacheable::kNo, in new_wrapped_texture_common()
641 proxyProvider->wrapBackendTexture(backendTexture, surfaceOrigin, in MakeFromAHardwareBufferWithData()
/external/skqp/src/image/
DSkImage_GpuBase.cpp306 tempTextureProxies[textureIndex] = proxyProvider->wrapBackendTexture( in MakeTempTextureProxies()
495 if ((tex = resourceProvider->wrapBackendTexture( in MakePromiseImageLazyProxy()

12