Home
last modified time | relevance | path

Searched refs:kAdopt_GrWrapOwnership (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/skia/tests/
DVkWrapTests.cpp61 tex = gpu->wrapBackendTexture(backendTex, kGrColorType, kAdopt_GrWrapOwnership, in wrap_tex_test()
74 tex = gpu->wrapBackendTexture(backendTex, kGrColorType, kAdopt_GrWrapOwnership, in wrap_tex_test()
83 tex = gpu->wrapBackendTexture(backendTex, kGrColorType, kAdopt_GrWrapOwnership, in wrap_tex_test()
157 kAdopt_GrWrapOwnership, GrWrapCacheable::kNo); in wrap_trt_test()
170 kAdopt_GrWrapOwnership, GrWrapCacheable::kNo); in wrap_trt_test()
179 kAdopt_GrWrapOwnership, GrWrapCacheable::kNo); in wrap_trt_test()
DGrTestingBackendTextureUploadTest.cpp68 backendTex, kTopLeft_GrSurfaceOrigin, 1, grCT, kAdopt_GrWrapOwnership, in testing_only_texture_test()
72 backendTex, grCT, kTopLeft_GrSurfaceOrigin, kAdopt_GrWrapOwnership, in testing_only_texture_test()
DResourceCacheTest.cpp227 kAdopt_GrWrapOwnership, GrWrapCacheable::kNo, kRead_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/tests/
DVkWrapTests.cpp64 backendTex, kAdopt_GrWrapOwnership, GrWrapCacheable::kNo, kRead_GrIOType); in wrap_tex_test()
77 backendTex, kAdopt_GrWrapOwnership, GrWrapCacheable::kNo, kRead_GrIOType); in wrap_tex_test()
86 backendTex, kAdopt_GrWrapOwnership, GrWrapCacheable::kNo, kRead_GrIOType); in wrap_tex_test()
166 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
179 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
198 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
DResourceCacheTest.cpp210 unmbet, kAdopt_GrWrapOwnership, GrWrapCacheable::kNo, kRead_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/tools/gpu/
DProxyUtils.cpp49 backendTex, origin, 1, colorType, kAdopt_GrWrapOwnership, GrWrapCacheable::kNo, in MakeTextureProxyFromData()
53 backendTex, colorType, origin, kAdopt_GrWrapOwnership, in MakeTextureProxyFromData()
/third_party/flutter/skia/src/gpu/
DGrContext.cpp258 kAdopt_GrWrapOwnership); in wait()
DGrRenderTargetContext.cpp2010 kAdopt_GrWrapOwnership); in waitOnSemaphores()
/third_party/flutter/skia/src/image/
DSkImage_Gpu.cpp189 kAdopt_GrWrapOwnership, nullptr, nullptr); in MakeFromAdoptedTexture()
/third_party/skia/src/gpu/
DGrDirectContext.cpp371 deleteSemaphoresAfterWait ? kAdopt_GrWrapOwnership : kBorrow_GrWrapOwnership; in wait()
/third_party/skia/include/private/
DGrTypesPriv.h110 kAdopt_GrWrapOwnership, enumerator
/third_party/flutter/skia/include/private/
DGrTypesPriv.h170 kAdopt_GrWrapOwnership, enumerator
/third_party/skia/src/image/
DSkImage_Gpu.cpp496 kAdopt_GrWrapOwnership, nullptr); in MakeFromAdoptedTexture()
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp1273 if (!check_image_info(this->vkCaps(), imageInfo, kAdopt_GrWrapOwnership == ownership, in onWrapBackendTexture()
1307 if (!check_image_info(this->vkCaps(), imageInfo, kAdopt_GrWrapOwnership == ownership, in onWrapRenderableBackendTexture()
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.cpp1182 kAdopt_GrWrapOwnership == ownership)) { in onWrapBackendTexture()
1219 kAdopt_GrWrapOwnership == ownership)) { in onWrapRenderableBackendTexture()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp1533 deleteSemaphoresAfterWait ? kAdopt_GrWrapOwnership : kBorrow_GrWrapOwnership; in waitOnSemaphores()