| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | render2swap.c | 214 static void swapArray(GLint numVals, GLenum datatype, argument 229 for (j=0; j<numVals; j++) { 239 for (j=0; j<numVals; j++) { 248 for (j=0; j<numVals; j++) { 257 for (j=0; j<numVals; j++) { 289 GLint numVals = compHeader[i].numVals; local in function:__glXDispSwap_DrawArrays 293 __GLX_SWAP_INT(&numVals); 296 stride += __GLX_PAD(numVals * __glXTypeSize(datatype)); 304 GLint numVals local in function:__glXDispSwap_DrawArrays [all...] |
| H A D | render2.c | 189 GLint numVals = compHeader[i].numVals; local in function:__glXDisp_DrawArrays 191 stride += __GLX_PAD(numVals * __glXTypeSize(datatype)); 199 GLint numVals = compHeader[i].numVals; local in function:__glXDisp_DrawArrays 205 CALL_VertexPointer( GET_DISPATCH(), (numVals, datatype, stride, pc) ); 213 CALL_ColorPointer( GET_DISPATCH(), (numVals, datatype, stride, pc) ); 221 CALL_TexCoordPointer( GET_DISPATCH(), (numVals, datatype, stride, pc) ); 229 CALL_SecondaryColorPointerEXT( GET_DISPATCH(), (numVals, datatype, stride, pc) ); 239 pc += __GLX_PAD(numVals * __glXTypeSiz [all...] |
| H A D | rensize.c | 369 GLint numVals = compHeader[i].numVals; local in function:__glXDrawArraysReqSize 374 numVals = SWAPL( numVals ); 385 if (numVals != 3) { 392 if (numVals != 1) { 398 if ((numVals != 1) && (datatype != GL_UNSIGNED_BYTE)) { 408 arrayElementSize += __GLX_PAD(numVals * __glXTypeSize(datatype));
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | render2swap.c | 224 swapArray(GLint numVals, GLenum datatype, argument 241 for (j = 0; j < numVals; j++) { 252 for (j = 0; j < numVals; j++) { 262 for (j = 0; j < numVals; j++) { 272 for (j = 0; j < numVals; j++) { 306 GLint numVals = compHeader[i].numVals; local in function:__glXDispSwap_DrawArrays 310 __GLX_SWAP_INT(&numVals); 313 stride += __GLX_PAD(numVals * __glXTypeSize(datatype)); 321 GLint numVals local in function:__glXDispSwap_DrawArrays [all...] |
| H A D | render2.c | 195 GLint numVals = compHeader[i].numVals; local in function:__glXDisp_DrawArrays 197 stride += __GLX_PAD(numVals * __glXTypeSize(datatype)); 205 GLint numVals = compHeader[i].numVals; local in function:__glXDisp_DrawArrays 211 glVertexPointer(numVals, datatype, stride, pc); 219 glColorPointer(numVals, datatype, stride, pc); 227 glTexCoordPointer(numVals, datatype, stride, pc); 238 SecondaryColorPointerEXT(numVals, datatype, stride, pc); 253 pc += __GLX_PAD(numVals * __glXTypeSiz [all...] |
| H A D | rensize.c | 390 GLint numVals = compHeader[i].numVals; local in function:__glXDrawArraysReqSize 395 numVals = SWAPL(numVals); 406 if (numVals != 3) { 413 if (numVals != 1) { 419 if ((numVals != 1) && (datatype != GL_UNSIGNED_BYTE)) { 429 x = safe_pad(safe_mul(numVals, __glXTypeSize(datatype)));
|
| /xsrc/external/mit/smproxy/dist/ |
| H A D | smproxy.c | 915 int numVals; 971 numVals = 0; 982 prop1.vals[numVals].value = (SmPointer) Argv[i]; 983 prop1.vals[numVals++].length = strlen (Argv[i]); 987 prop1.vals[numVals].value = (SmPointer) "-clientId"; 988 prop1.vals[numVals++].length = 9; 990 prop1.vals[numVals].value = (SmPointer) proxy_clientId; 991 prop1.vals[numVals++].length = strlen (proxy_clientId); 993 prop1.vals[numVals].value = (SmPointer) "-restore"; 994 prop1.vals[numVals 894 int numVals; local in function:ProxySaveYourselfPhase2CB [all...] |
| /xsrc/external/mit/twm/dist/src/ |
| H A D | session.c | 681 int numVals, i; local in function:SaveYourselfPhase2CB 784 numVals = 0; 792 props[3]->vals[numVals].value = (SmPointer) strdup(Argv[i]); 793 props[3]->vals[numVals++].length = (int) strlen(Argv[i]); 797 props[3]->vals[numVals].value = strdup("-clientId"); 798 props[3]->vals[numVals++].length = 9; 800 props[3]->vals[numVals].value = strdup(twm_clientId); 801 props[3]->vals[numVals++].length = (int) strlen(twm_clientId); 803 props[3]->vals[numVals].value = strdup("-restore"); 804 props[3]->vals[numVals [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | session.c | 897 int numVals, i; local in function:SaveYourselfPhase2CB 1001 numVals = 0; 1009 prop1.vals[numVals].value = (SmPointer) Argv[i]; 1010 prop1.vals[numVals++].length = strlen(Argv[i]); 1014 prop1.vals[numVals].value = (SmPointer) "-clientId"; 1015 prop1.vals[numVals++].length = 9; 1017 prop1.vals[numVals].value = (SmPointer) twm_clientId; 1018 prop1.vals[numVals++].length = strlen(twm_clientId); 1020 prop1.vals[numVals].value = (SmPointer) "-restore"; 1021 prop1.vals[numVals [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | render2swap.c | 281 __GLX_SWAP_INT(&compHeader[i].numVals);
|
| /xsrc/external/mit/xorgproto/dist/include/GL/ |
| H A D | glxproto.h | 2019 INT32 numVals; \
|