Searched defs:PRIORITY_HIGH (Results 1 – 9 of 9) sorted by relevance
32 public static final int PRIORITY_HIGH = 2; field in SoundSystem
290 PRIORITY_HIGH = 3; enumerator
43 PRIORITY_HIGH enumerator
507 PRIORITY_HIGH = 3; enumerator
271 pub const PRIORITY_HIGH: PRIORITY = 2i32; constant
2040 constexpr auto PRIORITY_HIGH = VK_QUEUE_GLOBAL_PRIORITY_HIGH_KHR; in createGlobalPriorityQueueTests() local