Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
H A Dglthread_marshal.h719 GLuint *uiptr; in _mesa_glthread_CallLists() local
749 uiptr = (GLuint *) lists; in _mesa_glthread_CallLists()
751 _mesa_glthread_CallList(ctx, base + uiptr[i]); in _mesa_glthread_CallLists()
H A Ddlist.c13549 GLuint *uiptr; in replace_op_vertex_list_recursively() local
13578 uiptr = (GLuint *) get_pointer(&n[3]); in replace_op_vertex_list_recursively()
13580 replace_op_vertex_list_recursively(ctx, _mesa_lookup_list(ctx, (int)uiptr[i], true)); in replace_op_vertex_list_recursively()
13876 GLuint *uiptr; in _mesa_CallLists() local
13911 uiptr = (GLuint *) lists; in _mesa_CallLists()
13913 execute_list(ctx, base + (int)uiptr[i]); in _mesa_CallLists()
/third_party/python/Modules/
H A Dsocketmodule.c4694 unsigned int *uiptr; local
4780 uiptr = (void*)CMSG_DATA(header);
4781 *uiptr = (unsigned int)op;
4810 uiptr = (void*)CMSG_DATA(header);
4811 *uiptr = (unsigned int)assoclen;

Completed in 28 milliseconds