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

  /external/deqp/modules/glshared/
glsUniformBlockCase.hpp 81 bool isBasicType (void) const { return m_type == TYPE_BASIC; }
  /external/deqp/framework/opengl/
gluVarType.hpp 58 bool isBasicType (void) const { return m_type == TYPE_BASIC; }
62 DataType getBasicType (void) const { DE_ASSERT(isBasicType()); return m_data.basic.type; }
63 Precision getPrecision (void) const { DE_ASSERT(isBasicType()); return m_data.basic.precision; }

Completed in 396 milliseconds