Home
last modified time | relevance | path

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

/external/skia/tests/
DVkWrapTests.cpp39 sk_sp<GrTexture> tex = gpu->wrapBackendTexture(backendTex, in wrap_tex_test()
50 tex = gpu->wrapBackendTexture(backendTex, in wrap_tex_test()
56 tex = gpu->wrapBackendTexture(backendTex, in wrap_tex_test()
67 tex = gpu->wrapBackendTexture(backendTex, in wrap_tex_test()
73 tex = gpu->wrapBackendTexture(backendTex, in wrap_tex_test()
82 tex = gpu->wrapBackendTexture(backendTex, in wrap_tex_test()
133 sk_sp<GrTexture> tex = gpu->wrapBackendTexture(backendTex, in wrap_trt_test()
144 tex = gpu->wrapBackendTexture(backendTex, in wrap_trt_test()
150 tex = gpu->wrapBackendTexture(backendTex, in wrap_trt_test()
161 tex = gpu->wrapBackendTexture(backendTex, in wrap_trt_test()
[all …]
DGrSurfaceTest.cpp57 sk_sp<GrSurface> texRT2 = context->resourceProvider()->wrapBackendTexture( in DEF_GPUTEST_FOR_NULLGL_CONTEXT()
DResourceCacheTest.cpp230 sk_sp<GrTexture> borrowed(context->resourceProvider()->wrapBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
239 sk_sp<GrTexture> adopted(context->resourceProvider()->wrapBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/gpu/
DGrResourceProvider.h87 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture& tex,
DGrResourceProvider.cpp240 sk_sp<GrTexture> GrResourceProvider::wrapBackendTexture(const GrBackendTexture& tex, in wrapBackendTexture() function in GrResourceProvider
249 return fGpu->wrapBackendTexture(tex, origin, flags, sampleCnt, ownership); in wrapBackendTexture()
DGrBackendTextureImageGenerator.cpp154 tex = context->resourceProvider()->wrapBackendTexture(fBackendTexture, fSurfaceOrigin, in onGenerateTexture()
DGrAHardwareBufferImageGenerator.cpp195 sk_sp<GrTexture> tex = context->resourceProvider()->wrapBackendTexture(backendTex, in makeProxy()
DGrSurfaceProxy.cpp251 sk_sp<GrTexture> tex(context->resourceProvider()->wrapBackendTexture( in MakeWrappedBackend()
DGrContext.cpp676 sk_sp<GrSurface> surface(fContext->resourceProvider()->wrapBackendTexture(tex, origin, in makeBackendSurfaceContext()
699 sk_sp<GrSurface> surface(fContext->resourceProvider()->wrapBackendTexture(tex, origin, kForceRT, in makeBackendTextureRenderTargetContext()
DGrGpu.h121 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture&, GrSurfaceOrigin,
DGrGpu.cpp176 sk_sp<GrTexture> GrGpu::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture() function in GrGpu
/external/skia/src/image/
DSkImage_Gpu.cpp270 sk_sp<GrTexture> tex = ctx->resourceProvider()->wrapBackendTexture(backendTex, in new_wrapped_texture_common()