Searched defs:compsize (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/
H A Drenderpix.c64 * \param compsize Size, in bytes, of the image portion
81 __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim, argument
87 GLubyte *buf = (GLubyte *) Xmalloc(compsize);
108 __glXSendLargeCommand(gc, gc->pc, pc - gc->pc, buf, compsize);
129 compsize = __glImageSize(width, 1, 1, format, type, 0);
133 image1len = __GLX_PAD(compsize);
149 if (compsize > 0) {
159 if ((compsize == 0) && (compsize2 == 0)) {
H A Dsinglepix.c58 compsize = reply.length << 2;
60 if (compsize != 0) {
74 _XEatData(dpy, compsize);
88 _XEatData(dpy, compsize - __GLX_PAD(widthsize));
138 unsigned compsize; local
148 compsize = reply.length << 2;
150 if (compsize != 0) {
163 _XEatData(dpy, compsize);
/external/mesa3d/src/glx/
H A Drenderpix.c64 * \param compsize Size, in bytes, of the image portion
81 __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim, argument
87 GLubyte *buf = (GLubyte *) Xmalloc(compsize);
108 __glXSendLargeCommand(gc, gc->pc, pc - gc->pc, buf, compsize);
129 compsize = __glImageSize(width, 1, 1, format, type, 0);
133 image1len = __GLX_PAD(compsize);
149 if (compsize > 0) {
159 if ((compsize == 0) && (compsize2 == 0)) {
H A Dsinglepix.c58 compsize = reply.length << 2;
60 if (compsize != 0) {
74 _XEatData(dpy, compsize);
88 _XEatData(dpy, compsize - __GLX_PAD(widthsize));
138 unsigned compsize; local
148 compsize = reply.length << 2;
150 if (compsize != 0) {
163 _XEatData(dpy, compsize);
/external/libogg/src/
H A Dbitwise.c511 void cliptest(unsigned long *b,int vals,int bits,int *comp,int compsize){ argument
520 if(bytes!=compsize)report("wrong number of bytes!\n");
546 void cliptestB(unsigned long *b,int vals,int bits,int *comp,int compsize){ argument
555 if(bytes!=compsize)report("wrong number of bytes!\n");
/external/tremolo/Tremolo/
H A Dbitwise.c390 void cliptest(unsigned long *b,int vals,int bits,int *comp,int compsize){ argument
393 for(i=0;i<compsize;i++)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect.c335 const GLuint compsize = __glCallLists_size(type); local
336 const GLuint cmdlen = 12 + __GLX_PAD((compsize * n));
349 (void) memcpy((void *)(gc->pc + 12), (void *)(lists), (compsize * n));
361 __glXSendLargeCommand(gc, pc, 16, lists, (compsize * n));
441 const GLuint compsize = (bitmap != NULL) ? __glImageSize(width, height, 1, GL_COLOR_INDEX, GL_BITMAP, 0) : 0; local
442 const GLuint cmdlen = 48 + __GLX_PAD(compsize);
455 if (compsize > 0) {
475 __glXSendLargeImage(gc, compsize, 2, width, height, 1, GL_COLOR_INDEX, GL_BITMAP, bitmap, pc + 52, pc + 8);
1904 const GLuint compsize = __glFogfv_size(pname); local
1905 const GLuint cmdlen = 8 + __GLX_PAD((compsize *
1929 const GLuint compsize = __glFogiv_size(pname); local
1978 const GLuint compsize = __glLightfv_size(pname); local
2005 const GLuint compsize = __glLightiv_size(pname); local
2031 const GLuint compsize = __glLightModelfv_size(pname); local
2056 const GLuint compsize = __glLightModeliv_size(pname); local
2105 const GLuint compsize = __glMaterialfv_size(pname); local
2132 const GLuint compsize = __glMaterialiv_size(pname); local
2169 const GLuint compsize = (mask != NULL) ? __glImageSize(32, 32, 1, GL_COLOR_INDEX, GL_BITMAP, 0) : 0; local
2223 const GLuint compsize = __glTexParameterfv_size(pname); local
2250 const GLuint compsize = __glTexParameteriv_size(pname); local
2264 const GLuint compsize = __glImageSize(width, height, 1, format, type, target); local
2336 const GLuint compsize = __glTexEnvfv_size(pname); local
2363 const GLuint compsize = __glTexEnviv_size(pname); local
2390 const GLuint compsize = __glTexGendv_size(pname); local
2417 const GLuint compsize = __glTexGenfv_size(pname); local
2444 const GLuint compsize = __glTexGeniv_size(pname); local
3122 const GLuint compsize = (pixels != NULL) ? __glImageSize(width, height, 1, format, type, 0) : 0; local
4349 const GLuint compsize = (pixels != NULL) ? __glImageSize(width, height, 1, format, type, target) : 0; local
4435 const GLuint compsize = (table != NULL) ? __glImageSize(width, 1, 1, format, type, target) : 0; local
4476 const GLuint compsize = __glColorTableParameterfv_size(pname); local
4490 const GLuint compsize = __glColorTableParameteriv_size(pname); local
4695 const GLuint compsize = (data != NULL) ? __glImageSize(count, 1, 1, format, type, target) : 0; local
4751 const GLuint compsize = (image != NULL) ? __glImageSize(width, height, 1, format, type, target) : 0; local
4819 const GLuint compsize = __glConvolutionParameterfv_size(pname); local
4846 const GLuint compsize = __glConvolutionParameteriv_size(pname); local
5473 const GLuint compsize = (pixels != NULL) ? __glImageSize(width, height, depth, format, type, target) : 0; local
5532 const GLuint compsize = (pixels != NULL) ? __glImageSize(width, height, depth, format, type, target) : 0; local
6968 const GLuint compsize = __glPointParameterfvEXT_size(pname); local
8115 const GLuint compsize = __glPointParameterivNV_size(pname); local
[all...]

Completed in 1088 milliseconds