Searched refs:usptr (Results 1 – 2 of 2) sorted by relevance
620 GLushort *usptr; in _mesa_glthread_CallLists() local642 usptr = (GLushort *) lists; in _mesa_glthread_CallLists()644 _mesa_glthread_CallList(ctx, base + usptr[i]); in _mesa_glthread_CallLists()
13629 GLushort *usptr; in replace_op_vertex_list_recursively() local13650 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() local13990 usptr = (GLushort *) lists; in _mesa_CallLists()13992 execute_list(ctx, base + (int)usptr[i]); in _mesa_CallLists()