Searched refs:shaderModule (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 93 VKAPI_ATTR void DestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocatio…
|
D | null_driver.cpp | 1303 void DestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks*… in DestroyShaderModule() argument
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 455 VKAPI_ATTR void DestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocatio… 1170 VKAPI_ATTR void DestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocatio… in DestroyShaderModule() argument 1171 GetData(device).dispatch.DestroyShaderModule(device, shaderModule, pAllocator); in DestroyShaderModule() 2171 VKAPI_ATTR void vkDestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocat… in vkDestroyShaderModule() argument 2172 vulkan::api::DestroyShaderModule(device, shaderModule, pAllocator); in vkDestroyShaderModule()
|