Searched refs:m_n_batches (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cVertexAttrib64BitTest.cpp | 3160 const unsigned int m_n_batches; member in VertexAttrib64Bit::VAOTest 3229 , m_n_batches(1024) in VAOTest() 3371 gl.drawArraysInstanced(GL_POINTS, 0 /* first */, m_n_batches, m_n_draw_call_instances); in executeTest() 3376 gl.drawArrays(GL_POINTS, 0 /* first */, m_n_batches); in executeTest() 3387 gl.drawElementsInstanced(GL_POINTS, m_n_batches, GL_UNSIGNED_SHORT, DE_NULL /* indices */, in executeTest() 3393 gl.drawElements(GL_POINTS, m_n_batches, GL_UNSIGNED_SHORT, DE_NULL); /* indices */ in executeTest() 3506 m_bo_1_data_size = m_bo_1_batch_size * m_n_batches; in initBuffers() 3507 m_bo_2_data_size = m_bo_2_batch_size * m_n_batches; in initBuffers() 3508 m_bo_index_data_size = static_cast<unsigned int>(sizeof(unsigned short) * m_n_batches); in initBuffers() 3521 for (unsigned short n_index = 0; n_index < (unsigned short)m_n_batches; ++n_index) in initBuffers() [all …]
|