Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dglthread_marshal.h620 GLushort *usptr; in _mesa_glthread_CallLists() local
642 usptr = (GLushort *) lists; in _mesa_glthread_CallLists()
644 _mesa_glthread_CallList(ctx, base + usptr[i]); in _mesa_glthread_CallLists()
Ddlist.c13629 GLushort *usptr; in replace_op_vertex_list_recursively() local
13650 usptr = (GLushort *) get_pointer(&n[3]); in replace_op_vertex_list_recursively()
13652 … replace_op_vertex_list_recursively(ctx, _mesa_lookup_list(ctx, (int)usptr[i], true)); in replace_op_vertex_list_recursively()
13963 GLushort *usptr; in _mesa_CallLists() local
13990 usptr = (GLushort *) lists; in _mesa_CallLists()
13992 execute_list(ctx, base + (int)usptr[i]); in _mesa_CallLists()