| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | indirect_texture_compression.c | 57 char *answer = NULL, answerBuffer[200]; local in function:__glXDisp_GetCompressedTexImageARB 62 __GLX_GET_ANSWER_BUFFER(answer,cl,compsize,1); 64 CALL_GetCompressedTexImageARB(GET_DISPATCH(), (target, level, answer)); 99 char *answer = NULL, answerBuffer[200]; local in function:__glXDispSwap_GetCompressedTexImageARB 104 __GLX_GET_ANSWER_BUFFER(answer,cl,compsize,1); 106 CALL_GetCompressedTexImageARB(GET_DISPATCH(), (target, level, answer));
|
| H A D | unpack.h | 105 *(GLbyte *)&__glXReply.pad3 = *(GLbyte *)answer 108 *(GLshort *)&__glXReply.pad3 = *(GLshort *)answer 111 *(GLint *)&__glXReply.pad3 = *(GLint *)answer 114 *(GLfloat *)&__glXReply.pad3 = *(GLfloat *)answer 117 *(GLdouble *)&__glXReply.pad3 = *(GLdouble *)answer 120 WriteToClient(client, __GLX_PAD((len)*__GLX_SIZE_INT8), (char *)answer) 123 WriteToClient(client, __GLX_PAD((len)*__GLX_SIZE_INT16), (char *)answer) 126 WriteToClient(client, (len)*__GLX_SIZE_INT32, (char *)answer) 129 WriteToClient(client, (len)*__GLX_SIZE_FLOAT32, (char *)answer) 132 WriteToClient(client, (len)*__GLX_SIZE_FLOAT64, (char *)answer) [all...] |
| H A D | singlepix.c | 55 char *answer, answerBuffer[200]; local in function:__glXDisp_ReadPixels 77 __GLX_GET_ANSWER_BUFFER(answer,cl,compsize,1); 86 answer 109 char *answer, answerBuffer[200]; local in function:__glXDisp_GetTexImage 140 __GLX_GET_ANSWER_BUFFER(answer,cl,compsize,1); 147 answer 171 char *answer; local in function:__glXDisp_GetPolygonStipple 184 __GLX_GET_ANSWER_BUFFER(answer,cl,128,1); 187 CALL_GetPolygonStipple( GET_DISPATCH(), ((GLubyte *) answer) ); 208 char *answer, answerBuffe local in function:GetSeparableFilter 289 char *answer, answerBuffer[200]; local in function:GetConvolutionFilter 366 char *answer, answerBuffer[200]; local in function:GetHistogram 432 char *answer, answerBuffer[200]; local in function:GetMinmax 490 char *answer, answerBuffer[200]; local in function:GetColorTable [all...] |
| H A D | singlepixswap.c | 56 char *answer, answerBuffer[200]; local in function:__glXDispSwap_ReadPixels 86 __GLX_GET_ANSWER_BUFFER(answer,cl,compsize,1); 95 answer) 121 char *answer, answerBuffer[200]; local in function:__glXDispSwap_GetTexImage 158 __GLX_GET_ANSWER_BUFFER(answer,cl,compsize,1); 165 answer 194 char *answer; local in function:__glXDispSwap_GetPolygonStipple 208 __GLX_GET_ANSWER_BUFFER(answer,cl,128,1); 211 CALL_GetPolygonStipple( GET_DISPATCH(), ((GLubyte *) answer) ); 234 char *answer, answerBuffe local in function:GetSeparableFilter 323 char *answer, answerBuffer[200]; local in function:GetConvolutionFilter 407 char *answer, answerBuffer[200]; local in function:GetHistogram 480 char *answer, answerBuffer[200]; local in function:GetMinmax 545 char *answer, answerBuffer[200]; local in function:GetColorTable [all...] |
| H A D | indirect_program.c | 81 char *answer = NULL, answerBuffer[200]; local in function:DoGetProgramString 101 __GLX_GET_ANSWER_BUFFER(answer,cl,compsize,1); 107 (target, pname, (GLubyte *)answer));
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | indirect_texture_compression.c | 53 char *answer = NULL, answerBuffer[200]; local in function:__glXDisp_GetCompressedTexImage 62 __GLX_GET_ANSWER_BUFFER(answer, cl, compsize, 1); 64 GetCompressedTexImageARB(target, level, answer); 100 char *answer = NULL, answerBuffer[200]; local in function:__glXDispSwap_GetCompressedTexImage 109 __GLX_GET_ANSWER_BUFFER(answer, cl, compsize, 1); 111 GetCompressedTexImageARB(target, level, answer);
|
| H A D | indirect_program.c | 66 char *answer = NULL, answerBuffer[200]; local in function:DoGetProgramString 84 __GLX_GET_ANSWER_BUFFER(answer, cl, compsize, 1); 87 get_program_string(target, pname, (GLubyte *) answer);
|
| H A D | singlepix.c | 52 char *answer, answerBuffer[200]; local in function:__glXDisp_ReadPixels 75 __GLX_GET_ANSWER_BUFFER(answer, cl, compsize, 1); 79 *(GLenum *) (pc + 16), *(GLenum *) (pc + 20), answer); 102 char *answer, answerBuffer[200]; local in function:__glXDisp_GetTexImage 135 __GLX_GET_ANSWER_BUFFER(answer, cl, compsize, 1); 138 *(GLenum *) (pc + 8), *(GLenum *) (pc + 12), answer); 163 char *answer; local in function:__glXDisp_GetPolygonStipple 177 __GLX_GET_ANSWER_BUFFER(answer, cl, 128, 1); 180 glGetPolygonStipple((GLubyte *) answer); 203 char *answer, answerBuffe local in function:GetSeparableFilter 282 char *answer, answerBuffer[200]; local in function:GetConvolutionFilter 359 char *answer, answerBuffer[200]; local in function:GetHistogram 429 char *answer, answerBuffer[200]; local in function:GetMinmax 492 char *answer, answerBuffer[200]; local in function:GetColorTable [all...] |
| H A D | singlepixswap.c | 54 char *answer, answerBuffer[200]; local in function:__glXDispSwap_ReadPixels 85 __GLX_GET_ANSWER_BUFFER(answer, cl, compsize, 1); 89 *(GLenum *) (pc + 16), *(GLenum *) (pc + 20), answer); 116 char *answer, answerBuffer[200]; local in function:__glXDispSwap_GetTexImage 155 __GLX_GET_ANSWER_BUFFER(answer, cl, compsize, 1); 158 *(GLenum *) (pc + 8), *(GLenum *) (pc + 12), answer); 188 char *answer; local in function:__glXDispSwap_GetPolygonStipple 204 __GLX_GET_ANSWER_BUFFER(answer, cl, 128, 1); 207 glGetPolygonStipple((GLubyte *) answer); 233 char *answer, answerBuffe local in function:GetSeparableFilter 322 char *answer, answerBuffer[200]; local in function:GetConvolutionFilter 409 char *answer, answerBuffer[200]; local in function:GetHistogram 488 char *answer, answerBuffer[200]; local in function:GetMinmax 559 char *answer, answerBuffer[200]; local in function:GetColorTable [all...] |
| H A D | unpack.h | 98 WriteToClient(client, __GLX_PAD((len)*__GLX_SIZE_INT8), answer) 101 WriteToClient(client, __GLX_PAD((len)*__GLX_SIZE_INT16), answer) 104 WriteToClient(client, (len)*__GLX_SIZE_INT32, answer) 107 WriteToClient(client, (len)*__GLX_SIZE_FLOAT32, answer) 110 WriteToClient(client, (len)*__GLX_SIZE_FLOAT64, answer)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | unpack.h | 100 *(GLbyte *)&__glXReply.pad3 = *(GLbyte *)answer 103 *(GLshort *)&__glXReply.pad3 = *(GLshort *)answer 106 *(GLint *)&__glXReply.pad3 = *(GLint *)answer 109 *(GLfloat *)&__glXReply.pad3 = *(GLfloat *)answer 112 *(GLdouble *)&__glXReply.pad3 = *(GLdouble *)answer 115 WriteToClient(client, __GLX_PAD((len)*__GLX_SIZE_INT8), (char *)answer) 118 WriteToClient(client, __GLX_PAD((len)*__GLX_SIZE_INT16), (char *)answer) 121 WriteToClient(client, (len)*__GLX_SIZE_INT32, (char *)answer) 124 WriteToClient(client, (len)*__GLX_SIZE_FLOAT32, (char *)answer) 127 WriteToClient(client, (len)*__GLX_SIZE_FLOAT64, (char *)answer) [all...] |
| /xsrc/external/mit/bitmap/dist/ |
| H A D | Dialog.c | 134 PopdownDialog(Dialog popup, _XtString *answer) argument 136 if (answer) 137 *answer = XawDialogGetValueString(popup->dialog_widget); 144 _XtString *answer, XtGrabKind grab) 201 PopdownDialog(popup, answer); 143 PopupDialog(Dialog popup,String message,String suggestion,_XtString * answer,XtGrabKind grab) argument
|
| /xsrc/external/mit/libX11/dist/src/xcms/ |
| H A D | LRGB.c | 1081 IntensityRec *key, IntensityRec *lo, IntensityRec *hi, IntensityRec *answer, 1097 answer->value = key->value; 1098 answer->intensity = (hi->intensity - lo->intensity) * ratio; 1099 answer->intensity += lo->intensity; 1112 IntensityRec *key, IntensityRec *lo, IntensityRec *hi, IntensityRec *answer, 1131 answer->intensity = key->intensity; 1146 answer->value = ((up - target) < (target - down) ? up : down); 1147 answer->value &= MASK[bitsPerRGB]; 1161 char *answer, 1184 char *answer, 1073 _XcmsValueInterpolation(IntensityRec * key,IntensityRec * lo,IntensityRec * hi,IntensityRec * answer,int bitsPerRGB) argument 1103 _XcmsIntensityInterpolation(IntensityRec * key,IntensityRec * lo,IntensityRec * hi,IntensityRec * answer,int bitsPerRGB) argument 1162 _XcmsTableSearch(char * key,int bitsPerRGB,char * base,unsigned nel,unsigned nKeyPtrSize,int (* compar)(char * p1,char * p2),int (* interpol)(char * key,char * lo,char * hi,char * answer,int bitsPerRGB),char * answer) argument [all...] |
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | SimpleMenu.c | 702 XtGeometryResult answer; local in function:XawSimpleMenuGeometryManager 732 answer = XtGeometryDone; 742 answer = XtGeometryNo; 744 answer = XtGeometryAlmost; 753 return (answer);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | dispatch.c | 3738 * This array encodes the answer to the question "what is the log base 2 3742 static int answer[6][4] = { variable in typeref:typename:int[6][4] 3755 * This array gives the answer to the question "what is the first index for 3756 * the answer array above given the number of bits per pixel?" 3788 * This array gives the answer to the question "what is the second index for 3789 * the answer array above given the number of bits per scanline pad unit?" 3869 PixmapWidthPaddingInfo[ depth ].padPixelsLog2 = answer[j][k]; 3873 PixmapWidthPaddingInfo[ depth ].padBytesLog2 = answer[j][k];
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | dispatch.c | 3829 * This array encodes the answer to the question "what is the log base 2 3833 static int answer[6][4] = { variable in typeref:typename:int[6][4] 3846 * This array gives the answer to the question "what is the first index for 3847 * the answer array above given the number of bits per pixel?" 3879 * This array gives the answer to the question "what is the second index for 3880 * the answer array above given the number of bits per scanline pad unit?" 3947 PixmapWidthPaddingInfo[depth].padPixelsLog2 = answer[j][k]; 3951 PixmapWidthPaddingInfo[depth].padBytesLog2 = answer[j][k];
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.0.rst | 1737 - util: Give a reasonable answer when unpacking z32unorm from floats.
|