Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluVarType.hpp369 struct DeclareStructTypePtr struct
371 DeclareStructTypePtr(const StructType *structPtr_, int indentLevel_) in DeclareStructTypePtr() argument
408 std::ostream &operator<<(std::ostream &str, const DeclareStructTypePtr &decl);
418 inline decl::DeclareStructTypePtr declare(const StructType *structPtr, int indentLevel = 0) in declare()
420 return decl::DeclareStructTypePtr(structPtr, indentLevel); in declare()
DgluVarType.cpp396 std::ostream &operator<<(std::ostream &str, const DeclareStructTypePtr &decl) in operator <<()