HomeSort by relevance Sort by last modified time
    Searched refs:TypeAccessFormat (Results 1 - 5 of 5) 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...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUserDefinedIO.cpp 307 return m_name + de::toString(glu::TypeAccessFormat(type, basicIt.getPath()));
423 return m_interfaceName + "[" + de::toString(arrayNdx) + "]." + m_members[memberNdx].name + de::toString(glu::TypeAccessFormat(membType, basicIt.getPath()));
    [all...]

Completed in 154 milliseconds