/third_party/skia/tests/ |
D | VkWrapTests.cpp | 50 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()
|
D | GrSurfaceTest.cpp | 63 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()
|
D | ProxyTest.cpp | 281 mbet->texture(), supportedNumSamples, kBorrow_GrWrapOwnership, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 309 mbet->texture(), kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | EGLImageTest.cpp | 159 backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, kRW_GrIOType); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
D | BackendAllocationTest.cpp | 273 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()
|
D | RectangleTextureTest.cpp | 159 rectangleTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, kRW_GrIOType); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
D | TextureProxyTest.cpp | 114 kBorrow_GrWrapOwnership, in create_wrapped_backend()
|
D | ResourceAllocatorTest.cpp | 83 kBorrow_GrWrapOwnership, in make_backend()
|
D | ResourceCacheTest.cpp | 207 mbet->texture(), kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, kRead_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 1564 GrWrapOwnership::kBorrow_GrWrapOwnership, in test_free_texture_messages() 1647 GrWrapOwnership::kBorrow_GrWrapOwnership, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLSemaphore.h | 27 new GrGLSemaphore(gpu, kBorrow_GrWrapOwnership != ownership)); in MakeWrapped()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkSemaphore.cpp | 48 kBorrow_GrWrapOwnership != ownership)); in MakeWrapped()
|
D | GrVkRenderTarget.cpp | 136 kBorrow_GrWrapOwnership, in MakeWrappedRenderTarget() 183 kBorrow_GrWrapOwnership, in MakeSecondaryCBRenderTarget()
|
D | GrVkTextureRenderTarget.cpp | 119 (kBorrow_GrWrapOwnership == wrapOwnership || VK_NULL_HANDLE != info.fAlloc.fMemory)); in MakeWrappedTextureRenderTarget()
|
D | GrVkTexture.cpp | 101 (kBorrow_GrWrapOwnership == wrapOwnership || VK_NULL_HANDLE != info.fAlloc.fMemory)); in MakeWrappedTexture()
|
D | GrVkImage.cpp | 191 GrBackendObjectOwnership backendOwnership = kBorrow_GrWrapOwnership == ownership in MakeWrapped()
|
D | GrVkGpu.cpp | 1615 kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, in onClearBackendTexture() 1715 kBorrow_GrWrapOwnership, in onUpdateCompressedBackendTexture() 1823 kBorrow_GrWrapOwnership, in setBackendSurfaceState()
|
/third_party/skia/src/gpu/ |
D | GrAHardwareBufferImageGenerator.cpp | 164 backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kYes, kRead_GrIOType); in makeView()
|
D | GrBackendTextureImageGenerator.cpp | 199 backendTexture, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, in onGenerateTexture()
|
D | GrResourceProvider.h | 324 GrWrapOwnership = kBorrow_GrWrapOwnership);
|
D | GrRecordingContextPriv.cpp | 339 tex, sampleCount, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, in makeSFCFromBackendTexture()
|
D | GrDirectContext.cpp | 398 deleteSemaphoresAfterWait ? kAdopt_GrWrapOwnership : kBorrow_GrWrapOwnership; in wait() 600 kBorrow_GrWrapOwnership, in update_texture_with_pixmaps()
|
/third_party/skia/src/image/ |
D | SkImage_Gpu.cpp | 434 tex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, std::move(releaseHelper)); in MakeFromCompressedTexture() 471 kBorrow_GrWrapOwnership, std::move(releaseHelper)); in MakeFromTexture() 744 backendTexture, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, kRW_GrIOType, in MakeFromAHardwareBufferWithData()
|
D | SkImage_GpuBase.cpp | 301 kBorrow_GrWrapOwnership, in MakePromiseImageLazyProxy()
|
D | SkSurface_Gpu.cpp | 512 tex, sampleCnt, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, in MakeFromBackendTexture() 576 backendTexture, sampleCnt, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, in onReplaceBackendTexture()
|
D | SkImage_GpuYUVA.cpp | 236 kBorrow_GrWrapOwnership, in MakeFromYUVATextures()
|