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

  /external/deqp/framework/opengl/
gluVarType.hpp 308 struct DeclareVariable
310 DeclareVariable (const VarType& varType_, const std::string& name_, int indentLevel_) : varType(varType_), name(name_), indentLevel(indentLevel_) {}
320 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl);
327 inline decl::DeclareVariable declare (const VarType& varType, const std::string& name, int indentLevel = 0) { return decl::DeclareVariable (varType, name, indentLevel); }
gluVarType.cpp 356 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl)

Completed in 166 milliseconds