HomeSort by relevance Sort by last modified time
    Searched refs:GetGlobalExtensions (Results 1 - 6 of 6) sorted by null

  /external/vulkan-validation-layers/tests/
test_environment.cpp 98 instance_extensions = vk_testing::GetGlobalExtensions();
vktestbinding.cpp 125 std::vector<VkExtensionProperties> GetGlobalExtensions() { return GetGlobalExtensions(NULL); }
132 std::vector<VkExtensionProperties> GetGlobalExtensions(const char *pLayerName) {
vktestbinding.h 79 std::vector<VkExtensionProperties> GetGlobalExtensions();
80 std::vector<VkExtensionProperties> GetGlobalExtensions(const char *pLayerName);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
test_environment.cpp 100 instance_extensions = vk_testing::GetGlobalExtensions();
vktestbinding.cpp 140 std::vector<VkExtensionProperties> GetGlobalExtensions() { return GetGlobalExtensions(NULL); }
147 std::vector<VkExtensionProperties> GetGlobalExtensions(const char *pLayerName) {
vktestbinding.h 60 std::vector<VkExtensionProperties> GetGlobalExtensions();
61 std::vector<VkExtensionProperties> GetGlobalExtensions(const char *pLayerName);

Completed in 71 milliseconds