Home
last modified time | relevance | path

Searched refs:shaderModule (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h93 VKAPI_ATTR void DestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocatio…
Dnull_driver.cpp1303 void DestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks*… in DestroyShaderModule() argument
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp455 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()