Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderPrimitiveCounter.cpp995 const unsigned int nIndices = in setUpVertexAttributeArrays() local
1001 restartIndex = nIndices; in setUpVertexAttributeArrays()
1013 indices = new unsigned int[nIndices]; in setUpVertexAttributeArrays()
1014 memset(indices, 0, nIndices * sizeof(unsigned int)); in setUpVertexAttributeArrays()
1018 for (unsigned int i = m_testConfiguration.m_numberOfVerticesPerOneInputPrimitive * restartNr + 1; i < nIndices; in setUpVertexAttributeArrays()
1036 for (unsigned int i = 0; i < nIndices; i++) in setUpVertexAttributeArrays()
1044 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(glw::GLuint) * nIndices, indices, GL_STATIC_DRAW); in setUpVertexAttributeArrays()

Completed in 3 milliseconds