Home
last modified time | relevance | path

Searched refs:wrapRenderableBackendTexture (Results 1 – 24 of 24) sorted by relevance

/external/skia/tests/
DVkWrapTests.cpp140 sk_sp<GrTexture> tex = gpu->wrapRenderableBackendTexture( in wrap_trt_test()
150 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership, in wrap_trt_test()
153 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
164 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership, in wrap_trt_test()
167 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
177 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
DGrTestingBackendTextureUploadTest.cpp50 wrappedTex = gpu->wrapRenderableBackendTexture( in testing_only_texture_test()
DGrSurfaceTest.cpp56 sk_sp<GrSurface> texRT2 = resourceProvider->wrapRenderableBackendTexture( in DEF_GPUTEST_FOR_NULLGL_CONTEXT()
345 texture = context->priv().resourceProvider()->wrapRenderableBackendTexture( in make_wrapped_texture()
DProxyTest.cpp303 sk_sp<GrSurfaceProxy> sProxy = proxyProvider->wrapRenderableBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/tests/
DVkWrapTests.cpp140 sk_sp<GrTexture> tex = gpu->wrapRenderableBackendTexture( in wrap_trt_test()
150 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership, in wrap_trt_test()
153 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
164 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership, in wrap_trt_test()
167 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
177 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
DGrTestingBackendTextureUploadTest.cpp50 wrappedTex = gpu->wrapRenderableBackendTexture( in testing_only_texture_test()
DGrSurfaceTest.cpp56 sk_sp<GrSurface> texRT2 = resourceProvider->wrapRenderableBackendTexture( in DEF_GPUTEST_FOR_NULLGL_CONTEXT()
375 auto texture = context->contextPriv().resourceProvider()->wrapRenderableBackendTexture( in DEF_GPUTEST()
DProxyTest.cpp301 sk_sp<GrSurfaceProxy> sProxy = proxyProvider->wrapRenderableBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/tools/gpu/
DProxyUtils.cpp35 proxy = context->contextPriv().proxyProvider()->wrapRenderableBackendTexture( in MakeTextureProxyFromData()
/external/skia/tools/gpu/
DProxyUtils.cpp36 proxy = context->priv().proxyProvider()->wrapRenderableBackendTexture( in MakeTextureProxyFromData()
/external/skqp/src/gpu/
DGrResourceProvider.cpp247 sk_sp<GrTexture> GrResourceProvider::wrapRenderableBackendTexture(const GrBackendTexture& tex, in wrapRenderableBackendTexture() function in GrResourceProvider
255 return fGpu->wrapRenderableBackendTexture(tex, sampleCnt, ownership, cacheable); in wrapRenderableBackendTexture()
DGrResourceProvider.h117 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture& tex,
DGrProxyProvider.h122 sk_sp<GrTextureProxy> wrapRenderableBackendTexture(const GrBackendTexture&, GrSurfaceOrigin,
DGrProxyProvider.cpp488 sk_sp<GrTextureProxy> GrProxyProvider::wrapRenderableBackendTexture( in wrapRenderableBackendTexture() function in GrProxyProvider
505 sk_sp<GrTexture> tex = fResourceProvider->wrapRenderableBackendTexture(backendTex, sampleCnt, in wrapRenderableBackendTexture()
DGrGpu.h113 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture&, int sampleCnt,
DGrGpu.cpp166 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture() function in GrGpu
DGrContext.cpp891 sk_sp<GrTextureProxy> proxy(this->proxyProvider()->wrapRenderableBackendTexture( in makeBackendTextureRenderTargetContext()
/external/skia/src/gpu/
DGrResourceProvider.cpp228 sk_sp<GrTexture> GrResourceProvider::wrapRenderableBackendTexture(const GrBackendTexture& tex, in wrapRenderableBackendTexture() function in GrResourceProvider
236 return fGpu->wrapRenderableBackendTexture(tex, sampleCnt, ownership, cacheable); in wrapRenderableBackendTexture()
DGrResourceProvider.h114 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture& tex,
DGrProxyProvider.h118 sk_sp<GrTextureProxy> wrapRenderableBackendTexture(const GrBackendTexture&, GrSurfaceOrigin,
DGrProxyProvider.cpp502 sk_sp<GrTextureProxy> GrProxyProvider::wrapRenderableBackendTexture( in wrapRenderableBackendTexture() function in GrProxyProvider
523 sk_sp<GrTexture> tex = resourceProvider->wrapRenderableBackendTexture(backendTex, sampleCnt, in wrapRenderableBackendTexture()
DGrGpu.h115 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture&, int sampleCnt,
DGrGpu.cpp165 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture() function in GrGpu
DGrContextPriv.cpp128 sk_sp<GrTextureProxy> proxy(this->proxyProvider()->wrapRenderableBackendTexture( in makeBackendTextureRenderTargetContext()