Searched refs:TOTAL_API_BITS (Results 1 – 1 of 1) sorted by relevance
153 TOTAL_API_BITS = MAJOR_BITS + MINOR_BITS + PROFILE_BITS, enumerator199 return ApiType::fromBits(m_bits & ((1u << TOTAL_API_BITS) - 1u)); in getAPI()221 TOTAL_CONTEXT_BITS = TOTAL_API_BITS + FLAGS_BITS,222 FLAGS_SHIFT = TOTAL_API_BITS