Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluVarType.hpp381 struct DeclareStructType struct
383 DeclareStructType(const StructType &structType_, int indentLevel_) in DeclareStructType() argument
409 std::ostream &operator<<(std::ostream &str, const DeclareStructType &decl);
422 inline decl::DeclareStructType declare(const StructType &structType, int indentLevel = 0) in declare()
424 return decl::DeclareStructType(structType, indentLevel); in declare()
DgluVarType.cpp418 std::ostream &operator<<(std::ostream &str, const DeclareStructType &decl) in operator <<()