Searched defs:isBasicType (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsUniformBlockCase.hpp81 bool isBasicType (void) const { return m_type == TYPE_BASIC; } function in class:deqp::gls::ub::VarType
/external/deqp/framework/opengl/
H A DgluVarType.hpp58 bool isBasicType (void) const { return m_type == TYPE_BASIC; } function in class:glu::VarType
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 125 milliseconds