Searched refs:OH_NativeBuffer (Results 1 - 21 of 21) sorted by relevance
/third_party/skia/include/core/ |
H A D | SkData.h | 18 typedef struct OH_NativeBuffer OH_NativeBuffer; typedef 39 * this function always returns nullptr, and gets OH_NativeBuffer via getNativeBuffer(). 44 * Returns the ptr to OH_NativeBuffer. 46 OH_NativeBuffer* getNativeBuffer() { return fNativeBuffer; } in getNativeBuffer() 154 * Create a new dataref from an OH_NativeBuffer. 157 static sk_sp<SkData> MakeFromOHNativeBuffer(OH_NativeBuffer* nativeBuffer, size_t size); 184 OH_NativeBuffer* fNativeBuffer; 187 SkData(const void* ptr, size_t size, OH_NativeBuffer* nativeBuffer, ReleaseProc, void* context);
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_ohos.h | 101 struct OH_NativeBuffer; 133 struct OH_NativeBuffer* buffer; 148 typedef VkResult (VKAPI_PTR *PFN_vkGetNativeBufferPropertiesOHOS)(VkDevice device, const struct OH_NativeBuffer* buffer, VkNativeBufferPropertiesOHOS* pProperties); 149 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryNativeBufferOHOS)(VkDevice device, const VkMemoryGetNativeBufferInfoOHOS* pInfo, struct OH_NativeBuffer** pBuffer); 154 const struct OH_NativeBuffer* buffer, 160 struct OH_NativeBuffer** pBuffer);
|
/third_party/skia/src/core/ |
H A D | SkData.cpp | 24 SkData::SkData(const void* ptr, size_t size, OH_NativeBuffer* nativeBuffer, ReleaseProc proc, void* context) in SkData() 163 sk_sp<SkData> SkData::MakeFromOHNativeBuffer(OH_NativeBuffer* nativeBuffer, size_t size) {
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkMemory.h | 37 OH_NativeBuffer *nativeBuffer,
|
H A D | GrVkBuffer.h | 25 OH_NativeBuffer *nativeBuffer,
|
H A D | GrVkGpu.h | 280 OH_NativeBuffer* nativeBuffer, 400 OH_NativeBuffer* nativeBuffer, size_t bufferSize);
|
H A D | GrVkMemory.cpp | 91 OH_NativeBuffer *nativeBuffer,
|
H A D | GrVkBuffer.cpp | 162 OH_NativeBuffer *nativeBuffer,
|
H A D | GrVkGpu.cpp | 1104 OH_NativeBuffer* nativeBuffer, size_t bufferSize) { in uploadTexDataCompressed() 1250 OH_NativeBuffer* nativeBuffer, in onCreateCompressedTexture()
|
/third_party/skia/src/gpu/ |
H A D | GrGpu.h | 182 OH_NativeBuffer* nativeBuffer, 753 OH_NativeBuffer* nativeBuffer,
|
H A D | GrGpu.cpp | 292 OH_NativeBuffer* nativeBuffer, in createCompressedTexture()
|
/third_party/skia/src/gpu/mock/ |
H A D | GrMockGpu.h | 79 OH_NativeBuffer* nativeBuffer,
|
H A D | GrMockGpu.cpp | 158 OH_NativeBuffer* nativeBuffer, in onCreateCompressedTexture()
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DGpu.h | 155 OH_NativeBuffer* nativeBuffer,
|
H A D | GrD3DGpu.cpp | 418 OH_NativeBuffer* nativeBuffer, in onCreateCompressedTexture()
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnGpu.h | 134 OH_NativeBuffer* nativeBuffer,
|
H A D | GrDawnGpu.cpp | 254 OH_NativeBuffer* nativeBuffer, in onCreateCompressedTexture()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
H A D | vktExternalMemoryUtil.cpp | 2034 OH_NativeBuffer* buffer = OH_NativeBuffer_Alloc(&bufferdesc); in Allocate() 2047 OH_NativeBuffer_GetConfig(static_cast<OH_NativeBuffer*>(buffer.internal), &desc); in Describe() 2062 return OH_NativeBuffer_Unreference(static_cast<OH_NativeBuffer*>(buffer.internal)); in Release() 2067 return OH_NativeBuffer_Reference(static_cast<OH_NativeBuffer*>(buffer.internal)); in Acquire()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.h | 264 OH_NativeBuffer* nativeBuffer,
|
H A D | GrGLGpu.cpp | 1506 OH_NativeBuffer* nativeBuffer, in onCreateCompressedTexture()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.c | 9843 const struct OH_NativeBuffer* buffer, in vkGetNativeBufferPropertiesOHOS() 9860 struct OH_NativeBuffer** pBuffer) { in vkGetMemoryNativeBufferOHOS()
|
Completed in 47 milliseconds