Home
last modified time | relevance | path

Searched refs:OH_NativeBuffer (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/include/core/
H A DSkData.h18 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 Dvulkan_ohos.h101 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 DSkData.cpp24 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 DGrVkMemory.h37 OH_NativeBuffer *nativeBuffer,
H A DGrVkBuffer.h25 OH_NativeBuffer *nativeBuffer,
H A DGrVkGpu.h280 OH_NativeBuffer* nativeBuffer,
400 OH_NativeBuffer* nativeBuffer, size_t bufferSize);
H A DGrVkMemory.cpp91 OH_NativeBuffer *nativeBuffer,
H A DGrVkBuffer.cpp162 OH_NativeBuffer *nativeBuffer,
H A DGrVkGpu.cpp1104 OH_NativeBuffer* nativeBuffer, size_t bufferSize) { in uploadTexDataCompressed()
1250 OH_NativeBuffer* nativeBuffer, in onCreateCompressedTexture()
/third_party/skia/src/gpu/
H A DGrGpu.h182 OH_NativeBuffer* nativeBuffer,
753 OH_NativeBuffer* nativeBuffer,
H A DGrGpu.cpp292 OH_NativeBuffer* nativeBuffer, in createCompressedTexture()
/third_party/skia/src/gpu/mock/
H A DGrMockGpu.h79 OH_NativeBuffer* nativeBuffer,
H A DGrMockGpu.cpp158 OH_NativeBuffer* nativeBuffer, in onCreateCompressedTexture()
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.h155 OH_NativeBuffer* nativeBuffer,
H A DGrD3DGpu.cpp418 OH_NativeBuffer* nativeBuffer, in onCreateCompressedTexture()
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.h134 OH_NativeBuffer* nativeBuffer,
H A DGrDawnGpu.cpp254 OH_NativeBuffer* nativeBuffer, in onCreateCompressedTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktExternalMemoryUtil.cpp2034 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 DGrGLGpu.h264 OH_NativeBuffer* nativeBuffer,
H A DGrGLGpu.cpp1506 OH_NativeBuffer* nativeBuffer, in onCreateCompressedTexture()
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.c9843 const struct OH_NativeBuffer* buffer, in vkGetNativeBufferPropertiesOHOS()
9860 struct OH_NativeBuffer** pBuffer) { in vkGetMemoryNativeBufferOHOS()

Completed in 68 milliseconds