Home
last modified time | relevance | path

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

/external/skqp/tests/
DVkWrapTests.cpp124 gpu->wrapRenderableBackendTexture(origBackendTex, 1, kBorrow_GrWrapOwnership); in wrap_trt_test()
132 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership); in wrap_trt_test()
134 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership); in wrap_trt_test()
143 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership); in wrap_trt_test()
145 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership); in wrap_trt_test()
153 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership); in wrap_trt_test()
DGrSurfaceTest.cpp59 resourceProvider->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership); in DEF_GPUTEST_FOR_NULLGL_CONTEXT()
/external/skia/tests/
DVkWrapTests.cpp124 gpu->wrapRenderableBackendTexture(origBackendTex, 1, kBorrow_GrWrapOwnership); in wrap_trt_test()
132 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership); in wrap_trt_test()
134 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership); in wrap_trt_test()
143 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership); in wrap_trt_test()
145 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership); in wrap_trt_test()
153 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership); in wrap_trt_test()
DGrSurfaceTest.cpp59 resourceProvider->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership); in DEF_GPUTEST_FOR_NULLGL_CONTEXT()
/external/skqp/src/gpu/
DGrResourceProvider.h95 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture& tex,
DGrResourceProvider.cpp255 sk_sp<GrTexture> GrResourceProvider::wrapRenderableBackendTexture(const GrBackendTexture& tex, in wrapRenderableBackendTexture() function in GrResourceProvider
262 return fGpu->wrapRenderableBackendTexture(tex, sampleCnt, ownership); in wrapRenderableBackendTexture()
DGrGpu.h122 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture&,
DGrGpu.cpp188 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture() function in GrGpu
DGrProxyProvider.cpp444 sk_sp<GrTexture> texture(fResourceProvider->wrapRenderableBackendTexture(tex, sampleCnt)); in createWrappedTextureProxy()
/external/skia/src/gpu/
DGrResourceProvider.h98 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture& tex,
DGrResourceProvider.cpp247 sk_sp<GrTexture> GrResourceProvider::wrapRenderableBackendTexture(const GrBackendTexture& tex, in wrapRenderableBackendTexture() function in GrResourceProvider
254 return fGpu->wrapRenderableBackendTexture(tex, sampleCnt, ownership); in wrapRenderableBackendTexture()
DGrGpu.h122 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture&,
DGrGpu.cpp133 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture() function in GrGpu
DGrProxyProvider.cpp495 sk_sp<GrTexture> tex = resourceProvider->wrapRenderableBackendTexture(backendTex, in createWrappedTextureProxy()