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

  /external/vulkan-validation-layers/layers/
swapchain.h 86 struct SwpPhysicalDevice;
102 unordered_map<const void *, SwpPhysicalDevice *> physicalDevices;
161 struct SwpPhysicalDevice {
209 SwpPhysicalDevice *pPhysicalDevice;
285 std::unordered_map<void *, SwpPhysicalDevice> physicalDeviceMap;
swapchain.cpp 50 SwpPhysicalDevice *pPhysicalDevice = NULL;
265 // Delete all of the SwpPhysicalDevice's, SwpSurface's, and the
269 // Free memory that was allocated for/by this SwpPhysicalDevice:
270 SwpPhysicalDevice *pPhysicalDevice = it->second;
282 // Erase the SwpPhysicalDevice's from the my_data->physicalDeviceMap (which
288 // Free memory that was allocated for/by this SwpPhysicalDevice:
332 SwpPhysicalDevice *pPhysicalDevice = NULL;
453 SwpPhysicalDevice *pPhysicalDevice = NULL;
539 SwpPhysicalDevice *pPhysicalDevice = NULL;
624 SwpPhysicalDevice *pPhysicalDevice = NULL
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
swapchain.h 143 struct SwpPhysicalDevice;
159 unordered_map<const void *, SwpPhysicalDevice *> physicalDevices;
218 struct SwpPhysicalDevice {
262 SwpPhysicalDevice *pPhysicalDevice;
338 std::unordered_map<void *, SwpPhysicalDevice> physicalDeviceMap;
swapchain.cpp 61 SwpPhysicalDevice *pPhysicalDevice = NULL;
293 // Delete all of the SwpPhysicalDevice's, SwpSurface's, and the
297 // Free memory that was allocated for/by this SwpPhysicalDevice:
298 SwpPhysicalDevice *pPhysicalDevice = it->second;
310 // Erase the SwpPhysicalDevice's from the my_data->physicalDeviceMap (which
316 // Free memory that was allocated for/by this SwpPhysicalDevice:
360 SwpPhysicalDevice *pPhysicalDevice = NULL;
497 SwpPhysicalDevice *pPhysicalDevice = NULL;
592 SwpPhysicalDevice *pPhysicalDevice = NULL;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/swapchain/
swapchain.cpp 61 SwpPhysicalDevice *pPhysicalDevice = NULL;
293 // Delete all of the SwpPhysicalDevice's, SwpSurface's, and the
297 // Free memory that was allocated for/by this SwpPhysicalDevice:
298 SwpPhysicalDevice *pPhysicalDevice = it->second;
310 // Erase the SwpPhysicalDevice's from the my_data->physicalDeviceMap (which
316 // Free memory that was allocated for/by this SwpPhysicalDevice:
360 SwpPhysicalDevice *pPhysicalDevice = NULL;
497 SwpPhysicalDevice *pPhysicalDevice = NULL;
592 SwpPhysicalDevice *pPhysicalDevice = NULL;
    [all...]

Completed in 87 milliseconds