Searched refs:nVertices (Results 1 – 2 of 2) sorted by relevance
388 …glw::GLuint nVertices = m_test_data.m_n_vertices * ((m_test_data.m_mode == m_glExtTokens.LINE_STRI… in iterate() local396 gl.drawElements(m_test_data.m_mode, nVertices, GL_UNSIGNED_INT, 0); in iterate()401 gl.drawArrays(m_test_data.m_mode, 0, nVertices); in iterate()
3151 int nVertices = emit->key.tcs.vertices_per_patch; in emit_hull_shader_declarations() local3153 alloc_immediate_int4(emit, nVertices, nVertices, nVertices, 0); in emit_hull_shader_declarations()