Searched defs:TypeComponentVector (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
H A DgluVarTypeUtil.hpp95 typedef std::vector<VarTypeComponent> TypeComponentVector; typedef in namespace:glu
97 // TypeComponentVector utilties.
105 inline bool isValidTypePath (const VarType& type, const TypeComponentVector& path) { return isValidTypePath(type, path.begin(), path.end()); }
106 inline VarType getVarType (const VarType& type, const TypeComponentVector& path) { return getVarType(type, path.begin(), path.end()); }
109 void parseTypePath (const char* nameWithPath, const VarType& type, TypeComponentVector& path);
115 TypeAccessFormat (const VarType& type_, const TypeComponentVector& path_) : type(type_), path(path_) {}
118 const TypeComponentVector& path;
144 const TypeComponentVector& getPath (void) const { return m_path; }
153 TypeComponentVector m_path;
174 const TypeComponentVector
[all...]

Completed in 324 milliseconds