Searched refs:_mesa_dlist_alloc (Results 1 – 3 of 3) sorted by relevance
55 extern void *_mesa_dlist_alloc(struct gl_context *ctx, GLuint opcode, GLuint sz);
1028 _mesa_dlist_alloc(struct gl_context *ctx, GLuint opcode, GLuint bytes) in _mesa_dlist_alloc() function
322 _mesa_dlist_alloc(ctx, save->opcode_vertex_list, sizeof(*node)); in _save_compile_vertex_list()