Home
last modified time | relevance | path

Searched refs:dlist_alloc (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddlist.c977 dlist_alloc(struct gl_context *ctx, OpCode opcode, GLuint bytes) in dlist_alloc() function
1030 Node *n = dlist_alloc(ctx, (OpCode) opcode, bytes); in _mesa_dlist_alloc()
1080 return dlist_alloc(ctx, opcode, nparams * sizeof(Node)); in alloc_instruction()