Searched refs:usptr (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread_marshal.h620 GLushort *usptr; local in function:_mesa_glthread_CallLists
642 usptr = (GLushort *) lists;
644 _mesa_glthread_CallList(ctx, base + usptr[i]);
H A Ddlist.c13630 GLushort *usptr; local in function:replace_op_vertex_list_recursively
13651 usptr = (GLushort *) get_pointer(&n[3]);
13653 replace_op_vertex_list_recursively(ctx, _mesa_lookup_list(ctx, (int)usptr[i], true));
13964 GLushort *usptr; local in function:_mesa_CallLists
13991 usptr = (GLushort *) lists;
13993 execute_list(ctx, base + (int)usptr[i]);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddlist.c1282 GLushort *usptr; local in function:translate_id
1298 usptr = (GLushort *) list;
1299 return (GLint) usptr[n];

Completed in 112 milliseconds