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

  /external/deqp/framework/opengl/
gluVarType.hpp 300 struct DeclareStructType
302 DeclareStructType (const StructType& structType_, int indentLevel_) : structType(structType_), indentLevel(indentLevel_) {}
319 std::ostream& operator<< (std::ostream& str, const DeclareStructType& decl);
326 inline decl::DeclareStructType declare (const StructType& structType, int indentLevel = 0) { return decl::DeclareStructType (structType, indentLevel); }
gluVarType.cpp 423 std::ostream& operator<< (std::ostream& str, const DeclareStructType& decl)

Completed in 146 milliseconds