Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluVarType.hpp302 struct DeclareStructType struct
304DeclareStructType (const StructType& structType_, int indentLevel_) : structType(structType_), ind… in DeclareStructType() argument
321 std::ostream& operator<< (std::ostream& str, const DeclareStructType& decl);
328 inline decl::DeclareStructType declare (const StructType& structType, int indentLevel = 0) {… in declare()
DgluVarType.cpp424 std::ostream& operator<< (std::ostream& str, const DeclareStructType& decl) in operator <<()