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

/external/deqp/modules/gles3/functional/
H A Des3fInstancedRenderingTests.cpp133 vector<float> m_instanceOffsets; // Position offsets. OFFSET_COMPONENTS components per offset. member in class:deqp::gles3::Functional::InstancedRenderingCase
390 m_instanceOffsets.push_back((float)i * 2.0f / (float)m_numInstances);
395 m_instanceOffsets.push_back(0.0f);
527 glVertexAttribPointer(offsetLoc, OFFSET_COMPONENTS, GL_FLOAT, GL_FALSE, 0, &m_instanceOffsets[0]);

Completed in 852 milliseconds