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

  /external/deqp/framework/opengl/
gluVarType.hpp 60 bool isStructType (void) const { return m_type == TYPE_STRUCT; }
68 const StructType* getStructPtr (void) const { DE_ASSERT(isStructType()); return m_data.structPtr; }
  /external/deqp/modules/glshared/
glsUniformBlockCase.hpp 83 bool isStructType (void) const { return m_type == TYPE_STRUCT; }

Completed in 47 milliseconds