Searched refs:_XRead (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/glx/ |
D | packsingle.h | 173 _XRead(dpy,(char *)a,alen*__GLX_SIZE_INT8); \ 180 _XRead(dpy,(char *)a,alen*__GLX_SIZE_INT8); \ 188 _XRead(dpy,(char *)a,alen*__GLX_SIZE_INT16); \ 193 _XRead(dpy,(char *)a,alen*__GLX_SIZE_INT32); 197 _XRead(dpy,(char *)a,alen*__GLX_SIZE_FLOAT32); 200 _XRead(dpy,(char *)a,alen*__GLX_SIZE_FLOAT64);
|
D | indirect_vertex_program.c | 218 _XRead(dpy, (void *) params, 4 * reply.size); in __indirect_glGetVertexAttribivARB() 252 _XRead(dpy, (void *) params, 4 * reply.size); in __indirect_glGetVertexAttribfvARB() 286 _XRead(dpy, (void *) params, 8 * reply.size); in __indirect_glGetVertexAttribdvARB()
|
D | singlepix.c | 174 _XRead(dpy, (char *) buf, widthsize); in gl_dispatch_stub_GetSeparableFilterEXT() 182 _XRead(dpy, (char *) buf, heightsize); in gl_dispatch_stub_GetSeparableFilterEXT()
|
D | XF86dri.c | 526 _XRead(dpy, (char *) *pClipRects, len); in XF86DRIGetDrawableInfo() 537 _XRead(dpy, (char *) *pBackClipRects, len); in XF86DRIGetDrawableInfo() 592 _XRead(dpy, (char *) *pDevPrivate, rep.devPrivateSize); in XF86DRIGetDeviceInfo()
|
D | glx_query.c | 151 _XRead(dpy, buf, numbytes); in __glXGetStringFromServer()
|
D | indirect_texture_compression.c | 61 _XRead(dpy, (char *) img, image_bytes); in __indirect_glGetCompressedTexImageARB()
|
D | glxclient.h | 747 extern void _XRead(Display *, void *, long);
|
D | glx_pbuffer.c | 335 _XRead(dpy, (char *) data, length * sizeof(CARD32)); in GetDrawableAttribute()
|
D | glxext.c | 625 _XRead(dpy, (char *) props, prop_size); in createConfigsFromProperties()
|
D | glxcmds.c | 1494 _XRead(dpy, (char *) propList, nPropListBytes); in glXImportContextEXT()
|
/external/mesa3d/src/glx/apple/ |
D | glxreply.c | 44 _XRead(dpy, dest, bytes); in __glXReadReply() 91 _XRead(dpy, buf, size); in __glXReadPixelReply()
|
/external/libdrm/tests/ttmtest/src/ |
D | xf86dri.c | 522 _XRead(dpy, (char *)*pClipRects, len); in uniDRIGetDrawableInfo() 532 _XRead(dpy, (char *)*pBackClipRects, len); in uniDRIGetDrawableInfo() 594 _XRead(dpy, (char *)*pDevPrivate, rep.devPrivateSize);
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
D | glxinit.c | 170 _XRead(dpy, buf, numbytes); in __glXQueryServerString() 499 _XRead(dpy, (char *) props, prop_size); in createConfigsFromProperties()
|
/external/mesa3d/include/GL/ |
D | vms_x_fix.h | 853 #define _XRead _XREAD macro
|