HomeSort by relevance Sort by last modified time
    Searched defs:global_unique_id (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/layers/
unique_objects.h 84 static uint64_t global_unique_id = 1; member in namespace:unique_objects
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
unique_objects.h 45 static uint64_t global_unique_id = 1; member in namespace:unique_objects
280 unique_id = global_unique_id++;
341 unique_id = global_unique_id++;
371 uint64_t unique_id =global_unique_id++;
395 unique_id = global_unique_id++;

Completed in 58 milliseconds