Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluVarType.hpp294 struct DeclareStructTypePtr struct
296DeclareStructTypePtr (const StructType* structPtr_, int indentLevel_) : structPtr(structPtr_), ind… in DeclareStructTypePtr() function
320 std::ostream& operator<< (std::ostream& str, const DeclareStructTypePtr& decl);
327 inline decl::DeclareStructTypePtr declare (const StructType* structPtr, int indentLevel = 0) … in declare()
DgluVarType.cpp403 std::ostream& operator<< (std::ostream& str, const DeclareStructTypePtr& decl) in operator <<()