Searched defs:bind_vertex_array (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fNegativeVertexArrayApiTests.cpp363 void bind_vertex_array (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
1370 {bind_vertex_array, "bind_vertex_array", "Invalid glBindVertexArray() usage" },
/external/mesa3d/src/mesa/main/
H A Darrayobj.c440 bind_vertex_array(struct gl_context *ctx, GLuint id, GLboolean genRequired) function
521 bind_vertex_array(ctx, id, GL_TRUE);
537 bind_vertex_array(ctx, id, GL_FALSE);

Completed in 137 milliseconds