Home
last modified time | relevance | path

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

/external/skia/tests/
DVkWrapTests.cpp154 sk_sp<GrTexture> tex = gpu->wrapRenderableBackendTexture( in wrap_trt_test()
163 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership, in wrap_trt_test()
166 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
176 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership, in wrap_trt_test()
179 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
189 tex = gpu->wrapRenderableBackendTexture(origBackendTex, 2, kBorrow_GrWrapOwnership, in wrap_trt_test()
198 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
DProxyTest.cpp280 sk_sp<GrSurfaceProxy> sProxy = proxyProvider->wrapRenderableBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DGrSurfaceTest.cpp62 sk_sp<GrSurface> texRT2 = resourceProvider->wrapRenderableBackendTexture( in DEF_GPUTEST_FOR_MOCK_CONTEXT()
DBackendAllocationTest.cpp271 proxy = dContext->priv().proxyProvider()->wrapRenderableBackendTexture( in check_base_readbacks()
/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/skqp/src/gpu/
DGrResourceProvider.h117 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture& tex,
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()
DGrProxyProvider.h122 sk_sp<GrTextureProxy> wrapRenderableBackendTexture(const GrBackendTexture&, GrSurfaceOrigin,
DGrGpu.h113 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture&, int sampleCnt,
DGrProxyProvider.cpp488 sk_sp<GrTextureProxy> GrProxyProvider::wrapRenderableBackendTexture( in wrapRenderableBackendTexture() function in GrProxyProvider
505 sk_sp<GrTexture> tex = fResourceProvider->wrapRenderableBackendTexture(backendTex, sampleCnt, in wrapRenderableBackendTexture()
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/
DGrProxyProvider.h128 sk_sp<GrTextureProxy> wrapRenderableBackendTexture(const GrBackendTexture&,
DGrResourceProvider.h159 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture& tex,
DGrResourceProvider.cpp313 sk_sp<GrTexture> GrResourceProvider::wrapRenderableBackendTexture(const GrBackendTexture& tex, in wrapRenderableBackendTexture() function in GrResourceProvider
321 return fGpu->wrapRenderableBackendTexture(tex, sampleCnt, ownership, cacheable); in wrapRenderableBackendTexture()
DGrProxyProvider.cpp561 sk_sp<GrTextureProxy> GrProxyProvider::wrapRenderableBackendTexture( in wrapRenderableBackendTexture() function in GrProxyProvider
584 sk_sp<GrTexture> tex = resourceProvider->wrapRenderableBackendTexture( in wrapRenderableBackendTexture()
DGrSurfaceFillContext.cpp236 sk_sp<GrTextureProxy> proxy(context->priv().proxyProvider()->wrapRenderableBackendTexture( in MakeFromBackendTexture()
DGrGpu.h175 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture&,
DGrGpu.cpp300 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture() function in GrGpu
DGrSurfaceDrawContext.cpp239 sk_sp<GrTextureProxy> proxy(context->priv().proxyProvider()->wrapRenderableBackendTexture( in MakeFromBackendTexture()