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

  /external/deqp/framework/opengl/
gluVarTypeUtil.hpp 113 struct TypeAccessFormat
115 TypeAccessFormat (const VarType& type_, const TypeComponentVector& path_) : type(type_), path(path_) {}
121 std::ostream& operator<< (std::ostream& str, const TypeAccessFormat& format);
172 void toStream (std::ostream& str) const { str << TypeAccessFormat(*m_type, m_path); }
gluVarTypeUtil.cpp 162 std::ostream& operator<< (std::ostream& str, const TypeAccessFormat& format)
  /external/deqp/modules/gles31/functional/
es31fUniformLocationTests.cpp 130 buff << "uni" << ndx << glu::TypeAccessFormat(type, path);
139 buff << glu::TypeAccessFormat(type, glu::SubTypeAccess(type).component(0).getPath());
141 buff << glu::TypeAccessFormat(type, glu::SubTypeAccess(type).column(0).component(0).getPath());
336 << glu::TypeAccessFormat(uniformInfo.type, subTypeIter.getPath())
340 << glu::TypeAccessFormat(uniformInfo.type, subTypeIter.getPath())
347 << glu::TypeAccessFormat(uniformInfo.type, subTypeIter.getPath())
351 << glu::TypeAccessFormat(uniformInfo.type, subTypeIter.getPath())
    [all...]
es31fTessellationTests.cpp     [all...]

Completed in 1156 milliseconds