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()
731 …ERTEX_ATTRIB_ARRAY_BUFFER_BINDING : " << m_buffers[state.attributes[attribNdx].bufferNdx] << "\n"; in logVertexArrayState()
768 m_spec.state.attributes[attribNdx].bufferNdx = attribNdx+1; in init()
786 m_spec.vao.attributes[attribNdx].bufferNdx = attribCount - attribNdx; in init()
798 for (int bufferNdx = 0; bufferNdx < (int)m_spec.buffers.size(); bufferNdx++) in init() local
800 deUint8* data = createRandomBufferData(m_spec.buffers[bufferNdx]); in init()
809 …GLU_CHECK_CALL(glBufferData(GL_ARRAY_BUFFER, m_spec.buffers[bufferNdx].size, data, GL_DYNAMIC_DRAW… in init()
1129 GLU_CHECK_CALL(glBindBuffer(GL_ARRAY_BUFFER, m_buffers[state.attributes[attribNdx].bufferNdx])); in setState()
1290 spec.state.attributes[0].bufferNdx = 1; in init()
1291 spec.vao.attributes[0].bufferNdx = 2; in init()
1310 state.attributes[0].bufferNdx = 1; in init()
1348 state.attributes[0].bufferNdx = 1; in init()
1386 state.attributes[0].bufferNdx = 1; in init()
1423 state.attributes[0].bufferNdx = 1; in init()
1461 state.attributes[0].bufferNdx = 1; in init()
1471 state.attributes[1].bufferNdx = 2; in init()
1510 state.attributes[0].bufferNdx = 1; in init()
1547 state.attributes[0].bufferNdx = 1; in init()
1584 state.attributes[0].bufferNdx = 1; in init()