Lines Matching defs:vaobj
204 * "<vaobj> is [compatibility profile:
248 * "<vaobj> is [compatibility profile:
255 "%s(zero is not valid vaobj name%s)",
274 * "An INVALID_OPERATION error is generated if <vaobj> is not
280 "%s(non-existent vaobj=%u)", caller, id);
286 * "If the vertex array object named by the vaobj parameter has not
1226 vertex_array_element_buffer(struct gl_context *ctx, GLuint vaobj, GLuint buffer,
1238 * VertexArrayElementBuffer if <vaobj> is not [compatibility profile:
1241 vao =_mesa_lookup_vao_err(ctx, vaobj, false, "glVertexArrayElementBuffer");
1245 vao = _mesa_lookup_vao(ctx, vaobj);
1274 _mesa_VertexArrayElementBuffer_no_error(GLuint vaobj, GLuint buffer)
1277 vertex_array_element_buffer(ctx, vaobj, buffer, true);
1282 _mesa_VertexArrayElementBuffer(GLuint vaobj, GLuint buffer)
1285 vertex_array_element_buffer(ctx, vaobj, buffer, false);
1290 _mesa_GetVertexArrayiv(GLuint vaobj, GLenum pname, GLint *param)
1299 * "An INVALID_OPERATION error is generated if <vaobj> is not
1303 vao = _mesa_lookup_vao_err(ctx, vaobj, false, "glGetVertexArrayiv");