Home
last modified time | relevance | path

Searched refs:ValidateAllocateMemoryANDROID (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.h1542 bool ValidateAllocateMemoryANDROID(const VkMemoryAllocateInfo* alloc_info) const;
Dcore_validation.cpp3499 bool CoreChecks::ValidateAllocateMemoryANDROID(const VkMemoryAllocateInfo *alloc_info) const { in ValidateAllocateMemoryANDROID() function in CoreChecks
3813 bool CoreChecks::ValidateAllocateMemoryANDROID(const VkMemoryAllocateInfo *alloc_info) const { retu… in ValidateAllocateMemoryANDROID() function in CoreChecks
3844 skip |= ValidateAllocateMemoryANDROID(pAllocateInfo); in PreCallValidateAllocateMemory()