| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | trimvertpool.cc | 58 vlist = new TrimVertex_p[vlistsize]; 69 delete [] vlist[--nextvlistslot]; 73 if( vlist ) delete[] vlist; 88 delete [] vlist[--nextvlistslot]; 89 vlist[nextvlistslot] = 0; 93 if( vlist ) delete[] vlist; 94 vlist = new TrimVertex_p[vlistsize]; 112 memcpy( nvlist, vlist, nextvlistslo [all...] |
| H A D | trimvertpool.h | 53 TrimVertex ** vlist; member in class:TrimVertexPool
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86ShowOpts.c | 82 char **vlist = 0; local in function:DoShowOptions 85 if (! (vlist = xf86DriverlistFromCompile())) { 89 xf86LoadModules (vlist,0); 90 free(vlist);
|
| H A D | xf86Configure.c | 547 char **vlist, **vl; local in function:DoConfigure 550 vlist = xf86DriverlistFromCompile(); 552 if (!vlist) { 558 for (vl = vlist; *vl; vl++) 562 xf86LoadModules(vlist, NULL); 564 free(vlist);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winwin32rootlesswindow.c | 53 XID vlist[2]; 80 vlist[0] = pRLWinSib->pFrame->win->drawable.id; 81 vlist[1] = Below; 84 vlist, wClient(pRLWin->pFrame->win)); 89 vlist[0] = Above; 92 vlist, wClient(pRLWin->pFrame->win)); 112 CARD32 *vlist = malloc(sizeof(CARD32)*2); local in function:winMWExtWMMoveXWindow 114 vlist[0] = x; 115 vlist[1] = y; 116 ConfigureWindow (pWin, CWX | CWY, vlist, wClien 128 CARD32 *vlist = malloc(sizeof(CARD32)*2); local in function:winMWExtWMResizeXWindow 144 CARD32 *vlist = malloc(sizeof(long)*4); local in function:winMWExtWMMoveResizeXWindow [all...] |
| H A D | winmultiwindowwindow.c | 723 XID vlist[2]; local in function:winReorderWindowsMultiWindow 760 vlist[0] = Above; 762 ConfigureWindow (pWin, CWStackMode, vlist, wClient(pWin)); 766 vlist[0] = winGetWindowID (pWinSib); 767 vlist[1] = Below; 770 vlist, wClient(pWin)); 904 XID vlist[4]; local in function:winAdjustXWindow 924 vlist[0] = 0; 925 vlist[1] = 0; 926 return ConfigureWindow (pWin, CWX | CWY, vlist, wClien [all...] |
| H A D | winmultiwindowwndproc.c | 276 XID vlist[1] = { 0 }; local in function:winRaiseWindow 281 ConfigureWindow(pWin, CWStackMode, vlist, serverClient);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_dstr.c | 109 XVisualInfo **vlist, *vinfo; local in function:getMesaVisualList 113 vlist = (XVisualInfo **) malloc((32 + 16) * sizeof(XVisualInfo *)); 114 if (!vlist) 181 vlist[cnt] = vinfo; 220 vlist[cnt] = vinfo; 226 return vlist; 232 XVisualInfo *vinfo, **vlist, template; local in function:loadVisuals 250 vlist = getMesaVisualList(&n); 270 vlist = (XVisualInfo **) malloc(n * sizeof(XVisualInfo *)); 271 if (!vlist) [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmultiwindowwindow.c | 753 XID vlist[2]; local in function:winReorderWindowsMultiWindow 785 vlist[0] = Above; 787 ConfigureWindow(pWin, CWStackMode, vlist, wClient(pWin)); 790 vlist[0] = winGetWindowID(pWinSib); 791 vlist[1] = Below; 794 vlist, wClient(pWin)); 875 XID vlist[4]; local in function:winAdjustXWindow 894 vlist[0] = 0; 895 vlist[1] = 0; 896 return ConfigureWindow(pWin, CWX | CWY, vlist, wClien [all...] |
| H A D | winmultiwindowwndproc.c | 278 XID vlist[1] = { 0 }; local in function:winRaiseWindow 283 ConfigureWindow(pWin, CWStackMode, vlist, serverClient);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vb_cliptmp.h | 194 GLuint vlist[2][MAX_CLIPPED_VERTICES]; local in function:TAG 195 GLuint *inlist = vlist[0], *outlist = vlist[1]; 273 GLuint vlist[2][MAX_CLIPPED_VERTICES]; local in function:TAG 274 GLuint *inlist = vlist[0], *outlist = vlist[1];
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vb_cliptmp.h | 194 GLuint vlist[2][MAX_CLIPPED_VERTICES]; local in function:TAG 195 GLuint *inlist = vlist[0], *outlist = vlist[1]; 273 GLuint vlist[2][MAX_CLIPPED_VERTICES]; local in function:TAG 274 GLuint *inlist = vlist[0], *outlist = vlist[1];
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Actions.c | 67 XawActionVarList *vlist; member in struct:_XawEvalInfo 200 info.vlist = XawGetActionVarList(w); 266 String value = XawConvertActionVar(info->vlist, name); 406 XawActionVarList *vlist; local in function:XawSetValuesAction 428 vlist = XawGetActionVarList(w); 444 value = XawConvertActionVar(vlist, params[count + 1]); 508 XawActionVarList *vlist; local in function:XawGetValuesAction 520 vlist = XawGetActionVarList(w); 527 XawDeclareActionVar(vlist, params[count], value); 535 XawActionVarList *vlist; local in function:XawDeclareAction [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Configure.c | 620 const char **vlist, **vl; local in function:DoConfigure 623 vlist = GenerateDriverList(); 625 if (!vlist) { 631 for (vl = vlist; *vl; vl++) 635 xf86LoadModules(vlist, NULL); 637 free(vlist); 859 const char **vlist = NULL; local in function:DoShowOptions 863 if (!(vlist = GenerateDriverList())) { 867 xf86LoadModules(vlist, 0); 868 free(vlist); [all...] |
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | devices.c | 1892 DoChangeKeyboardControl (ClientPtr client, DeviceIntPtr keybd, XID *vlist, argument 1910 t = (INT8)*vlist; 1911 vlist++; 1922 t = (INT8)*vlist; 1923 vlist++; 1934 t = (INT16)*vlist; 1935 vlist++; 1946 t = (INT16)*vlist; 1947 vlist++; 1957 led = (CARD8)*vlist; 2057 XID *vlist; local in function:ProcChangeKeyboardControl [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | devices.c | 2042 DoChangeKeyboardControl(ClientPtr client, DeviceIntPtr keybd, XID *vlist, argument 2060 t = (INT8) *vlist; 2061 vlist++; 2072 t = (INT8) *vlist; 2073 vlist++; 2084 t = (INT16) *vlist; 2085 vlist++; 2096 t = (INT16) *vlist; 2097 vlist++; 2107 led = (CARD8) *vlist; 2207 XID *vlist; local in function:ProcChangeKeyboardControl [all...] |
| H A D | window.c | 757 unsigned h, unsigned bw, unsigned class, Mask vmask, XID *vlist, 932 *error = ChangeWindowAttributes(pWin, vmask, vlist, wClient(pWin)); 1157 ChangeWindowAttributes(WindowPtr pWin, Mask vmask, XID *vlist, ClientPtr client) argument 1180 pVlist = vlist; 2187 ConfigureWindow(WindowPtr pWin, Mask mask, XID *vlist, ClientPtr client) argument 2209 pVlist = vlist; 3097 XID vlist[2]; local in function:dixSaveScreens 3151 vlist[0] = -(rand() % RANDOM_WIDTH); 3152 vlist[1] = -(rand() % RANDOM_WIDTH); 3153 ConfigureWindow(pWin, CWX | CWY, vlist, clien 756 CreateWindow(Window wid,WindowPtr pParent,int x,int y,unsigned w,unsigned h,unsigned bw,unsigned class,Mask vmask,XID * vlist,int depth,ClientPtr client,VisualID visual,int * error) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/composite/ |
| H A D | compwindow.c | 178 XID vlist[2]; local in function:updateOverlayWindow 197 vlist[0] = w; 198 vlist[1] = h; 199 return ConfigureWindow(pWin, CWWidth | CWHeight, vlist, wClient(pWin));
|
| /xsrc/external/mit/xorg-server/dist/composite/ |
| H A D | compwindow.c | 198 XID vlist[2]; local in function:updateOverlayWindow 215 vlist[0] = w; 216 vlist[1] = h; 217 return ConfigureWindow(pWin, CWWidth | CWHeight, vlist, wClient(pWin));
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | picture.c | 752 XID *vlist, 791 *error = ChangePicture (pPicture, vmask, vlist, 0, client); 1059 #define NEXT_VAL(_type) (vlist ? (_type) *vlist++ : (_type) ulist++->val) 1066 XID *vlist, 1105 if (vlist) 1162 if (vlist) 748 CreatePicture(Picture pid,DrawablePtr pDrawable,PictFormatPtr pFormat,Mask vmask,XID * vlist,ClientPtr client,int * error) argument 1064 ChangePicture(PicturePtr pPicture,Mask vmask,XID * vlist,DevUnion * ulist,ClientPtr client) argument
|
| H A D | picturestr.h | 510 XID *vlist,
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | picture.c | 747 Mask vmask, XID *vlist, ClientPtr client, int *error) 782 *error = ChangePicture(pPicture, vmask, vlist, 0, client); 1036 #define NEXT_VAL(_type) (vlist ? (_type) *vlist++ : (_type) ulist++->val) 1042 Mask vmask, XID *vlist, DevUnion *ulist, ClientPtr client) 1076 if (vlist) { 1132 if (vlist) { 744 CreatePicture(Picture pid,DrawablePtr pDrawable,PictFormatPtr pFormat,Mask vmask,XID * vlist,ClientPtr client,int * error) argument 1041 ChangePicture(PicturePtr pPicture,Mask vmask,XID * vlist,DevUnion * ulist,ClientPtr client) argument
|
| H A D | picturestr.h | 438 Mask vmask, XID *vlist, DevUnion *ulist, ClientPtr client);
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootlessWindow.c | 98 XID vlist[2]; local in function:RootlessNativeWindowMoved 111 vlist[0] = (INT16) bounds.x1 - sx; 112 vlist[1] = (INT16) bounds.y1 - sy; 126 ConfigureWindow (pWin, mask, vlist, pClient);
|
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootlessWindow.c | 103 XID vlist[2]; local in function:RootlessNativeWindowMoved 117 vlist[0] = (INT16) bounds.x1 - sx; 118 vlist[1] = (INT16) bounds.y1 - sy; 135 ConfigureWindow(pWin, mask, vlist, pClient);
|