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

/external/deqp/modules/glshared/
H A DglsUniformBlockCase.hpp83 bool isStructType (void) const { return m_type == TYPE_STRUCT; } function in class:deqp::gls::ub::VarType
/external/deqp/framework/opengl/
H A DgluVarType.hpp60 bool isStructType (void) const { return m_type == TYPE_STRUCT; } function in class:glu::VarType
68 const StructType* getStructPtr (void) const { DE_ASSERT(isStructType()); return m_data.structPtr; }

Completed in 678 milliseconds