Searched refs:wrapRenderableBackendTexture (Results 1 – 14 of 14) sorted by relevance
/external/skqp/tests/ |
D | VkWrapTests.cpp | 124 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()
|
D | GrSurfaceTest.cpp | 59 resourceProvider->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership); in DEF_GPUTEST_FOR_NULLGL_CONTEXT()
|
/external/skia/tests/ |
D | VkWrapTests.cpp | 124 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()
|
D | GrSurfaceTest.cpp | 59 resourceProvider->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership); in DEF_GPUTEST_FOR_NULLGL_CONTEXT()
|
/external/skqp/src/gpu/ |
D | GrResourceProvider.h | 95 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture& tex,
|
D | GrResourceProvider.cpp | 255 sk_sp<GrTexture> GrResourceProvider::wrapRenderableBackendTexture(const GrBackendTexture& tex, in wrapRenderableBackendTexture() function in GrResourceProvider 262 return fGpu->wrapRenderableBackendTexture(tex, sampleCnt, ownership); in wrapRenderableBackendTexture()
|
D | GrGpu.h | 122 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture&,
|
D | GrGpu.cpp | 188 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture() function in GrGpu
|
D | GrProxyProvider.cpp | 444 sk_sp<GrTexture> texture(fResourceProvider->wrapRenderableBackendTexture(tex, sampleCnt)); in createWrappedTextureProxy()
|
/external/skia/src/gpu/ |
D | GrResourceProvider.h | 98 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture& tex,
|
D | GrResourceProvider.cpp | 247 sk_sp<GrTexture> GrResourceProvider::wrapRenderableBackendTexture(const GrBackendTexture& tex, in wrapRenderableBackendTexture() function in GrResourceProvider 254 return fGpu->wrapRenderableBackendTexture(tex, sampleCnt, ownership); in wrapRenderableBackendTexture()
|
D | GrGpu.h | 122 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture&,
|
D | GrGpu.cpp | 133 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture() function in GrGpu
|
D | GrProxyProvider.cpp | 495 sk_sp<GrTexture> tex = resourceProvider->wrapRenderableBackendTexture(backendTex, in createWrappedTextureProxy()
|