Searched refs:m_index_data (Results 1 - 5 of 5) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderAdjacencyTests.cpp767 test_data.m_index_data = new unsigned int[test_data.m_index_data_bo_size / sizeof(unsigned int)];
772 travellerIndicesPtr = test_data.m_index_data;
929 test_data.m_index_data = new unsigned int[test_data.m_index_data_bo_size / sizeof(unsigned int)];
934 travellerIndicesPtr = test_data.m_index_data;
954 AdjacencyGridPoint* pointN0 = test_data.m_grid->m_line_strip.m_points + test_data.m_index_data[n];
955 AdjacencyGridPoint* pointN1 = test_data.m_grid->m_line_strip.m_points + test_data.m_index_data[n + 1];
956 AdjacencyGridPoint* pointN2 = test_data.m_grid->m_line_strip.m_points + test_data.m_index_data[n + 2];
957 AdjacencyGridPoint* pointN3 = test_data.m_grid->m_line_strip.m_points + test_data.m_index_data[n + 3];
1126 test_data.m_index_data = new unsigned int[test_data.m_index_data_bo_size / sizeof(unsigned int)];
1132 travellerIndicesPtr = test_data.m_index_data;
[all...]
H A DesextcGeometryShaderAdjacency.cpp99 , m_index_data(0)
129 if (m_index_data)
131 delete[] m_index_data;
132 m_index_data = 0;
334 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, m_test_data.m_index_data_bo_size, m_test_data.m_index_data,
H A DesextcGeometryShaderAdjacency.hpp286 glw::GLuint* m_index_data; member in class:glcts::AdjacencyTestData
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cSparseBufferTests.cpp5008 , m_index_data(DE_NULL)
5049 if (m_index_data != DE_NULL)
5051 delete[] m_index_data;
5053 m_index_data = DE_NULL;
5283 m_index_data[((unsigned int)(intptr_t)m_multidrawcall_index[1] - m_data_bo_index_data_offset) /
5306 m_index_data[((unsigned int)(intptr_t)m_multidrawcall_index[0] - m_data_bo_index_data_offset) /
5310 m_index_data[((unsigned int)(intptr_t)m_multidrawcall_index[1] - m_data_bo_index_data_offset) /
5335 m_index_data[((unsigned int)(intptr_t)m_multidrawcall_index[0] - m_data_bo_index_data_offset) /
5338 m_index_data[((unsigned int)(intptr_t)m_multidrawcall_index[1] - m_data_bo_index_data_offset) /
5365 m_index_data[((unsigne
[all...]
H A Dgl4cSparseBufferTests.hpp956 glw::GLuint* m_index_data; member in class:gl4cts::TransformFeedbackBufferStorageTestCase

Completed in 284 milliseconds