Lines Matching refs:bufferNdx
68 int bufferNdx; member
93 , bufferNdx (0) in Attribute()
213 …ERTEX_ATTRIB_ARRAY_BUFFER_BINDING : " << m_buffers[state.attributes[attribNdx].bufferNdx] << "\n"; in logVertexArrayState()
222 for (int bufferNdx = 0; bufferNdx < (int)m_spec.buffers.size(); bufferNdx++) in init() local
224 deUint8* data = createRandomBufferData(m_spec.buffers[bufferNdx]); in init()
233 …GLU_CHECK_CALL(glBufferData(GL_ARRAY_BUFFER, m_spec.buffers[bufferNdx].size, data, GL_DYNAMIC_DRAW… in init()
552 GLU_CHECK_CALL(glBindBuffer(GL_ARRAY_BUFFER, m_buffers[state.attributes[attribNdx].bufferNdx])); in setState()
739 …ERTEX_ATTRIB_ARRAY_BUFFER_BINDING : " << m_buffers[state.attributes[attribNdx].bufferNdx] << "\n"; in logVertexArrayState()
776 m_spec.state.attributes[attribNdx].bufferNdx = attribNdx+1; in init()
794 m_spec.vao.attributes[attribNdx].bufferNdx = attribCount - attribNdx; in init()
806 for (int bufferNdx = 0; bufferNdx < (int)m_spec.buffers.size(); bufferNdx++) in init() local
808 deUint8* data = createRandomBufferData(m_spec.buffers[bufferNdx]); in init()
817 …GLU_CHECK_CALL(glBufferData(GL_ARRAY_BUFFER, m_spec.buffers[bufferNdx].size, data, GL_DYNAMIC_DRAW… in init()
1137 GLU_CHECK_CALL(glBindBuffer(GL_ARRAY_BUFFER, m_buffers[state.attributes[attribNdx].bufferNdx])); in setState()
1298 spec.state.attributes[0].bufferNdx = 1; in init()
1299 spec.vao.attributes[0].bufferNdx = 2; in init()
1318 state.attributes[0].bufferNdx = 1; in init()
1356 state.attributes[0].bufferNdx = 1; in init()
1394 state.attributes[0].bufferNdx = 1; in init()
1431 state.attributes[0].bufferNdx = 1; in init()
1469 state.attributes[0].bufferNdx = 1; in init()
1479 state.attributes[1].bufferNdx = 2; in init()
1518 state.attributes[0].bufferNdx = 1; in init()
1555 state.attributes[0].bufferNdx = 1; in init()
1592 state.attributes[0].bufferNdx = 1; in init()