Home
last modified time | relevance | path

Searched refs:kBorrow_GrWrapOwnership (Results 1 – 25 of 53) sorted by relevance

123

/third_party/skia/tests/
DVkWrapTests.cpp50 sk_sp<GrTexture> tex = gpu->wrapBackendTexture(origBackendTex, kBorrow_GrWrapOwnership, in wrap_tex_test()
61 backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, kRead_GrIOType); in wrap_tex_test()
74 backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, kRead_GrIOType); in wrap_tex_test()
155 origBackendTex, 1, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo); in wrap_trt_test()
163 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership, in wrap_trt_test()
176 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership, in wrap_trt_test()
189 tex = gpu->wrapRenderableBackendTexture(origBackendTex, 2, kBorrow_GrWrapOwnership, in wrap_trt_test()
DGrSurfaceTest.cpp63 backendTex, 1, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
364 auto proxy = proxyProvider->wrapBackendTexture(mbet->texture(), kBorrow_GrWrapOwnership, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
424 proxy = proxyProvider->wrapBackendTexture(mbet->texture(), kBorrow_GrWrapOwnership, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DProxyTest.cpp281 mbet->texture(), supportedNumSamples, kBorrow_GrWrapOwnership, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
309 mbet->texture(), kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DEGLImageTest.cpp159 backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, kRW_GrIOType); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DBackendAllocationTest.cpp273 backendTex, 1, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, nullptr); in check_base_readbacks()
276 backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, kRW_GrIOType); in check_base_readbacks()
390 kBorrow_GrWrapOwnership, in check_mipmaps()
DRectangleTextureTest.cpp159 rectangleTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, kRW_GrIOType); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/flutter/skia/tests/
DVkWrapTests.cpp49 kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, in wrap_tex_test()
58 tex = gpu->wrapBackendTexture(backendTex, kGrColorType, kBorrow_GrWrapOwnership, in wrap_tex_test()
71 tex = gpu->wrapBackendTexture(backendTex, kGrColorType, kBorrow_GrWrapOwnership, in wrap_tex_test()
145 origBackendTex, 1, kGrColorType, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo); in wrap_trt_test()
154 kBorrow_GrWrapOwnership, GrWrapCacheable::kNo); in wrap_trt_test()
167 kBorrow_GrWrapOwnership, GrWrapCacheable::kNo); in wrap_trt_test()
DGrSurfaceTest.cpp62 backendTex, 1, GrColorType::kRGBA_8888, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
391 kBorrow_GrWrapOwnership, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
445 kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
466 backendTexture, 1, GrColorType::kRGBA_8888, kBorrow_GrWrapOwnership, in make_wrapped_texture()
470 backendTexture, GrColorType::kRGBA_8888, kBorrow_GrWrapOwnership, in make_wrapped_texture()
DProxyTest.cpp320 grColorType, kBorrow_GrWrapOwnership, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
350 backendTex, grColorType, origin, kBorrow_GrWrapOwnership, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/src/gpu/gl/
DGrGLSemaphore.h27 kBorrow_GrWrapOwnership != ownership)); in MakeWrapped()
/third_party/skia/src/gpu/gl/
DGrGLSemaphore.h27 new GrGLSemaphore(gpu, kBorrow_GrWrapOwnership != ownership)); in MakeWrapped()
/third_party/flutter/skia/src/gpu/vk/
DGrVkTexture.cpp105 (kBorrow_GrWrapOwnership == wrapOwnership || VK_NULL_HANDLE != info.fAlloc.fMemory)); in MakeWrappedTexture()
117 GrBackendObjectOwnership ownership = kBorrow_GrWrapOwnership == wrapOwnership in MakeWrappedTexture()
DGrVkSemaphore.cpp42 kBorrow_GrWrapOwnership != ownership)); in MakeWrapped()
DGrVkTextureRenderTarget.cpp218 (kBorrow_GrWrapOwnership == wrapOwnership || VK_NULL_HANDLE != info.fAlloc.fMemory)); in MakeWrappedTextureRenderTarget()
223 GrBackendObjectOwnership ownership = kBorrow_GrWrapOwnership == wrapOwnership in MakeWrappedTextureRenderTarget()
/third_party/skia/src/gpu/vk/
DGrVkSemaphore.cpp48 kBorrow_GrWrapOwnership != ownership)); in MakeWrapped()
DGrVkRenderTarget.cpp136 kBorrow_GrWrapOwnership, in MakeWrappedRenderTarget()
183 kBorrow_GrWrapOwnership, in MakeSecondaryCBRenderTarget()
DGrVkTextureRenderTarget.cpp119 (kBorrow_GrWrapOwnership == wrapOwnership || VK_NULL_HANDLE != info.fAlloc.fMemory)); in MakeWrappedTextureRenderTarget()
DGrVkTexture.cpp101 (kBorrow_GrWrapOwnership == wrapOwnership || VK_NULL_HANDLE != info.fAlloc.fMemory)); in MakeWrappedTexture()
/third_party/flutter/skia/src/gpu/
DGrContextPriv.cpp109 tex, colorType, origin, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, kRW_GrIOType); in makeBackendTextureContext()
131 tex, origin, sampleCnt, colorType, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, in makeBackendTextureRenderTargetContext()
DGrResourceProvider.h274 GrWrapOwnership = kBorrow_GrWrapOwnership);
DGrAHardwareBufferImageGenerator.cpp178 backendTex, grColorType, kBorrow_GrWrapOwnership, GrWrapCacheable::kYes, in makeProxy()
DGrBackendTextureImageGenerator.cpp190 backendTexture, grColorType, kBorrow_GrWrapOwnership, in onGenerateTexture()
/third_party/flutter/skia/src/image/
DSkImage_GpuBase.cpp266 yuvaTextures[textureIndex], grColorType, imageOrigin, kBorrow_GrWrapOwnership, in MakeTempTextureProxies()
451 backendTexture, fColorType, kBorrow_GrWrapOwnership, in MakePromiseImageLazyProxy()
/third_party/skia/src/gpu/
DGrAHardwareBufferImageGenerator.cpp164 backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kYes, kRead_GrIOType); in makeView()
DGrBackendTextureImageGenerator.cpp199 backendTexture, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, in onGenerateTexture()

123