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

  /external/deqp/framework/opengl/
gluRenderContext.hpp 81 int getMajorVersion (void) const { return int((m_bits>>MAJOR_SHIFT) & ((1u<<MAJOR_BITS)-1u)); }
105 MAJOR_BITS = 4,
108 TOTAL_API_BITS = MAJOR_BITS+MINOR_BITS+PROFILE_BITS,
111 MINOR_SHIFT = MAJOR_SHIFT+MAJOR_BITS,
120 DE_ASSERT((deUint32(major) & ~((1<<MAJOR_BITS)-1)) == 0);
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-reflect.jar 

Completed in 65 milliseconds