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

  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 258 VkDeviceObj *temp_device = new VkDeviceObj(0, objs[0], m_device_extension_names);
268 for (auto ext = m_device_extension_names.begin(); ext != m_device_extension_names.end();) {
279 ext = m_device_extension_names.erase(ext);
288 m_device = new VkDeviceObj(0, objs[0], m_device_extension_names, features);
    [all...]
layer_validation_tests.cpp 439 m_device_extension_names.clear();
467 m_device_extension_names.push_back(VK_KHR_SWAPCHAIN_EXTENSION_NAME);
    [all...]
vkrenderframework.h 149 std::vector<const char *> m_device_extension_names; member in class:VkRenderFramework

Completed in 206 milliseconds