| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_wsi.c | 43 radv_wsi_set_memory_ownership(VkDevice _device, VkDeviceMemory _mem, VkBool32 ownership) in radv_wsi_set_memory_ownership() argument
|
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLSemaphore.h | 23 MakeWrapped(GrGLGpu* gpu, GrGLsync sync, GrWrapOwnership ownership) MakeWrapped() argument
|
| H A D | GrGLGpu.cpp | 656 onWrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) onWrapBackendTexture() argument 711 onWrapCompressedBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapCompressedBackendTexture() argument 734 onWrapRenderableBackendTexture(const GrBackendTexture& backendTex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapRenderableBackendTexture() argument 4059 wrapBackendSemaphore(const GrBackendSemaphore& semaphore, GrSemaphoreWrapType , GrWrapOwnership ownership) wrapBackendSemaphore() argument
|
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkSemaphore.cpp | 36 MakeWrapped(GrVkGpu* gpu, VkSemaphore semaphore, GrSemaphoreWrapType wrapType, GrWrapOwnership ownership) MakeWrapped() argument
|
| H A D | GrVkImage.cpp | 176 MakeWrapped(GrVkGpu* gpu, SkISize dimensions, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, UsageFlags attachmentUsages, GrWrapOwnership ownership, GrWrapCacheable cacheable, bool forSecondaryCB) MakeWrapped() argument 246 GrVkImage(GrVkGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, sk_sp<const GrVkImageView> framebufferView, sk_sp<const GrVkImageView> textureView, GrBackendObjectOwnership ownership, GrWrapCacheable cacheable, bool forSecondaryCB) GrVkImage() argument
|
| H A D | GrVkGpu.cpp | 1407 onWrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) onWrapBackendTexture() argument 1435 onWrapCompressedBackendTexture(const GrBackendTexture& beTex, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapCompressedBackendTexture() argument 1441 onWrapRenderableBackendTexture(const GrBackendTexture& backendTex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapRenderableBackendTexture() argument 2845 wrapBackendSemaphore(const GrBackendSemaphore& semaphore, GrSemaphoreWrapType wrapType, GrWrapOwnership ownership) wrapBackendSemaphore() argument [all...] |
| /third_party/skia/src/gpu/mock/ |
| H A D | GrMockGpu.cpp | 164 onWrapBackendTexture(const GrBackendTexture& tex, GrWrapOwnership ownership, GrWrapCacheable wrapType, GrIOType ioType) onWrapBackendTexture() argument 183 onWrapCompressedBackendTexture(const GrBackendTexture& tex, GrWrapOwnership ownership, GrWrapCacheable wrapType) onWrapCompressedBackendTexture() argument 189 onWrapRenderableBackendTexture(const GrBackendTexture& tex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapRenderableBackendTexture() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrProxyProvider.cpp | 536 wrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType, sk_sp<GrRefCntedCallback> releaseHelper) wrapBackendTexture() argument 573 wrapCompressedBackendTexture( const GrBackendTexture& beTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, sk_sp<GrRefCntedCallback> releaseHelper) wrapCompressedBackendTexture() argument 608 wrapRenderableBackendTexture( const GrBackendTexture& backendTex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable, sk_sp<GrRefCntedCallback> releaseHelper) wrapRenderableBackendTexture() argument
|
| H A D | GrResourceProvider.cpp | 351 wrapBackendTexture(const GrBackendTexture& tex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) wrapBackendTexture() argument 362 wrapCompressedBackendTexture(const GrBackendTexture& tex, GrWrapOwnership ownership, GrWrapCacheable cacheable) wrapCompressedBackendTexture() argument 374 wrapRenderableBackendTexture(const GrBackendTexture& tex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable) wrapRenderableBackendTexture() argument 759 wrapBackendSemaphore( const GrBackendSemaphore& semaphore, GrSemaphoreWrapType wrapType, GrWrapOwnership ownership) wrapBackendSemaphore() argument
|
| H A D | GrGpu.cpp | 320 wrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) wrapBackendTexture() argument 341 wrapCompressedBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable) wrapCompressedBackendTexture() argument 360 wrapRenderableBackendTexture(const GrBackendTexture& backendTex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable) wrapRenderableBackendTexture() argument
|
| H A D | GrDirectContext.cpp | 428 GrWrapOwnership ownership = in wait() local
|
| /third_party/node/src/ |
| H A D | js_native_api_v8.h | 506 Ownership ownership() { return ownership_; } in ownership() function in v8impl::RefBase
|
| H A D | js_native_api_v8.cc | 1186 RefBase(JSVM_Env env, uint32_t initialRefcount, Ownership ownership, JSVM_Finalize finalizeCallback, void* finalizeData, void* finalizeHint) RefBase() argument 1196 New(JSVM_Env env, uint32_t initialRefcount, Ownership ownership, JSVM_Finalize finalizeCallback, void* finalizeData, void* finalizeHint) New() argument 1252 New(JSVM_Env env, v8::Local<v8::Value> value, uint32_t initialRefcount, Ownership ownership, JSVM_Finalize finalizeCallback, void* finalizeData, void* finalizeHint) New() argument [all...] |
| /third_party/skia/src/image/ |
| H A D | SkImage_Gpu.cpp | 385 new_wrapped_texture_common(GrRecordingContext* rContext, const GrBackendTexture& backendTex, GrColorType colorType, GrSurfaceOrigin origin, SkAlphaType at, sk_sp<SkColorSpace> colorSpace, GrWrapOwnership ownership, sk_sp<GrRefCntedCallback> releaseHelper) new_wrapped_texture_common() argument
|
| /third_party/skia/src/gpu/d3d/ |
| H A D | GrD3DGpu.cpp | 967 onWrapCompressedBackendTexture(const GrBackendTexture& tex, GrWrapOwnership ownership, GrWrapCacheable wrapType) onWrapCompressedBackendTexture() argument 973 onWrapRenderableBackendTexture(const GrBackendTexture& tex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapRenderableBackendTexture() argument
|
| /third_party/skia/src/gpu/dawn/ |
| H A D | GrDawnGpu.cpp | 260 onWrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) onWrapBackendTexture() argument 274 onWrapCompressedBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapCompressedBackendTexture() argument
|
| /third_party/skia/src/gpu/v1/ |
| H A D | SurfaceDrawContext.cpp | 1534 GrWrapOwnership ownership = in waitOnSemaphores() local
|