Lines Matching defs:vaobj
202 * "<vaobj> is [compatibility profile:
241 * "<vaobj> is [compatibility profile:
248 "%s(zero is not valid vaobj name in a core profile "
266 * "An INVALID_OPERATION error is generated if <vaobj> is not
272 "%s(non-existent vaobj=%u)", caller, id);
1261 vertex_array_element_buffer(struct gl_context *ctx, GLuint vaobj, GLuint buffer,
1273 * VertexArrayElementBuffer if <vaobj> is not [compatibility profile:
1276 vao =_mesa_lookup_vao_err(ctx, vaobj, "glVertexArrayElementBuffer");
1280 vao = _mesa_lookup_vao(ctx, vaobj);
1307 _mesa_VertexArrayElementBuffer_no_error(GLuint vaobj, GLuint buffer)
1310 vertex_array_element_buffer(ctx, vaobj, buffer, true);
1315 _mesa_VertexArrayElementBuffer(GLuint vaobj, GLuint buffer)
1318 vertex_array_element_buffer(ctx, vaobj, buffer, false);
1323 _mesa_GetVertexArrayiv(GLuint vaobj, GLenum pname, GLint *param)
1332 * "An INVALID_OPERATION error is generated if <vaobj> is not
1336 vao =_mesa_lookup_vao_err(ctx, vaobj, "glGetVertexArrayiv");