Home
last modified time | relevance | path

Searched defs:CreateBuffer (Results 1 – 2 of 2) sorted by relevance

/applications/standard/app_samples/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIBuffer/entry/src/main/cpp/
Dnapi_init.cpp23 static napi_value CreateBuffer(napi_env env, napi_callback_info info) in CreateBuffer() function
/applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/render/vulkan/
Dvulkan_example.cpp613 void VulkanExample::CreateBuffer(VkDeviceSize size, VkBufferUsageFlags usage, in CreateBuffer() function in vkExample::VulkanExample