Lines Matching refs:compsize

335     const GLuint compsize = __glCallLists_size(type);
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;
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);
1905 const GLuint cmdlen = 8 + __GLX_PAD((compsize * 4));
1908 (void) memcpy((void *)(gc->pc + 8), (void *)(params), (compsize * 4));
1929 const GLuint compsize = __glFogiv_size(pname);
1930 const GLuint cmdlen = 8 + __GLX_PAD((compsize * 4));
1933 (void) memcpy((void *)(gc->pc + 8), (void *)(params), (compsize * 4));
1978 const GLuint compsize = __glLightfv_size(pname);
1979 const GLuint cmdlen = 12 + __GLX_PAD((compsize * 4));
1983 (void) memcpy((void *)(gc->pc + 12), (void *)(params), (compsize * 4));
2005 const GLuint compsize = __glLightiv_size(pname);
2006 const GLuint cmdlen = 12 + __GLX_PAD((compsize * 4));
2010 (void) memcpy((void *)(gc->pc + 12), (void *)(params), (compsize * 4));
2031 const GLuint compsize = __glLightModelfv_size(pname);
2032 const GLuint cmdlen = 8 + __GLX_PAD((compsize * 4));
2035 (void) memcpy((void *)(gc->pc + 8), (void *)(params), (compsize * 4));
2056 const GLuint compsize = __glLightModeliv_size(pname);
2057 const GLuint cmdlen = 8 + __GLX_PAD((compsize * 4));
2060 (void) memcpy((void *)(gc->pc + 8), (void *)(params), (compsize * 4));
2105 const GLuint compsize = __glMaterialfv_size(pname);
2106 const GLuint cmdlen = 12 + __GLX_PAD((compsize * 4));
2110 (void) memcpy((void *)(gc->pc + 12), (void *)(params), (compsize * 4));
2132 const GLuint compsize = __glMaterialiv_size(pname);
2133 const GLuint cmdlen = 12 + __GLX_PAD((compsize * 4));
2137 (void) memcpy((void *)(gc->pc + 12), (void *)(params), (compsize * 4));
2169 const GLuint compsize = (mask != NULL) ? __glImageSize(32, 32, 1, GL_COLOR_INDEX, GL_BITMAP, 0) : 0;
2170 const GLuint cmdlen = 24 + __GLX_PAD(compsize);
2172 if (compsize > 0) {
2223 const GLuint compsize = __glTexParameterfv_size(pname);
2224 const GLuint cmdlen = 12 + __GLX_PAD((compsize * 4));
2228 (void) memcpy((void *)(gc->pc + 12), (void *)(params), (compsize * 4));
2250 const GLuint compsize = __glTexParameteriv_size(pname);
2251 const GLuint cmdlen = 12 + __GLX_PAD((compsize * 4));
2255 (void) memcpy((void *)(gc->pc + 12), (void *)(params), (compsize * 4));
2264 const GLuint compsize = __glImageSize(width, height, 1, format, type, target);
2265 const GLuint cmdlen = 56 + __GLX_PAD(compsize);
2280 if ((compsize > 0) && (pixels != NULL)) {
2302 __glXSendLargeImage(gc, compsize, dim, width, height, 1, format, type, pixels, pc + 60, pc + 8);
2336 const GLuint compsize = __glTexEnvfv_size(pname);
2337 const GLuint cmdlen = 12 + __GLX_PAD((compsize * 4));
2341 (void) memcpy((void *)(gc->pc + 12), (void *)(params), (compsize * 4));
2363 const GLuint compsize = __glTexEnviv_size(pname);
2364 const GLuint cmdlen = 12 + __GLX_PAD((compsize * 4));
2368 (void) memcpy((void *)(gc->pc + 12), (void *)(params), (compsize * 4));
2390 const GLuint compsize = __glTexGendv_size(pname);
2391 const GLuint cmdlen = 12 + __GLX_PAD((compsize * 8));
2395 (void) memcpy((void *)(gc->pc + 12), (void *)(params), (compsize * 8));
2417 const GLuint compsize = __glTexGenfv_size(pname);
2418 const GLuint cmdlen = 12 + __GLX_PAD((compsize * 4));
2422 (void) memcpy((void *)(gc->pc + 12), (void *)(params), (compsize * 4));
2444 const GLuint compsize = __glTexGeniv_size(pname);
2445 const GLuint cmdlen = 12 + __GLX_PAD((compsize * 4));
2449 (void) memcpy((void *)(gc->pc + 12), (void *)(params), (compsize * 4));
3122 const GLuint compsize = (pixels != NULL) ? __glImageSize(width, height, 1, format, type, 0) : 0;
3123 const GLuint cmdlen = 40 + __GLX_PAD(compsize);
3134 if (compsize > 0) {
3152 __glXSendLargeImage(gc, compsize, 2, width, height, 1, format, type, pixels, pc + 44, pc + 8);
4349 const GLuint compsize = (pixels != NULL) ? __glImageSize(width, height, 1, format, type, target) : 0;
4350 const GLuint cmdlen = 60 + __GLX_PAD(compsize);
4366 if (compsize > 0) {
4389 __glXSendLargeImage(gc, compsize, dim, width, height, 1, format, type, pixels, pc + 64, pc + 8);
4435 const GLuint compsize = (table != NULL) ? __glImageSize(width, 1, 1, format, type, target) : 0;
4436 const GLuint cmdlen = 44 + __GLX_PAD(compsize);
4448 if (compsize > 0) {
4467 __glXSendLargeImage(gc, compsize, 1, width, 1, 1, format, type, table, pc + 48, pc + 8);
4476 const GLuint compsize = __glColorTableParameterfv_size(pname);
4477 const GLuint cmdlen = 12 + __GLX_PAD((compsize * 4));
4481 (void) memcpy((void *)(gc->pc + 12), (void *)(params), (compsize * 4));
4490 const GLuint compsize = __glColorTableParameteriv_size(pname);
4491 const GLuint cmdlen = 12 + __GLX_PAD((compsize * 4));
4495 (void) memcpy((void *)(gc->pc + 12), (void *)(params), (compsize * 4));
4695 const GLuint compsize = (data != NULL) ? __glImageSize(count, 1, 1, format, type, target) : 0;
4696 const GLuint cmdlen = 44 + __GLX_PAD(compsize);
4708 if (compsize > 0) {
4727 __glXSendLargeImage(gc, compsize, 1, count, 1, 1, format, type, data, pc + 48, pc + 8);
4751 const GLuint compsize = (image != NULL) ? __glImageSize(width, height, 1, format, type, target) : 0;
4752 const GLuint cmdlen = 48 + __GLX_PAD(compsize);
4765 if (compsize > 0) {
4785 __glXSendLargeImage(gc, compsize, dim, width, height, 1, format, type, image, pc + 52, pc + 8);
4819 const GLuint compsize = __glConvolutionParameterfv_size(pname);
4820 const GLuint cmdlen = 12 + __GLX_PAD((compsize * 4));
4824 (void) memcpy((void *)(gc->pc + 12), (void *)(params), (compsize * 4));
4846 const GLuint compsize = __glConvolutionParameteriv_size(pname);
4847 const GLuint cmdlen = 12 + __GLX_PAD((compsize * 4));
4851 (void) memcpy((void *)(gc->pc + 12), (void *)(params), (compsize * 4));
5473 const GLuint compsize = (pixels != NULL) ? __glImageSize(width, height, depth, format, type, target) : 0;
5474 const GLuint cmdlen = 84 + __GLX_PAD(compsize);
5492 if (compsize > 0) {
5517 __glXSendLargeImage(gc, compsize, dim, width, height, depth, format, type, pixels, pc + 88, pc + 8);
5532 const GLuint compsize = (pixels != NULL) ? __glImageSize(width, height, depth, format, type, target) : 0;
5533 const GLuint cmdlen = 92 + __GLX_PAD(compsize);
5553 if (compsize > 0) {
5580 __glXSendLargeImage(gc, compsize, dim, width, height, depth, format, type, pixels, pc + 96, pc + 8);
6968 const GLuint compsize = __glPointParameterfvEXT_size(pname);
6969 const GLuint cmdlen = 8 + __GLX_PAD((compsize * 4));
6972 (void) memcpy((void *)(gc->pc + 8), (void *)(params), (compsize * 4));
8115 const GLuint compsize = __glPointParameterivNV_size(pname);
8116 const GLuint cmdlen = 8 + __GLX_PAD((compsize * 4));
8119 (void) memcpy((void *)(gc->pc + 8), (void *)(params), (compsize * 4));