Home
last modified time | relevance | path

Searched refs:DeclareVariable (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/opengl/
DgluVarType.hpp310 struct DeclareVariable struct
312DeclareVariable (const VarType& varType_, const std::string& name_, int indentLevel_) : varType(va… in DeclareVariable() argument
322 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl);
329 …nline decl::DeclareVariable declare (const VarType& varType, const std::string& name, int inden… in declare()
DgluVarType.cpp358 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl) in operator <<()