OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isLayerSupported
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/framework/vulkan/
vkQueryUtil.hpp
121
bool
isLayerSupported
(LayerIterator begin, LayerIterator end, const RequiredLayer& required);
122
bool
isLayerSupported
(const std::vector<VkLayerProperties>& layers, const RequiredLayer& required);
212
bool
isLayerSupported
(LayerIterator begin, LayerIterator end, const RequiredLayer& required)
vkQueryUtil.cpp
430
bool
isLayerSupported
(const std::vector<VkLayerProperties>& layers, const RequiredLayer& required)
432
return
isLayerSupported
(layers.begin(), layers.end(), required);
Completed in 218 milliseconds