OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SwpSurface
(Results
1 - 2
of
2
) sorted by null
/external/vulkan-validation-layers/layers/
swapchain.h
150
typedef _SwpSurface
SwpSurface
;
164
unordered_map<VkSurfaceKHR,
SwpSurface
*> surfaces;
244
unordered_map<VkSurfaceKHR,
SwpSurface
*> supportedSurfaces;
306
SwpSurface
*pSurface;
337
std::unordered_map<VkSurfaceKHR,
SwpSurface
> surfaceMap;
swapchain.cpp
309
// Delete all of the SwpPhysicalDevice's,
SwpSurface
's, and the
333
SwpSurface
*pSurface = it->second;
[
all
...]
Completed in 845 milliseconds