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

  /external/deqp/framework/opengl/
gluVarTypeUtil.hpp 103 VarType getVarType (const VarType& type, Iterator begin, Iterator end);
106 inline VarType getVarType (const VarType& type, const TypeComponentVector& path) { return getVarType(type, path.begin(), path.end()); }
143 VarType getType (void) const { return getVarType(m_type, m_path); }
173 VarType getType (void) const { return getVarType(*m_type, m_path.begin(), m_path.end()); }
227 DE_ASSERT(IsExpanded()(getVarType(*m_type, m_path)));
243 VarType parentType = getVarType(*m_type, m_path.begin(), m_path.end()-1);
286 VarType curType = getVarType(*m_type, m_path);
374 VarType getVarType (const VarType& type, Iterator begin, Iterator end)
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 82 milliseconds