HomeSort by relevance Sort by last modified time
    Searched refs:DeclareStructTypePtr (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/opengl/
gluVarType.hpp 292 struct DeclareStructTypePtr
294 DeclareStructTypePtr (const StructType* structPtr_, int indentLevel_) : structPtr(structPtr_), indentLevel(indentLevel_) {}
318 std::ostream& operator<< (std::ostream& str, const DeclareStructTypePtr& decl);
325 inline decl::DeclareStructTypePtr declare (const StructType* structPtr, int indentLevel = 0) { return decl::DeclareStructTypePtr (structPtr, indentLevel); }
gluVarType.cpp 402 std::ostream& operator<< (std::ostream& str, const DeclareStructTypePtr& decl)

Completed in 1011 milliseconds