Home
last modified time | relevance | path

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

12

/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()
DTextureProxyTest.cpp115 return proxyProvider->wrapBackendTexture(backendTex, kBottomLeft_GrSurfaceOrigin, in create_wrapped_backend()
/external/skia/tests/
DVkWrapTests.cpp50 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()
DEGLImageTest.cpp158 sk_sp<GrSurfaceProxy> texProxy = context0->priv().proxyProvider()->wrapBackendTexture( in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DGrSurfaceTest.cpp365 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()
DRectangleTextureTest.cpp157 sk_sp<GrTextureProxy> rectProxy = proxyProvider->wrapBackendTexture( in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DProxyTest.cpp308 sk_sp<GrSurfaceProxy> sProxy = proxyProvider->wrapBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/tools/gpu/
DProxyUtils.cpp38 proxy = context->contextPriv().proxyProvider()->wrapBackendTexture( in MakeTextureProxyFromData()
/external/skqp/src/gpu/
DGrResourceProvider.h109 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture& tex, GrWrapOwnership,
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()
DGrProxyProvider.h115 sk_sp<GrTextureProxy> wrapBackendTexture(const GrBackendTexture&, GrSurfaceOrigin,
DGrBackendTextureImageGenerator.cpp172 tex = resourceProvider->wrapBackendTexture( in onGenerateTexture()
DGrGpu.h107 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture&, GrWrapOwnership, GrWrapCacheable,
DGrProxyProvider.cpp451 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/
DGrProxyProvider.h114 sk_sp<GrTextureProxy> wrapBackendTexture(const GrBackendTexture&,
DGrAHardwareBufferImageGenerator.cpp174 sk_sp<GrTexture> tex = resourceProvider->wrapBackendTexture( in makeView()
DGrBackendTextureImageGenerator.cpp199 tex = resourceProvider->wrapBackendTexture( in onGenerateTexture()
DGrResourceProvider.h145 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture& tex,
DGrResourceProvider.cpp290 sk_sp<GrTexture> GrResourceProvider::wrapBackendTexture(const GrBackendTexture& tex, in wrapBackendTexture() function in GrResourceProvider
298 return fGpu->wrapBackendTexture(tex, ownership, cacheable, ioType); in wrapBackendTexture()
DGrProxyProvider.cpp489 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/
DSkImage_GpuBase.cpp306 tempTextureProxies[textureIndex] = proxyProvider->wrapBackendTexture( in MakeTempTextureProxies()
495 if ((tex = resourceProvider->wrapBackendTexture( in MakePromiseImageLazyProxy()
/external/skia/src/image/
DSkImage_GpuBase.cpp300 sk_sp<GrTexture> tex= resourceProvider->wrapBackendTexture(backendTexture, in MakePromiseImageLazyProxy()

12