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

  /external/vulkan-validation-layers/layers/
vk_layer_table.cpp 25 static device_table_map tableMap;
31 device_table_map::const_iterator it = tableMap.find((void *)key);
32 assert(it != tableMap.end() && "Not able to find device dispatch entry");
59 void destroy_device_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableMap, key); }
145 return initDeviceTable(device, gpa, tableMap);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
vk_layer_table.cpp 25 static device_table_map tableMap;
33 device_table_map::const_iterator it = tableMap.find((void *)key);
34 assert(it != tableMap.end() && "Not able to find device dispatch entry");
79 void destroy_device_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableMap, key); }
189 return initDeviceTable(device, gpa, tableMap);
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 74 milliseconds