Searched defs:TYPE_STRUCT (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgVariableType.hpp45 TYPE_STRUCT, enumerator in enum:rsg::VariableType::Type
158 bool isStruct (void) const { return m_baseType == TYPE_STRUCT; }
193 DE_ASSERT(baseType != TYPE_ARRAY && baseType != TYPE_STRUCT);
213 DE_ASSERT(baseType == TYPE_STRUCT);
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.hpp83 bool isStructType (void) const { return m_type == TYPE_STRUCT; }
100 TYPE_STRUCT, enumerator in enum:deqp::gls::ub::VarType::Type
/external/deqp/framework/opengl/
H A DgluVarType.hpp60 bool isStructType (void) const { return m_type == TYPE_STRUCT; }
87 TYPE_STRUCT, enumerator in enum:glu::VarType::Type
109 // TYPE_STRUCT

Completed in 4395 milliseconds