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

  /external/deqp/framework/opengl/
gluVarTypeUtil.hpp 95 typedef std::vector<VarTypeComponent> TypeComponentVector;
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& getPath (void) const { return m_path;
    [all...]
gluVarTypeUtil.cpp 97 void parseTypePath (const char* nameWithPath, const VarType& type, TypeComponentVector& path)
166 for (TypeComponentVector::const_iterator iter = format.path.begin(); iter != format.path.end(); iter++)
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 275 glu::TypeComponentVector varPath;
299 static std::string getAttributeName (const char* varyingName, const glu::TypeComponentVector& path)
305 for (glu::TypeComponentVector::const_iterator iter = path.begin(); iter != path.end(); iter++)
497 glu::TypeComponentVector varPath;
507 glu::TypeComponentVector fullPath(varPath.size() + iter.getPath().size());
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp     [all...]
es31fUniformLocationTests.cpp 127 string getUniformName (int ndx, const glu::VarType& type, const glu::TypeComponentVector& path)
    [all...]

Completed in 2778 milliseconds