HomeSort by relevance Sort by last modified time
    Searched defs:compsize (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/
singlepix.c 58 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/
singlepix.c 58 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/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect.c 335 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
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 46 milliseconds