Searched refs:m_gridIndices (Results 1 – 1 of 1) sorted by relevance
130 …vector<deUint16> m_gridIndices; // \note Only used if m_function is FUNCTION_DRAW_ELEMENTS_INS… member in deqp::gles3::Functional::InstancedRenderingCase339 m_gridIndices.push_back((deUint16)ndx00); in init()340 m_gridIndices.push_back((deUint16)ndx10); in init()341 m_gridIndices.push_back((deUint16)ndx01); in init()344 m_gridIndices.push_back((deUint16)ndx11); in init()345 m_gridIndices.push_back((deUint16)ndx01); in init()346 m_gridIndices.push_back((deUint16)ndx10); in init()549 …glDrawElementsInstanced(GL_TRIANGLES, (int)m_gridIndices.size(), GL_UNSIGNED_SHORT, &m_gridIndices… in setupAndRender()