OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dlist_alloc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/main/
dlist.c
977
dlist_alloc
(struct gl_context *ctx, OpCode opcode, GLuint bytes)
function
1030
Node *n =
dlist_alloc
(ctx, (OpCode) opcode, bytes);
1080
return
dlist_alloc
(ctx, opcode, nparams * sizeof(Node));
[
all
...]
/external/mesa3d/src/mesa/main/
dlist.c
977
dlist_alloc
(struct gl_context *ctx, OpCode opcode, GLuint bytes)
function
1030
Node *n =
dlist_alloc
(ctx, (OpCode) opcode, bytes);
1080
return
dlist_alloc
(ctx, opcode, nparams * sizeof(Node));
[
all
...]
Completed in 40 milliseconds