Searched defs:DestroyShaderModule (Results 1 - 3 of 3) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 110 PFN_vkDestroyShaderModule DestroyShaderModule; member in struct:vulkan::api::DeviceDispatchTable
|
H A D | api_gen.cpp | 240 INIT_PROC(true, dev, DestroyShaderModule); 405 VKAPI_ATTR void DestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator); 733 { "vkDestroyShaderModule", reinterpret_cast<PFN_vkVoidFunction>(DestroyShaderModule) }, 1003 VKAPI_ATTR void DestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon1925 1004 GetData(device).dispatch.DestroyShaderModule(device, shaderModule, pAllocator); 1799 vulkan::api::DestroyShaderModule(device, shaderModule, pAllocator);
|
/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver.cpp | 1273 void DestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks* allocator) { function in namespace:null_driver
|
Completed in 23 milliseconds