Searched refs:m_draw_call_index2_offset (Results 1 – 2 of 2) sorted by relevance
79 , m_draw_call_index2_offset(DE_NULL) in DrawElementsBaseVertexTestBase()463 m_draw_call_index2_offset = m_bo_functional2_data_index; in computeVBODataOffsets()475 m_draw_call_index2_offset = in computeVBODataOffsets()1656 const glw::GLuint *index_offsets[] = {m_draw_call_index_offset, m_draw_call_index2_offset}; in setUpTestCases()1968 …w::GLuint *multi_draw_call_indices_array[3] = {(glw::GLuint *)(m_draw_call_index2_offset), in setUpTestCases()1969 … (glw::GLuint *)(m_draw_call_index2_offset + 3), in setUpTestCases()1970 … (glw::GLuint *)(m_draw_call_index2_offset + 9)}; in setUpTestCases()1982 new_test_case.index_offset = m_draw_call_index2_offset; in setUpTestCases()2336 const glw::GLuint *index_offsets[] = {m_draw_call_index_offset, m_draw_call_index2_offset}; in setUpTestCases()
251 …*m_draw_call_index2_offset; /* Either holds buffer object storage offset to second index data set … member in glcts::DrawElementsBaseVertexTestBase