Searched refs:__glXReadReply (Results 1 - 8 of 8) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
H A D | glxreply.c | 32 __glXReadReply(Display * dpy, size_t size, void *dest, function
|
/external/mesa3d/src/glx/apple/ |
H A D | glxreply.c | 32 __glXReadReply(Display * dpy, size_t size, void *dest, function
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
H A D | single2.c | 911 * When reply_is_always_array is TRUE, __glXReadReply() will 918 retval = (GLboolean) __glXReadReply(dpy, 1, res4, GL_TRUE); 923 retval = (GLboolean) __glXReadReply(dpy, 1, residences, GL_TRUE); 966 retval = (GLboolean) __glXReadReply(dpy, 1, res4, GL_TRUE); 971 retval = (GLboolean) __glXReadReply(dpy, 1, residences, GL_TRUE);
|
H A D | indirect_vertex_program.c | 81 (void) __glXReadReply(dpy, size, params, GL_FALSE);
|
/external/mesa3d/src/glx/ |
H A D | single2.c | 911 * When reply_is_always_array is TRUE, __glXReadReply() will 918 retval = (GLboolean) __glXReadReply(dpy, 1, res4, GL_TRUE); 923 retval = (GLboolean) __glXReadReply(dpy, 1, residences, GL_TRUE); 966 retval = (GLboolean) __glXReadReply(dpy, 1, res4, GL_TRUE); 971 retval = (GLboolean) __glXReadReply(dpy, 1, residences, GL_TRUE);
|
H A D | indirect_vertex_program.c | 81 (void) __glXReadReply(dpy, size, params, GL_FALSE);
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
H A D | indirect.c | 68 __glXReadReply( Display *dpy, size_t size, void * dest, GLboolean reply_is_always_array ) function 408 retval = (GLuint) __glXReadReply(dpy, 0, NULL, GL_FALSE); 3175 (void) __glXReadReply(dpy, 8, equation, GL_TRUE); 3204 (void) __glXReadReply(dpy, 4, params, GL_FALSE); 3233 (void) __glXReadReply(dpy, 4, params, GL_FALSE); 3262 (void) __glXReadReply(dpy, 8, v, GL_FALSE); 3291 (void) __glXReadReply(dpy, 4, v, GL_FALSE); 3320 (void) __glXReadReply(dpy, 4, v, GL_FALSE); 3349 (void) __glXReadReply(dpy, 4, params, GL_FALSE); 3378 (void) __glXReadReply(dp [all...] |
H A D | indirect.h | 54 extern _X_HIDDEN NOINLINE CARD32 __glXReadReply( Display *dpy, size_t size,
|
Completed in 449 milliseconds