Searched refs:m_indicesUI (Results 1 – 1 of 1) sorted by relevance
116 std::vector<deUint32> m_indicesUI; member in deqp::gles3::Functional::PrimitiveRestartCase169 m_indicesUI.push_back((deUint32)index); in addIndex()181 case INDEX_UNSIGNED_INT: return m_indicesUI[indexNdx]; in getIndex()194 case INDEX_UNSIGNED_INT: return (int)m_indicesUI.size(); in getNumIndices()208 case INDEX_UNSIGNED_INT: return (void*)&m_indicesUI[indexNdx]; in getIndexPtr()