Searched defs:vao (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fNegativeVertexArrayApiTests.cpp156 GLuint vao = 0; local
158 ctx.glGenVertexArrays(1, &vao);
159 ctx.glBindVertexArray(vao);
167 ctx.glDeleteVertexArrays(1, &vao);
200 GLuint vao = 0; local
202 ctx.glGenVertexArrays(1, &vao);
203 ctx.glBindVertexArray(vao);
211 ctx.glDeleteVertexArrays(1, &vao);
220 GLuint vao = 0; local
223 ctx.glGenVertexArrays(1, &vao);
283 GLuint vao = 0; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fLifetimeTests.cpp72 void draw (GLuint vao, GLfloat scale, bool tf, Surface* dst);
73 void setPos (GLuint buffer, GLuint vao);
126 void ScaleProgram::draw (GLuint vao, GLfloat scale, bool tf, Surface* dst) argument
129 de::Random rnd (vao);
136 gl.bindVertexArray(vao);
155 void ScaleProgram::setPos (GLuint buffer, GLuint vao) argument
160 gl.bindVertexArray(vao);
264 void BufferVAOAttacher::attach (GLuint buffer, GLuint vao) argument
266 m_program.setPos(buffer, vao);
268 << "// Set the `pos` attribute in VAO " << vao << " t
300 drawContainer(GLuint vao, Surface& dst) argument
[all...]
H A Des3fVertexArrayObjectTests.cpp127 VertexArrayState vao; member in struct:deqp::gles3::Functional::__anon4460::Spec
244 m_vaoProgram = createProgram(m_spec.vao);
254 if (m_spec.useDrawElements && (m_spec.vao.elementArrayBuffer == 0 || m_spec.state.elementArrayBuffer == 0))
600 GLuint vao = 0; local
602 GLU_CHECK_CALL(glGenVertexArrays(1, &vao));
603 GLU_CHECK_CALL(glBindVertexArray(vao));
604 setState(m_spec.vao);
609 GLU_CHECK_CALL(glBindVertexArray(vao));
611 makeDrawCall(m_spec.vao);
613 setState(m_spec.vao);
1177 GLuint vao = 0; local
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp101 deUint32 vao = *i; local
102 gl.deleteVertexArrays(1, &vao);

Completed in 1099 milliseconds