HomeSort by: relevance | last modified time | path
    Searched refs:gc (Results 1 - 25 of 474) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/libX11/dist/src/
GCMisc.c 35 register GC gc,
39 if (gc->values.arc_mode != arc_mode) {
40 gc->values.arc_mode = arc_mode;
41 gc->dirty |= GCArcMode;
51 register GC gc,
55 if (gc->values.fill_rule != fill_rule) {
56 gc->values.fill_rule = fill_rule;
57 gc->dirty |= GCFillRule
    [all...]
SetClMask.c 35 GC gc,
40 gc->values.clip_mask = mask;
41 gc->dirty |= GCClipMask;
42 gc->rects = 0;
43 _XFlushGCCache(dpy, gc);
SetFont.c 35 GC gc,
39 if (gc->values.font != font) {
40 gc->values.font = font;
41 gc->dirty |= GCFont;
42 _XFlushGCCache(dpy, gc);
ChGC.c 36 GC gc,
43 if (valuemask) _XUpdateGCCache (gc, valuemask, values);
46 if (gc->dirty & (GCFont | GCTile | GCStipple))
47 _XFlushGCCache(dpy, gc);
SetBack.c 35 GC gc,
39 if (gc->values.background != background) {
40 gc->values.background = background;
41 gc->dirty |= GCBackground;
SetFore.c 35 GC gc,
39 if (gc->values.foreground != foreground) {
40 gc->values.foreground = foreground;
41 gc->dirty |= GCForeground;
SetFunc.c 35 GC gc,
39 if (gc->values.function != function) {
40 gc->values.function = function;
41 gc->dirty |= GCFunction;
SetPMask.c 35 GC gc,
39 if (gc->values.plane_mask != planemask) {
40 gc->values.plane_mask = planemask;
41 gc->dirty |= GCPlaneMask;
SetStip.c 35 GC gc,
40 gc->values.stipple = stipple;
41 gc->dirty |= GCStipple;
42 _XFlushGCCache(dpy, gc);
SetTile.c 35 GC gc,
40 gc->values.tile = tile;
41 gc->dirty |= GCTile;
42 _XFlushGCCache(dpy, gc);
SetDashes.c 35 GC gc,
44 req->gc = gc->gid;
45 req->dashOffset = gc->values.dash_offset = dash_offset;
48 gc->dashes = 1;
49 gc->dirty &= ~(GCDashList | GCDashOffset);
GetGCVals.c 34 * All gc fields except GCClipMask and GCDashList
48 GC gc,
55 *values = gc->values;
64 values->function = gc->values.function;
67 values->plane_mask = gc->values.plane_mask;
70 values->foreground = gc->values.foreground;
73 values->background = gc->values.background;
76 values->line_width = gc->values.line_width;
79 values->line_style = gc->values.line_style
    [all...]
SetClOrig.c 35 GC gc,
39 XGCValues *gv = &gc->values;
44 gc->dirty |= GCClipXOrigin;
48 gc->dirty |= GCClipYOrigin;
SetTSOrig.c 35 GC gc,
39 XGCValues *gv = &gc->values;
44 gc->dirty |= GCTileStipXOrigin;
48 gc->dirty |= GCTileStipYOrigin;
SetCRects.c 35 GC gc,
47 req->gc = (CARD32) gc->gid;
48 req->xOrigin = (INT16) (gc->values.clip_x_origin = clip_x_origin);
49 req->yOrigin = (INT16) (gc->values.clip_y_origin = clip_y_origin);
55 gc->rects = 1;
56 dirty = (gc->dirty & (unsigned long) ~(GCClipMask | GCClipXOrigin | GCClipYOrigin));
57 gc->dirty = GCClipMask | GCClipXOrigin | GCClipYOrigin;
60 if (ext->flush_GC) (*ext->flush_GC)(dpy, gc, &ext->codes)
    [all...]
  /xsrc/external/mit/MesaLib.old/src/mapi/glapi/
indirect.c 110 __glXReadPixelReply( Display *dpy, struct glx_context * gc, unsigned max_dim,
134 __glXSetError(gc, GL_OUT_OF_MEMORY);
144 __glEmptyImage(gc, 3, width, height, depth, format, type,
154 __glXSetupSingleRequest( struct glx_context * gc, GLint sop, GLint cmdlen )
157 Display * const dpy = gc->currentDpy;
159 (void) __glXFlushRenderBuffer(gc, gc->pc);
162 req->reqType = gc->majorOpcode;
163 req->contextTag = gc->currentContextTag;
169 __glXSetupVendorRequest( struct glx_context * gc, GLint code, GLint vop, GLint cmdlen
200 struct glx_context * const gc = __glXGetCurrentContext(); local
212 struct glx_context * const gc = __glXGetCurrentContext(); local
224 struct glx_context * const gc = __glXGetCurrentContext(); local
236 struct glx_context * const gc = __glXGetCurrentContext(); local
248 struct glx_context * const gc = __glXGetCurrentContext(); local
260 struct glx_context * const gc = __glXGetCurrentContext(); local
272 struct glx_context * const gc = __glXGetCurrentContext(); local
284 struct glx_context * const gc = __glXGetCurrentContext(); local
296 struct glx_context * const gc = __glXGetCurrentContext(); local
319 struct glx_context * const gc = __glXGetCurrentContext(); local
340 struct glx_context * const gc = __glXGetCurrentContext(); local
351 struct glx_context * const gc = __glXGetCurrentContext(); local
390 struct glx_context * const gc = __glXGetCurrentContext(); local
413 struct glx_context * const gc = __glXGetCurrentContext(); local
439 struct glx_context * const gc = __glXGetCurrentContext(); local
450 struct glx_context * const gc = __glXGetCurrentContext(); local
461 struct glx_context * const gc = __glXGetCurrentContext(); local
508 struct glx_context * const gc = __glXGetCurrentContext(); local
527 struct glx_context * const gc = __glXGetCurrentContext(); local
546 struct glx_context * const gc = __glXGetCurrentContext(); local
565 struct glx_context * const gc = __glXGetCurrentContext(); local
584 struct glx_context * const gc = __glXGetCurrentContext(); local
603 struct glx_context * const gc = __glXGetCurrentContext(); local
622 struct glx_context * const gc = __glXGetCurrentContext(); local
641 struct glx_context * const gc = __glXGetCurrentContext(); local
660 struct glx_context * const gc = __glXGetCurrentContext(); local
680 struct glx_context * const gc = __glXGetCurrentContext(); local
700 struct glx_context * const gc = __glXGetCurrentContext(); local
720 struct glx_context * const gc = __glXGetCurrentContext(); local
740 struct glx_context * const gc = __glXGetCurrentContext(); local
760 struct glx_context * const gc = __glXGetCurrentContext(); local
780 struct glx_context * const gc = __glXGetCurrentContext(); local
800 struct glx_context * const gc = __glXGetCurrentContext(); local
820 struct glx_context * const gc = __glXGetCurrentContext(); local
831 struct glx_context * const gc = __glXGetCurrentContext(); local
842 struct glx_context * const gc = __glXGetCurrentContext(); local
852 struct glx_context * const gc = __glXGetCurrentContext(); local
869 struct glx_context * const gc = __glXGetCurrentContext(); local
886 struct glx_context * const gc = __glXGetCurrentContext(); local
903 struct glx_context * const gc = __glXGetCurrentContext(); local
914 struct glx_context * const gc = __glXGetCurrentContext(); local
925 struct glx_context * const gc = __glXGetCurrentContext(); local
944 struct glx_context * const gc = __glXGetCurrentContext(); local
963 struct glx_context * const gc = __glXGetCurrentContext(); local
982 struct glx_context * const gc = __glXGetCurrentContext(); local
1001 struct glx_context * const gc = __glXGetCurrentContext(); local
1020 struct glx_context * const gc = __glXGetCurrentContext(); local
1038 struct glx_context * const gc = __glXGetCurrentContext(); local
1056 struct glx_context * const gc = __glXGetCurrentContext(); local
1074 struct glx_context * const gc = __glXGetCurrentContext(); local
1092 struct glx_context * const gc = __glXGetCurrentContext(); local
1111 struct glx_context * const gc = __glXGetCurrentContext(); local
1130 struct glx_context * const gc = __glXGetCurrentContext(); local
1149 struct glx_context * const gc = __glXGetCurrentContext(); local
1168 struct glx_context * const gc = __glXGetCurrentContext(); local
1188 struct glx_context * const gc = __glXGetCurrentContext(); local
1208 struct glx_context * const gc = __glXGetCurrentContext(); local
1228 struct glx_context * const gc = __glXGetCurrentContext(); local
1248 struct glx_context * const gc = __glXGetCurrentContext(); local
1262 struct glx_context * const gc = __glXGetCurrentContext(); local
1274 struct glx_context * const gc = __glXGetCurrentContext(); local
1288 struct glx_context * const gc = __glXGetCurrentContext(); local
1300 struct glx_context * const gc = __glXGetCurrentContext(); local
1314 struct glx_context * const gc = __glXGetCurrentContext(); local
1326 struct glx_context * const gc = __glXGetCurrentContext(); local
1340 struct glx_context * const gc = __glXGetCurrentContext(); local
1352 struct glx_context * const gc = __glXGetCurrentContext(); local
1369 struct glx_context * const gc = __glXGetCurrentContext(); local
1386 struct glx_context * const gc = __glXGetCurrentContext(); local
1403 struct glx_context * const gc = __glXGetCurrentContext(); local
1414 struct glx_context * const gc = __glXGetCurrentContext(); local
1425 struct glx_context * const gc = __glXGetCurrentContext(); local
1443 struct glx_context * const gc = __glXGetCurrentContext(); local
1461 struct glx_context * const gc = __glXGetCurrentContext(); local
1479 struct glx_context * const gc = __glXGetCurrentContext(); local
1497 struct glx_context * const gc = __glXGetCurrentContext(); local
1516 struct glx_context * const gc = __glXGetCurrentContext(); local
1535 struct glx_context * const gc = __glXGetCurrentContext(); local
1554 struct glx_context * const gc = __glXGetCurrentContext(); local
1573 struct glx_context * const gc = __glXGetCurrentContext(); local
1593 struct glx_context * const gc = __glXGetCurrentContext(); local
1613 struct glx_context * const gc = __glXGetCurrentContext(); local
1633 struct glx_context * const gc = __glXGetCurrentContext(); local
1653 struct glx_context * const gc = __glXGetCurrentContext(); local
1671 struct glx_context * const gc = __glXGetCurrentContext(); local
1689 struct glx_context * const gc = __glXGetCurrentContext(); local
1707 struct glx_context * const gc = __glXGetCurrentContext(); local
1725 struct glx_context * const gc = __glXGetCurrentContext(); local
1744 struct glx_context * const gc = __glXGetCurrentContext(); local
1763 struct glx_context * const gc = __glXGetCurrentContext(); local
1782 struct glx_context * const gc = __glXGetCurrentContext(); local
1801 struct glx_context * const gc = __glXGetCurrentContext(); local
1821 struct glx_context * const gc = __glXGetCurrentContext(); local
1841 struct glx_context * const gc = __glXGetCurrentContext(); local
1861 struct glx_context * const gc = __glXGetCurrentContext(); local
1881 struct glx_context * const gc = __glXGetCurrentContext(); local
1893 struct glx_context * const gc = __glXGetCurrentContext(); local
1905 struct glx_context * const gc = __glXGetCurrentContext(); local
1916 struct glx_context * const gc = __glXGetCurrentContext(); local
1928 struct glx_context * const gc = __glXGetCurrentContext(); local
1945 struct glx_context * const gc = __glXGetCurrentContext(); local
1957 struct glx_context * const gc = __glXGetCurrentContext(); local
1974 struct glx_context * const gc = __glXGetCurrentContext(); local
1985 struct glx_context * const gc = __glXGetCurrentContext(); local
1997 struct glx_context * const gc = __glXGetCurrentContext(); local
2010 struct glx_context * const gc = __glXGetCurrentContext(); local
2028 struct glx_context * const gc = __glXGetCurrentContext(); local
2041 struct glx_context * const gc = __glXGetCurrentContext(); local
2059 struct glx_context * const gc = __glXGetCurrentContext(); local
2071 struct glx_context * const gc = __glXGetCurrentContext(); local
2088 struct glx_context * const gc = __glXGetCurrentContext(); local
2100 struct glx_context * const gc = __glXGetCurrentContext(); local
2117 struct glx_context * const gc = __glXGetCurrentContext(); local
2129 struct glx_context * const gc = __glXGetCurrentContext(); local
2140 struct glx_context * const gc = __glXGetCurrentContext(); local
2153 struct glx_context * const gc = __glXGetCurrentContext(); local
2171 struct glx_context * const gc = __glXGetCurrentContext(); local
2184 struct glx_context * const gc = __glXGetCurrentContext(); local
2202 struct glx_context * const gc = __glXGetCurrentContext(); local
2213 struct glx_context * const gc = __glXGetCurrentContext(); local
2225 struct glx_context * const gc = __glXGetCurrentContext(); local
2245 struct glx_context * const gc = __glXGetCurrentContext(); local
2259 struct glx_context * const gc = __glXGetCurrentContext(); local
2270 struct glx_context * const gc = __glXGetCurrentContext(); local
2283 struct glx_context * const gc = __glXGetCurrentContext(); local
2301 struct glx_context * const gc = __glXGetCurrentContext(); local
2314 struct glx_context * const gc = __glXGetCurrentContext(); local
2332 struct glx_context * const gc = __glXGetCurrentContext(); local
2395 struct glx_context * const gc = __glXGetCurrentContext(); local
2408 struct glx_context * const gc = __glXGetCurrentContext(); local
2426 struct glx_context * const gc = __glXGetCurrentContext(); local
2439 struct glx_context * const gc = __glXGetCurrentContext(); local
2457 struct glx_context * const gc = __glXGetCurrentContext(); local
2470 struct glx_context * const gc = __glXGetCurrentContext(); local
2488 struct glx_context * const gc = __glXGetCurrentContext(); local
2501 struct glx_context * const gc = __glXGetCurrentContext(); local
2519 struct glx_context * const gc = __glXGetCurrentContext(); local
2532 struct glx_context * const gc = __glXGetCurrentContext(); local
2550 struct glx_context * const gc = __glXGetCurrentContext(); local
2560 struct glx_context * const gc = __glXGetCurrentContext(); local
2571 struct glx_context * const gc = __glXGetCurrentContext(); local
2582 struct glx_context * const gc = __glXGetCurrentContext(); local
2592 struct glx_context * const gc = __glXGetCurrentContext(); local
2603 struct glx_context * const gc = __glXGetCurrentContext(); local
2614 struct glx_context * const gc = __glXGetCurrentContext(); local
2625 struct glx_context * const gc = __glXGetCurrentContext(); local
2639 struct glx_context * const gc = __glXGetCurrentContext(); local
2650 struct glx_context * const gc = __glXGetCurrentContext(); local
2664 struct glx_context * const gc = __glXGetCurrentContext(); local
2675 struct glx_context * const gc = __glXGetCurrentContext(); local
2686 struct glx_context * const gc = __glXGetCurrentContext(); local
2697 struct glx_context * const gc = __glXGetCurrentContext(); local
2711 struct glx_context * const gc = __glXGetCurrentContext(); local
2722 struct glx_context * const gc = __glXGetCurrentContext(); local
2733 struct glx_context * const gc = __glXGetCurrentContext(); local
2745 struct glx_context * const gc = __glXGetCurrentContext(); local
2755 struct glx_context * const gc = __glXGetCurrentContext(); local
2766 struct glx_context * const gc = __glXGetCurrentContext(); local
2779 struct glx_context * const gc = __glXGetCurrentContext(); local
2792 struct glx_context * const gc = __glXGetCurrentContext(); local
2808 struct glx_context * const gc = __glXGetCurrentContext(); local
2824 struct glx_context * const gc = __glXGetCurrentContext(); local
2841 struct glx_context * const gc = __glXGetCurrentContext(); local
2858 struct glx_context * const gc = __glXGetCurrentContext(); local
2876 struct glx_context * const gc = __glXGetCurrentContext(); local
2894 struct glx_context * const gc = __glXGetCurrentContext(); local
2907 struct glx_context * const gc = __glXGetCurrentContext(); local
2918 struct glx_context * const gc = __glXGetCurrentContext(); local
2933 struct glx_context * const gc = __glXGetCurrentContext(); local
2945 struct glx_context * const gc = __glXGetCurrentContext(); local
2957 struct glx_context * const gc = __glXGetCurrentContext(); local
2969 struct glx_context * const gc = __glXGetCurrentContext(); local
2980 struct glx_context * const gc = __glXGetCurrentContext(); local
2993 struct glx_context * const gc = __glXGetCurrentContext(); local
3006 struct glx_context * const gc = __glXGetCurrentContext(); local
3017 struct glx_context * const gc = __glXGetCurrentContext(); local
3029 struct glx_context * const gc = __glXGetCurrentContext(); local
3041 struct glx_context * const gc = __glXGetCurrentContext(); local
3053 struct glx_context * const gc = __glXGetCurrentContext(); local
3091 struct glx_context * const gc = __glXGetCurrentContext(); local
3129 struct glx_context * const gc = __glXGetCurrentContext(); local
3167 struct glx_context * const gc = __glXGetCurrentContext(); local
3178 struct glx_context * const gc = __glXGetCurrentContext(); local
3193 struct glx_context * const gc = __glXGetCurrentContext(); local
3226 struct glx_context * const gc = __glXGetCurrentContext(); local
3269 struct glx_context * const gc = __glXGetCurrentContext(); local
3294 struct glx_context * const gc = __glXGetCurrentContext(); local
3325 struct glx_context * const gc = __glXGetCurrentContext(); local
3356 struct glx_context * const gc = __glXGetCurrentContext(); local
3387 struct glx_context * const gc = __glXGetCurrentContext(); local
3418 struct glx_context * const gc = __glXGetCurrentContext(); local
3449 struct glx_context * const gc = __glXGetCurrentContext(); local
3480 struct glx_context * const gc = __glXGetCurrentContext(); local
3511 struct glx_context * const gc = __glXGetCurrentContext(); local
3541 struct glx_context * const gc = __glXGetCurrentContext(); local
3571 struct glx_context * const gc = __glXGetCurrentContext(); local
3601 struct glx_context * const gc = __glXGetCurrentContext(); local
3626 struct glx_context * const gc = __glXGetCurrentContext(); local
3657 struct glx_context * const gc = __glXGetCurrentContext(); local
3688 struct glx_context * const gc = __glXGetCurrentContext(); local
3719 struct glx_context * const gc = __glXGetCurrentContext(); local
3750 struct glx_context * const gc = __glXGetCurrentContext(); local
3781 struct glx_context * const gc = __glXGetCurrentContext(); local
3814 struct glx_context * const gc = __glXGetCurrentContext(); local
3845 struct glx_context * const gc = __glXGetCurrentContext(); local
3876 struct glx_context * const gc = __glXGetCurrentContext(); local
3908 struct glx_context * const gc = __glXGetCurrentContext(); local
3940 struct glx_context * const gc = __glXGetCurrentContext(); local
3966 struct glx_context * const gc = __glXGetCurrentContext(); local
3978 struct glx_context * const gc = __glXGetCurrentContext(); local
3994 struct glx_context * const gc = __glXGetCurrentContext(); local
4004 struct glx_context * const gc = __glXGetCurrentContext(); local
4015 struct glx_context * const gc = __glXGetCurrentContext(); local
4026 struct glx_context * const gc = __glXGetCurrentContext(); local
4037 struct glx_context * const gc = __glXGetCurrentContext(); local
4048 struct glx_context * const gc = __glXGetCurrentContext(); local
4059 struct glx_context * const gc = __glXGetCurrentContext(); local
4075 struct glx_context * const gc = __glXGetCurrentContext(); local
4085 struct glx_context * const gc = __glXGetCurrentContext(); local
4095 struct glx_context * const gc = __glXGetCurrentContext(); local
4109 struct glx_context * const gc = __glXGetCurrentContext(); local
4123 struct glx_context * const gc = __glXGetCurrentContext(); local
4136 struct glx_context * const gc = __glXGetCurrentContext(); local
4149 struct glx_context * const gc = __glXGetCurrentContext(); local
4162 struct glx_context * const gc = __glXGetCurrentContext(); local
4175 struct glx_context * const gc = __glXGetCurrentContext(); local
4189 struct glx_context * const gc = __glXGetCurrentContext(); local
4201 struct glx_context * const gc = __glXGetCurrentContext(); local
4212 struct glx_context * const gc = __glXGetCurrentContext(); local
4223 struct glx_context * const gc = __glXGetCurrentContext(); local
4235 struct glx_context * const gc = __glXGetCurrentContext(); local
4252 struct glx_context * const gc = __glXGetCurrentContext(); local
4270 struct glx_context * const gc = __glXGetCurrentContext(); local
4286 struct glx_context * const gc = __glXGetCurrentContext(); local
4304 struct glx_context * const gc = __glXGetCurrentContext(); local
4335 struct glx_context * const gc = __glXGetCurrentContext(); local
4346 struct glx_context * const gc = __glXGetCurrentContext(); local
4370 struct glx_context * const gc = __glXGetCurrentContext(); local
4399 struct glx_context * const gc = __glXGetCurrentContext(); local
4410 struct glx_context * const gc = __glXGetCurrentContext(); local
4430 struct glx_context * const gc = __glXGetCurrentContext(); local
4456 struct glx_context * const gc = __glXGetCurrentContext(); local
4467 struct glx_context * const gc = __glXGetCurrentContext(); local
4484 struct glx_context * const gc = __glXGetCurrentContext(); local
4507 struct glx_context * const gc = __glXGetCurrentContext(); local
4572 struct glx_context * const gc = __glXGetCurrentContext(); local
4586 struct glx_context * const gc = __glXGetCurrentContext(); local
4597 struct glx_context * const gc = __glXGetCurrentContext(); local
4642 struct glx_context * const gc = __glXGetCurrentContext(); local
4660 struct glx_context * const gc = __glXGetCurrentContext(); local
4678 struct glx_context * const gc = __glXGetCurrentContext(); local
4693 struct glx_context * const gc = __glXGetCurrentContext(); local
4723 struct glx_context * const gc = __glXGetCurrentContext(); local
4734 struct glx_context * const gc = __glXGetCurrentContext(); local
4755 struct glx_context * const gc = __glXGetCurrentContext(); local
4786 struct glx_context * const gc = __glXGetCurrentContext(); local
4797 struct glx_context * const gc = __glXGetCurrentContext(); local
4814 struct glx_context * const gc = __glXGetCurrentContext(); local
4845 struct glx_context * const gc = __glXGetCurrentContext(); local
4856 struct glx_context * const gc = __glXGetCurrentContext(); local
4873 struct glx_context * const gc = __glXGetCurrentContext(); local
4918 struct glx_context * const gc = __glXGetCurrentContext(); local
4933 struct glx_context * const gc = __glXGetCurrentContext(); local
4992 struct glx_context * const gc = __glXGetCurrentContext(); local
5005 struct glx_context * const gc = __glXGetCurrentContext(); local
5023 struct glx_context * const gc = __glXGetCurrentContext(); local
5036 struct glx_context * const gc = __glXGetCurrentContext(); local
5054 struct glx_context * const gc = __glXGetCurrentContext(); local
5069 struct glx_context * const gc = __glXGetCurrentContext(); local
5085 struct glx_context * const gc = __glXGetCurrentContext(); local
5116 struct glx_context * const gc = __glXGetCurrentContext(); local
5127 struct glx_context * const gc = __glXGetCurrentContext(); local
5148 struct glx_context * const gc = __glXGetCurrentContext(); local
5179 struct glx_context * const gc = __glXGetCurrentContext(); local
5190 struct glx_context * const gc = __glXGetCurrentContext(); local
5207 struct glx_context * const gc = __glXGetCurrentContext(); local
5238 struct glx_context * const gc = __glXGetCurrentContext(); local
5249 struct glx_context * const gc = __glXGetCurrentContext(); local
5266 struct glx_context * const gc = __glXGetCurrentContext(); local
5297 struct glx_context * const gc = __glXGetCurrentContext(); local
5308 struct glx_context * const gc = __glXGetCurrentContext(); local
5330 struct glx_context * const gc = __glXGetCurrentContext(); local
5361 struct glx_context * const gc = __glXGetCurrentContext(); local
5372 struct glx_context * const gc = __glXGetCurrentContext(); local
5389 struct glx_context * const gc = __glXGetCurrentContext(); local
5420 struct glx_context * const gc = __glXGetCurrentContext(); local
5431 struct glx_context * const gc = __glXGetCurrentContext(); local
5448 struct glx_context * const gc = __glXGetCurrentContext(); local
5479 struct glx_context * const gc = __glXGetCurrentContext(); local
5490 struct glx_context * const gc = __glXGetCurrentContext(); local
5512 struct glx_context * const gc = __glXGetCurrentContext(); local
5543 struct glx_context * const gc = __glXGetCurrentContext(); local
5554 struct glx_context * const gc = __glXGetCurrentContext(); local
5571 struct glx_context * const gc = __glXGetCurrentContext(); local
5602 struct glx_context * const gc = __glXGetCurrentContext(); local
5613 struct glx_context * const gc = __glXGetCurrentContext(); local
5630 struct glx_context * const gc = __glXGetCurrentContext(); local
5644 struct glx_context * const gc = __glXGetCurrentContext(); local
5657 struct glx_context * const gc = __glXGetCurrentContext(); local
5668 struct glx_context * const gc = __glXGetCurrentContext(); local
5679 struct glx_context * const gc = __glXGetCurrentContext(); local
5742 struct glx_context * const gc = __glXGetCurrentContext(); local
5809 struct glx_context * const gc = __glXGetCurrentContext(); local
5828 struct glx_context * const gc = __glXGetCurrentContext(); local
5839 struct glx_context * const gc = __glXGetCurrentContext(); local
5851 struct glx_context * const gc = __glXGetCurrentContext(); local
5863 struct glx_context * const gc = __glXGetCurrentContext(); local
5875 struct glx_context * const gc = __glXGetCurrentContext(); local
5887 struct glx_context * const gc = __glXGetCurrentContext(); local
5899 struct glx_context * const gc = __glXGetCurrentContext(); local
5911 struct glx_context * const gc = __glXGetCurrentContext(); local
5923 struct glx_context * const gc = __glXGetCurrentContext(); local
5935 struct glx_context * const gc = __glXGetCurrentContext(); local
5948 struct glx_context * const gc = __glXGetCurrentContext(); local
5960 struct glx_context * const gc = __glXGetCurrentContext(); local
5973 struct glx_context * const gc = __glXGetCurrentContext(); local
5985 struct glx_context * const gc = __glXGetCurrentContext(); local
5998 struct glx_context * const gc = __glXGetCurrentContext(); local
6010 struct glx_context * const gc = __glXGetCurrentContext(); local
6023 struct glx_context * const gc = __glXGetCurrentContext(); local
6035 struct glx_context * const gc = __glXGetCurrentContext(); local
6049 struct glx_context * const gc = __glXGetCurrentContext(); local
6061 struct glx_context * const gc = __glXGetCurrentContext(); local
6075 struct glx_context * const gc = __glXGetCurrentContext(); local
6087 struct glx_context * const gc = __glXGetCurrentContext(); local
6101 struct glx_context * const gc = __glXGetCurrentContext(); local
6113 struct glx_context * const gc = __glXGetCurrentContext(); local
6127 struct glx_context * const gc = __glXGetCurrentContext(); local
6139 struct glx_context * const gc = __glXGetCurrentContext(); local
6154 struct glx_context * const gc = __glXGetCurrentContext(); local
6166 struct glx_context * const gc = __glXGetCurrentContext(); local
6181 struct glx_context * const gc = __glXGetCurrentContext(); local
6193 struct glx_context * const gc = __glXGetCurrentContext(); local
6208 struct glx_context * const gc = __glXGetCurrentContext(); local
6220 struct glx_context * const gc = __glXGetCurrentContext(); local
6235 struct glx_context * const gc = __glXGetCurrentContext(); local
6247 struct glx_context * const gc = __glXGetCurrentContext(); local
6259 struct glx_context * const gc = __glXGetCurrentContext(); local
6273 struct glx_context * const gc = __glXGetCurrentContext(); local
6290 struct glx_context * const gc = __glXGetCurrentContext(); local
6302 struct glx_context * const gc = __glXGetCurrentContext(); local
6319 struct glx_context * const gc = __glXGetCurrentContext(); local
6331 struct glx_context * const gc = __glXGetCurrentContext(); local
6348 struct glx_context * const gc = __glXGetCurrentContext(); local
6367 struct glx_context * const gc = __glXGetCurrentContext(); local
6386 struct glx_context * const gc = __glXGetCurrentContext(); local
6405 struct glx_context * const gc = __glXGetCurrentContext(); local
6424 struct glx_context * const gc = __glXGetCurrentContext(); local
6443 struct glx_context * const gc = __glXGetCurrentContext(); local
6462 struct glx_context * const gc = __glXGetCurrentContext(); local
6481 struct glx_context * const gc = __glXGetCurrentContext(); local
6500 struct glx_context * const gc = __glXGetCurrentContext(); local
6512 struct glx_context * const gc = __glXGetCurrentContext(); local
6543 struct glx_context * const gc = __glXGetCurrentContext(); local
6554 struct glx_context * const gc = __glXGetCurrentContext(); local
6583 struct glx_context * const gc = __glXGetCurrentContext(); local
6614 struct glx_context * const gc = __glXGetCurrentContext(); local
6645 struct glx_context * const gc = __glXGetCurrentContext(); local
6676 struct glx_context * const gc = __glXGetCurrentContext(); local
6702 struct glx_context * const gc = __glXGetCurrentContext(); local
6714 struct glx_context * const gc = __glXGetCurrentContext(); local
6750 struct glx_context * const gc = __glXGetCurrentContext(); local
6762 struct glx_context * const gc = __glXGetCurrentContext(); local
6774 struct glx_context * const gc = __glXGetCurrentContext(); local
6786 struct glx_context * const gc = __glXGetCurrentContext(); local
6798 struct glx_context * const gc = __glXGetCurrentContext(); local
6811 struct glx_context * const gc = __glXGetCurrentContext(); local
6823 struct glx_context * const gc = __glXGetCurrentContext(); local
6836 struct glx_context * const gc = __glXGetCurrentContext(); local
6848 struct glx_context * const gc = __glXGetCurrentContext(); local
6862 struct glx_context * const gc = __glXGetCurrentContext(); local
6874 struct glx_context * const gc = __glXGetCurrentContext(); local
6888 struct glx_context * const gc = __glXGetCurrentContext(); local
6900 struct glx_context * const gc = __glXGetCurrentContext(); local
6912 struct glx_context * const gc = __glXGetCurrentContext(); local
6924 struct glx_context * const gc = __glXGetCurrentContext(); local
6936 struct glx_context * const gc = __glXGetCurrentContext(); local
6951 struct glx_context * const gc = __glXGetCurrentContext(); local
6963 struct glx_context * const gc = __glXGetCurrentContext(); local
6975 struct glx_context * const gc = __glXGetCurrentContext(); local
6987 struct glx_context * const gc = __glXGetCurrentContext(); local
6999 struct glx_context * const gc = __glXGetCurrentContext(); local
7014 struct glx_context * const gc = __glXGetCurrentContext(); local
7026 struct glx_context * const gc = __glXGetCurrentContext(); local
7038 struct glx_context * const gc = __glXGetCurrentContext(); local
7053 struct glx_context * const gc = __glXGetCurrentContext(); local
7065 struct glx_context * const gc = __glXGetCurrentContext(); local
7077 struct glx_context * const gc = __glXGetCurrentContext(); local
7089 struct glx_context * const gc = __glXGetCurrentContext(); local
7101 struct glx_context * const gc = __glXGetCurrentContext(); local
7113 struct glx_context * const gc = __glXGetCurrentContext(); local
7125 struct glx_context * const gc = __glXGetCurrentContext(); local
7148 struct glx_context * const gc = __glXGetCurrentContext(); local
7167 struct glx_context * const gc = __glXGetCurrentContext(); local
7183 struct glx_context * const gc = __glXGetCurrentContext(); local
7199 struct glx_context * const gc = __glXGetCurrentContext(); local
7215 struct glx_context * const gc = __glXGetCurrentContext(); local
7231 struct glx_context * const gc = __glXGetCurrentContext(); local
7244 struct glx_context * const gc = __glXGetCurrentContext(); local
7260 struct glx_context * const gc = __glXGetCurrentContext(); local
7273 struct glx_context * const gc = __glXGetCurrentContext(); local
7289 struct glx_context * const gc = __glXGetCurrentContext(); local
7302 struct glx_context * const gc = __glXGetCurrentContext(); local
7318 struct glx_context * const gc = __glXGetCurrentContext(); local
7331 struct glx_context * const gc = __glXGetCurrentContext(); local
7371 struct glx_context * const gc = __glXGetCurrentContext(); local
7383 struct glx_context * const gc = __glXGetCurrentContext(); local
7395 struct glx_context * const gc = __glXGetCurrentContext(); local
7408 struct glx_context * const gc = __glXGetCurrentContext(); local
7420 struct glx_context * const gc = __glXGetCurrentContext(); local
7434 struct glx_context * const gc = __glXGetCurrentContext(); local
7446 struct glx_context * const gc = __glXGetCurrentContext(); local
7461 struct glx_context * const gc = __glXGetCurrentContext(); local
7473 struct glx_context * const gc = __glXGetCurrentContext(); local
7485 struct glx_context * const gc = __glXGetCurrentContext(); local
7497 struct glx_context * const gc = __glXGetCurrentContext(); local
7517 struct glx_context * const gc = __glXGetCurrentContext(); local
7533 struct glx_context * const gc = __glXGetCurrentContext(); local
7555 struct glx_context * const gc = __glXGetCurrentContext(); local
7577 struct glx_context * const gc = __glXGetCurrentContext(); local
7591 struct glx_context * const gc = __glXGetCurrentContext(); local
7606 struct glx_context * const gc = __glXGetCurrentContext(); local
7621 struct glx_context * const gc = __glXGetCurrentContext(); local
7637 struct glx_context * const gc = __glXGetCurrentContext(); local
7652 struct glx_context * const gc = __glXGetCurrentContext(); local
7671 struct glx_context * const gc = __glXGetCurrentContext(); local
7690 struct glx_context * const gc = __glXGetCurrentContext(); local
7701 struct glx_context * const gc = __glXGetCurrentContext(); local
7718 struct glx_context * const gc = __glXGetCurrentContext(); local
7734 struct glx_context * const gc = __glXGetCurrentContext(); local
7750 struct glx_context * const gc = __glXGetCurrentContext(); local
7766 struct glx_context * const gc = __glXGetCurrentContext(); local
7780 struct glx_context * const gc = __glXGetCurrentContext(); local
7795 struct glx_context * const gc = __glXGetCurrentContext(); local
7807 struct glx_context * const gc = __glXGetCurrentContext(); local
7818 struct glx_context * const gc = __glXGetCurrentContext(); local
7837 struct glx_context * const gc = __glXGetCurrentContext(); local
7854 struct glx_context * const gc = __glXGetCurrentContext(); local
7879 struct glx_context * const gc = __glXGetCurrentContext(); local
7892 struct glx_context * const gc = __glXGetCurrentContext(); local
7909 struct glx_context * const gc = __glXGetCurrentContext(); local
7926 struct glx_context * const gc = __glXGetCurrentContext(); local
7942 struct glx_context * const gc = __glXGetCurrentContext(); local
7958 struct glx_context * const gc = __glXGetCurrentContext(); local
7975 struct glx_context * const gc = __glXGetCurrentContext(); local
7991 struct glx_context * const gc = __glXGetCurrentContext(); local
8007 struct glx_context * const gc = __glXGetCurrentContext(); local
8023 struct glx_context * const gc = __glXGetCurrentContext(); local
8047 struct glx_context * const gc = __glXGetCurrentContext(); local
8071 struct glx_context * const gc = __glXGetCurrentContext(); local
8095 struct glx_context * const gc = __glXGetCurrentContext(); local
8117 struct glx_context * const gc = __glXGetCurrentContext(); local
8131 struct glx_context * const gc = __glXGetCurrentContext(); local
8143 struct glx_context * const gc = __glXGetCurrentContext(); local
8155 struct glx_context * const gc = __glXGetCurrentContext(); local
8167 struct glx_context * const gc = __glXGetCurrentContext(); local
8179 struct glx_context * const gc = __glXGetCurrentContext(); local
8191 struct glx_context * const gc = __glXGetCurrentContext(); local
8203 struct glx_context * const gc = __glXGetCurrentContext(); local
8216 struct glx_context * const gc = __glXGetCurrentContext(); local
8228 struct glx_context * const gc = __glXGetCurrentContext(); local
8241 struct glx_context * const gc = __glXGetCurrentContext(); local
8253 struct glx_context * const gc = __glXGetCurrentContext(); local
8266 struct glx_context * const gc = __glXGetCurrentContext(); local
8278 struct glx_context * const gc = __glXGetCurrentContext(); local
8292 struct glx_context * const gc = __glXGetCurrentContext(); local
8304 struct glx_context * const gc = __glXGetCurrentContext(); local
8318 struct glx_context * const gc = __glXGetCurrentContext(); local
8330 struct glx_context * const gc = __glXGetCurrentContext(); local
8344 struct glx_context * const gc = __glXGetCurrentContext(); local
8356 struct glx_context * const gc = __glXGetCurrentContext(); local
8371 struct glx_context * const gc = __glXGetCurrentContext(); local
8383 struct glx_context * const gc = __glXGetCurrentContext(); local
8398 struct glx_context * const gc = __glXGetCurrentContext(); local
8410 struct glx_context * const gc = __glXGetCurrentContext(); local
8425 struct glx_context * const gc = __glXGetCurrentContext(); local
8437 struct glx_context * const gc = __glXGetCurrentContext(); local
8452 struct glx_context * const gc = __glXGetCurrentContext(); local
8464 struct glx_context * const gc = __glXGetCurrentContext(); local
8487 struct glx_context * const gc = __glXGetCurrentContext(); local
8510 struct glx_context * const gc = __glXGetCurrentContext(); local
8533 struct glx_context * const gc = __glXGetCurrentContext(); local
8556 struct glx_context * const gc = __glXGetCurrentContext(); local
8579 struct glx_context * const gc = __glXGetCurrentContext(); local
8602 struct glx_context * const gc = __glXGetCurrentContext(); local
8625 struct glx_context * const gc = __glXGetCurrentContext(); local
8648 struct glx_context * const gc = __glXGetCurrentContext(); local
8671 struct glx_context * const gc = __glXGetCurrentContext(); local
8694 struct glx_context * const gc = __glXGetCurrentContext(); local
8717 struct glx_context * const gc = __glXGetCurrentContext(); local
8740 struct glx_context * const gc = __glXGetCurrentContext(); local
8763 struct glx_context * const gc = __glXGetCurrentContext(); local
8774 struct glx_context * const gc = __glXGetCurrentContext(); local
8799 struct glx_context * const gc = __glXGetCurrentContext(); local
8824 struct glx_context * const gc = __glXGetCurrentContext(); local
8851 struct glx_context * const gc = __glXGetCurrentContext(); local
8875 struct glx_context * const gc = __glXGetCurrentContext(); local
8902 struct glx_context * const gc = __glXGetCurrentContext(); local
8926 struct glx_context * const gc = __glXGetCurrentContext(); local
8938 struct glx_context * const gc = __glXGetCurrentContext(); local
    [all...]
  /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
indirect.c 110 __glXReadPixelReply( Display *dpy, struct glx_context * gc, unsigned max_dim,
134 __glXSetError(gc, GL_OUT_OF_MEMORY);
144 __glEmptyImage(gc, 3, width, height, depth, format, type,
154 __glXSetupSingleRequest( struct glx_context * gc, GLint sop, GLint cmdlen )
157 Display * const dpy = gc->currentDpy;
159 (void) __glXFlushRenderBuffer(gc, gc->pc);
162 req->reqType = gc->majorOpcode;
163 req->contextTag = gc->currentContextTag;
169 __glXSetupVendorRequest( struct glx_context * gc, GLint code, GLint vop, GLint cmdlen
200 struct glx_context * const gc = __glXGetCurrentContext(); local
212 struct glx_context * const gc = __glXGetCurrentContext(); local
224 struct glx_context * const gc = __glXGetCurrentContext(); local
236 struct glx_context * const gc = __glXGetCurrentContext(); local
248 struct glx_context * const gc = __glXGetCurrentContext(); local
260 struct glx_context * const gc = __glXGetCurrentContext(); local
272 struct glx_context * const gc = __glXGetCurrentContext(); local
284 struct glx_context * const gc = __glXGetCurrentContext(); local
296 struct glx_context * const gc = __glXGetCurrentContext(); local
319 struct glx_context * const gc = __glXGetCurrentContext(); local
340 struct glx_context * const gc = __glXGetCurrentContext(); local
351 struct glx_context * const gc = __glXGetCurrentContext(); local
390 struct glx_context * const gc = __glXGetCurrentContext(); local
413 struct glx_context * const gc = __glXGetCurrentContext(); local
439 struct glx_context * const gc = __glXGetCurrentContext(); local
450 struct glx_context * const gc = __glXGetCurrentContext(); local
461 struct glx_context * const gc = __glXGetCurrentContext(); local
508 struct glx_context * const gc = __glXGetCurrentContext(); local
527 struct glx_context * const gc = __glXGetCurrentContext(); local
546 struct glx_context * const gc = __glXGetCurrentContext(); local
565 struct glx_context * const gc = __glXGetCurrentContext(); local
584 struct glx_context * const gc = __glXGetCurrentContext(); local
603 struct glx_context * const gc = __glXGetCurrentContext(); local
622 struct glx_context * const gc = __glXGetCurrentContext(); local
641 struct glx_context * const gc = __glXGetCurrentContext(); local
660 struct glx_context * const gc = __glXGetCurrentContext(); local
680 struct glx_context * const gc = __glXGetCurrentContext(); local
700 struct glx_context * const gc = __glXGetCurrentContext(); local
720 struct glx_context * const gc = __glXGetCurrentContext(); local
740 struct glx_context * const gc = __glXGetCurrentContext(); local
760 struct glx_context * const gc = __glXGetCurrentContext(); local
780 struct glx_context * const gc = __glXGetCurrentContext(); local
800 struct glx_context * const gc = __glXGetCurrentContext(); local
820 struct glx_context * const gc = __glXGetCurrentContext(); local
831 struct glx_context * const gc = __glXGetCurrentContext(); local
842 struct glx_context * const gc = __glXGetCurrentContext(); local
852 struct glx_context * const gc = __glXGetCurrentContext(); local
869 struct glx_context * const gc = __glXGetCurrentContext(); local
886 struct glx_context * const gc = __glXGetCurrentContext(); local
903 struct glx_context * const gc = __glXGetCurrentContext(); local
914 struct glx_context * const gc = __glXGetCurrentContext(); local
925 struct glx_context * const gc = __glXGetCurrentContext(); local
944 struct glx_context * const gc = __glXGetCurrentContext(); local
963 struct glx_context * const gc = __glXGetCurrentContext(); local
982 struct glx_context * const gc = __glXGetCurrentContext(); local
1001 struct glx_context * const gc = __glXGetCurrentContext(); local
1020 struct glx_context * const gc = __glXGetCurrentContext(); local
1038 struct glx_context * const gc = __glXGetCurrentContext(); local
1056 struct glx_context * const gc = __glXGetCurrentContext(); local
1074 struct glx_context * const gc = __glXGetCurrentContext(); local
1092 struct glx_context * const gc = __glXGetCurrentContext(); local
1111 struct glx_context * const gc = __glXGetCurrentContext(); local
1130 struct glx_context * const gc = __glXGetCurrentContext(); local
1149 struct glx_context * const gc = __glXGetCurrentContext(); local
1168 struct glx_context * const gc = __glXGetCurrentContext(); local
1188 struct glx_context * const gc = __glXGetCurrentContext(); local
1208 struct glx_context * const gc = __glXGetCurrentContext(); local
1228 struct glx_context * const gc = __glXGetCurrentContext(); local
1248 struct glx_context * const gc = __glXGetCurrentContext(); local
1262 struct glx_context * const gc = __glXGetCurrentContext(); local
1274 struct glx_context * const gc = __glXGetCurrentContext(); local
1288 struct glx_context * const gc = __glXGetCurrentContext(); local
1300 struct glx_context * const gc = __glXGetCurrentContext(); local
1314 struct glx_context * const gc = __glXGetCurrentContext(); local
1326 struct glx_context * const gc = __glXGetCurrentContext(); local
1340 struct glx_context * const gc = __glXGetCurrentContext(); local
1352 struct glx_context * const gc = __glXGetCurrentContext(); local
1369 struct glx_context * const gc = __glXGetCurrentContext(); local
1386 struct glx_context * const gc = __glXGetCurrentContext(); local
1403 struct glx_context * const gc = __glXGetCurrentContext(); local
1414 struct glx_context * const gc = __glXGetCurrentContext(); local
1425 struct glx_context * const gc = __glXGetCurrentContext(); local
1443 struct glx_context * const gc = __glXGetCurrentContext(); local
1461 struct glx_context * const gc = __glXGetCurrentContext(); local
1479 struct glx_context * const gc = __glXGetCurrentContext(); local
1497 struct glx_context * const gc = __glXGetCurrentContext(); local
1516 struct glx_context * const gc = __glXGetCurrentContext(); local
1535 struct glx_context * const gc = __glXGetCurrentContext(); local
1554 struct glx_context * const gc = __glXGetCurrentContext(); local
1573 struct glx_context * const gc = __glXGetCurrentContext(); local
1593 struct glx_context * const gc = __glXGetCurrentContext(); local
1613 struct glx_context * const gc = __glXGetCurrentContext(); local
1633 struct glx_context * const gc = __glXGetCurrentContext(); local
1653 struct glx_context * const gc = __glXGetCurrentContext(); local
1671 struct glx_context * const gc = __glXGetCurrentContext(); local
1689 struct glx_context * const gc = __glXGetCurrentContext(); local
1707 struct glx_context * const gc = __glXGetCurrentContext(); local
1725 struct glx_context * const gc = __glXGetCurrentContext(); local
1744 struct glx_context * const gc = __glXGetCurrentContext(); local
1763 struct glx_context * const gc = __glXGetCurrentContext(); local
1782 struct glx_context * const gc = __glXGetCurrentContext(); local
1801 struct glx_context * const gc = __glXGetCurrentContext(); local
1821 struct glx_context * const gc = __glXGetCurrentContext(); local
1841 struct glx_context * const gc = __glXGetCurrentContext(); local
1861 struct glx_context * const gc = __glXGetCurrentContext(); local
1881 struct glx_context * const gc = __glXGetCurrentContext(); local
1893 struct glx_context * const gc = __glXGetCurrentContext(); local
1905 struct glx_context * const gc = __glXGetCurrentContext(); local
1916 struct glx_context * const gc = __glXGetCurrentContext(); local
1928 struct glx_context * const gc = __glXGetCurrentContext(); local
1945 struct glx_context * const gc = __glXGetCurrentContext(); local
1957 struct glx_context * const gc = __glXGetCurrentContext(); local
1974 struct glx_context * const gc = __glXGetCurrentContext(); local
1985 struct glx_context * const gc = __glXGetCurrentContext(); local
1997 struct glx_context * const gc = __glXGetCurrentContext(); local
2010 struct glx_context * const gc = __glXGetCurrentContext(); local
2028 struct glx_context * const gc = __glXGetCurrentContext(); local
2041 struct glx_context * const gc = __glXGetCurrentContext(); local
2059 struct glx_context * const gc = __glXGetCurrentContext(); local
2071 struct glx_context * const gc = __glXGetCurrentContext(); local
2088 struct glx_context * const gc = __glXGetCurrentContext(); local
2100 struct glx_context * const gc = __glXGetCurrentContext(); local
2117 struct glx_context * const gc = __glXGetCurrentContext(); local
2129 struct glx_context * const gc = __glXGetCurrentContext(); local
2140 struct glx_context * const gc = __glXGetCurrentContext(); local
2153 struct glx_context * const gc = __glXGetCurrentContext(); local
2171 struct glx_context * const gc = __glXGetCurrentContext(); local
2184 struct glx_context * const gc = __glXGetCurrentContext(); local
2202 struct glx_context * const gc = __glXGetCurrentContext(); local
2213 struct glx_context * const gc = __glXGetCurrentContext(); local
2225 struct glx_context * const gc = __glXGetCurrentContext(); local
2245 struct glx_context * const gc = __glXGetCurrentContext(); local
2259 struct glx_context * const gc = __glXGetCurrentContext(); local
2270 struct glx_context * const gc = __glXGetCurrentContext(); local
2283 struct glx_context * const gc = __glXGetCurrentContext(); local
2301 struct glx_context * const gc = __glXGetCurrentContext(); local
2314 struct glx_context * const gc = __glXGetCurrentContext(); local
2332 struct glx_context * const gc = __glXGetCurrentContext(); local
2395 struct glx_context * const gc = __glXGetCurrentContext(); local
2408 struct glx_context * const gc = __glXGetCurrentContext(); local
2426 struct glx_context * const gc = __glXGetCurrentContext(); local
2439 struct glx_context * const gc = __glXGetCurrentContext(); local
2457 struct glx_context * const gc = __glXGetCurrentContext(); local
2470 struct glx_context * const gc = __glXGetCurrentContext(); local
2488 struct glx_context * const gc = __glXGetCurrentContext(); local
2501 struct glx_context * const gc = __glXGetCurrentContext(); local
2519 struct glx_context * const gc = __glXGetCurrentContext(); local
2532 struct glx_context * const gc = __glXGetCurrentContext(); local
2550 struct glx_context * const gc = __glXGetCurrentContext(); local
2560 struct glx_context * const gc = __glXGetCurrentContext(); local
2571 struct glx_context * const gc = __glXGetCurrentContext(); local
2582 struct glx_context * const gc = __glXGetCurrentContext(); local
2592 struct glx_context * const gc = __glXGetCurrentContext(); local
2603 struct glx_context * const gc = __glXGetCurrentContext(); local
2614 struct glx_context * const gc = __glXGetCurrentContext(); local
2625 struct glx_context * const gc = __glXGetCurrentContext(); local
2639 struct glx_context * const gc = __glXGetCurrentContext(); local
2650 struct glx_context * const gc = __glXGetCurrentContext(); local
2664 struct glx_context * const gc = __glXGetCurrentContext(); local
2675 struct glx_context * const gc = __glXGetCurrentContext(); local
2686 struct glx_context * const gc = __glXGetCurrentContext(); local
2697 struct glx_context * const gc = __glXGetCurrentContext(); local
2711 struct glx_context * const gc = __glXGetCurrentContext(); local
2722 struct glx_context * const gc = __glXGetCurrentContext(); local
2733 struct glx_context * const gc = __glXGetCurrentContext(); local
2745 struct glx_context * const gc = __glXGetCurrentContext(); local
2755 struct glx_context * const gc = __glXGetCurrentContext(); local
2766 struct glx_context * const gc = __glXGetCurrentContext(); local
2779 struct glx_context * const gc = __glXGetCurrentContext(); local
2792 struct glx_context * const gc = __glXGetCurrentContext(); local
2808 struct glx_context * const gc = __glXGetCurrentContext(); local
2824 struct glx_context * const gc = __glXGetCurrentContext(); local
2841 struct glx_context * const gc = __glXGetCurrentContext(); local
2858 struct glx_context * const gc = __glXGetCurrentContext(); local
2876 struct glx_context * const gc = __glXGetCurrentContext(); local
2894 struct glx_context * const gc = __glXGetCurrentContext(); local
2907 struct glx_context * const gc = __glXGetCurrentContext(); local
2918 struct glx_context * const gc = __glXGetCurrentContext(); local
2933 struct glx_context * const gc = __glXGetCurrentContext(); local
2945 struct glx_context * const gc = __glXGetCurrentContext(); local
2957 struct glx_context * const gc = __glXGetCurrentContext(); local
2969 struct glx_context * const gc = __glXGetCurrentContext(); local
2980 struct glx_context * const gc = __glXGetCurrentContext(); local
2993 struct glx_context * const gc = __glXGetCurrentContext(); local
3006 struct glx_context * const gc = __glXGetCurrentContext(); local
3017 struct glx_context * const gc = __glXGetCurrentContext(); local
3029 struct glx_context * const gc = __glXGetCurrentContext(); local
3041 struct glx_context * const gc = __glXGetCurrentContext(); local
3053 struct glx_context * const gc = __glXGetCurrentContext(); local
3091 struct glx_context * const gc = __glXGetCurrentContext(); local
3129 struct glx_context * const gc = __glXGetCurrentContext(); local
3167 struct glx_context * const gc = __glXGetCurrentContext(); local
3178 struct glx_context * const gc = __glXGetCurrentContext(); local
3193 struct glx_context * const gc = __glXGetCurrentContext(); local
3226 struct glx_context * const gc = __glXGetCurrentContext(); local
3269 struct glx_context * const gc = __glXGetCurrentContext(); local
3294 struct glx_context * const gc = __glXGetCurrentContext(); local
3325 struct glx_context * const gc = __glXGetCurrentContext(); local
3356 struct glx_context * const gc = __glXGetCurrentContext(); local
3387 struct glx_context * const gc = __glXGetCurrentContext(); local
3418 struct glx_context * const gc = __glXGetCurrentContext(); local
3449 struct glx_context * const gc = __glXGetCurrentContext(); local
3480 struct glx_context * const gc = __glXGetCurrentContext(); local
3511 struct glx_context * const gc = __glXGetCurrentContext(); local
3541 struct glx_context * const gc = __glXGetCurrentContext(); local
3571 struct glx_context * const gc = __glXGetCurrentContext(); local
3601 struct glx_context * const gc = __glXGetCurrentContext(); local
3626 struct glx_context * const gc = __glXGetCurrentContext(); local
3657 struct glx_context * const gc = __glXGetCurrentContext(); local
3688 struct glx_context * const gc = __glXGetCurrentContext(); local
3719 struct glx_context * const gc = __glXGetCurrentContext(); local
3750 struct glx_context * const gc = __glXGetCurrentContext(); local
3781 struct glx_context * const gc = __glXGetCurrentContext(); local
3814 struct glx_context * const gc = __glXGetCurrentContext(); local
3845 struct glx_context * const gc = __glXGetCurrentContext(); local
3876 struct glx_context * const gc = __glXGetCurrentContext(); local
3908 struct glx_context * const gc = __glXGetCurrentContext(); local
3940 struct glx_context * const gc = __glXGetCurrentContext(); local
3966 struct glx_context * const gc = __glXGetCurrentContext(); local
3978 struct glx_context * const gc = __glXGetCurrentContext(); local
3994 struct glx_context * const gc = __glXGetCurrentContext(); local
4004 struct glx_context * const gc = __glXGetCurrentContext(); local
4015 struct glx_context * const gc = __glXGetCurrentContext(); local
4026 struct glx_context * const gc = __glXGetCurrentContext(); local
4037 struct glx_context * const gc = __glXGetCurrentContext(); local
4048 struct glx_context * const gc = __glXGetCurrentContext(); local
4059 struct glx_context * const gc = __glXGetCurrentContext(); local
4075 struct glx_context * const gc = __glXGetCurrentContext(); local
4085 struct glx_context * const gc = __glXGetCurrentContext(); local
4095 struct glx_context * const gc = __glXGetCurrentContext(); local
4109 struct glx_context * const gc = __glXGetCurrentContext(); local
4123 struct glx_context * const gc = __glXGetCurrentContext(); local
4136 struct glx_context * const gc = __glXGetCurrentContext(); local
4149 struct glx_context * const gc = __glXGetCurrentContext(); local
4162 struct glx_context * const gc = __glXGetCurrentContext(); local
4175 struct glx_context * const gc = __glXGetCurrentContext(); local
4189 struct glx_context * const gc = __glXGetCurrentContext(); local
4201 struct glx_context * const gc = __glXGetCurrentContext(); local
4212 struct glx_context * const gc = __glXGetCurrentContext(); local
4223 struct glx_context * const gc = __glXGetCurrentContext(); local
4235 struct glx_context * const gc = __glXGetCurrentContext(); local
4252 struct glx_context * const gc = __glXGetCurrentContext(); local
4270 struct glx_context * const gc = __glXGetCurrentContext(); local
4286 struct glx_context * const gc = __glXGetCurrentContext(); local
4304 struct glx_context * const gc = __glXGetCurrentContext(); local
4344 struct glx_context * const gc = __glXGetCurrentContext(); local
4368 struct glx_context * const gc = __glXGetCurrentContext(); local
4406 struct glx_context * const gc = __glXGetCurrentContext(); local
4426 struct glx_context * const gc = __glXGetCurrentContext(); local
4461 struct glx_context * const gc = __glXGetCurrentContext(); local
4478 struct glx_context * const gc = __glXGetCurrentContext(); local
4501 struct glx_context * const gc = __glXGetCurrentContext(); local
4566 struct glx_context * const gc = __glXGetCurrentContext(); local
4580 struct glx_context * const gc = __glXGetCurrentContext(); local
4591 struct glx_context * const gc = __glXGetCurrentContext(); local
4636 struct glx_context * const gc = __glXGetCurrentContext(); local
4654 struct glx_context * const gc = __glXGetCurrentContext(); local
4672 struct glx_context * const gc = __glXGetCurrentContext(); local
4687 struct glx_context * const gc = __glXGetCurrentContext(); local
4726 struct glx_context * const gc = __glXGetCurrentContext(); local
4747 struct glx_context * const gc = __glXGetCurrentContext(); local
4787 struct glx_context * const gc = __glXGetCurrentContext(); local
4804 struct glx_context * const gc = __glXGetCurrentContext(); local
4844 struct glx_context * const gc = __glXGetCurrentContext(); local
4861 struct glx_context * const gc = __glXGetCurrentContext(); local
4906 struct glx_context * const gc = __glXGetCurrentContext(); local
4921 struct glx_context * const gc = __glXGetCurrentContext(); local
4980 struct glx_context * const gc = __glXGetCurrentContext(); local
4993 struct glx_context * const gc = __glXGetCurrentContext(); local
5011 struct glx_context * const gc = __glXGetCurrentContext(); local
5024 struct glx_context * const gc = __glXGetCurrentContext(); local
5042 struct glx_context * const gc = __glXGetCurrentContext(); local
5057 struct glx_context * const gc = __glXGetCurrentContext(); local
5073 struct glx_context * const gc = __glXGetCurrentContext(); local
5113 struct glx_context * const gc = __glXGetCurrentContext(); local
5134 struct glx_context * const gc = __glXGetCurrentContext(); local
5174 struct glx_context * const gc = __glXGetCurrentContext(); local
5191 struct glx_context * const gc = __glXGetCurrentContext(); local
5231 struct glx_context * const gc = __glXGetCurrentContext(); local
5248 struct glx_context * const gc = __glXGetCurrentContext(); local
5288 struct glx_context * const gc = __glXGetCurrentContext(); local
5310 struct glx_context * const gc = __glXGetCurrentContext(); local
5350 struct glx_context * const gc = __glXGetCurrentContext(); local
5367 struct glx_context * const gc = __glXGetCurrentContext(); local
5407 struct glx_context * const gc = __glXGetCurrentContext(); local
5424 struct glx_context * const gc = __glXGetCurrentContext(); local
5464 struct glx_context * const gc = __glXGetCurrentContext(); local
5486 struct glx_context * const gc = __glXGetCurrentContext(); local
5526 struct glx_context * const gc = __glXGetCurrentContext(); local
5543 struct glx_context * const gc = __glXGetCurrentContext(); local
5583 struct glx_context * const gc = __glXGetCurrentContext(); local
5600 struct glx_context * const gc = __glXGetCurrentContext(); local
5614 struct glx_context * const gc = __glXGetCurrentContext(); local
5627 struct glx_context * const gc = __glXGetCurrentContext(); local
5638 struct glx_context * const gc = __glXGetCurrentContext(); local
5649 struct glx_context * const gc = __glXGetCurrentContext(); local
5712 struct glx_context * const gc = __glXGetCurrentContext(); local
5779 struct glx_context * const gc = __glXGetCurrentContext(); local
5798 struct glx_context * const gc = __glXGetCurrentContext(); local
5809 struct glx_context * const gc = __glXGetCurrentContext(); local
5821 struct glx_context * const gc = __glXGetCurrentContext(); local
5833 struct glx_context * const gc = __glXGetCurrentContext(); local
5845 struct glx_context * const gc = __glXGetCurrentContext(); local
5857 struct glx_context * const gc = __glXGetCurrentContext(); local
5869 struct glx_context * const gc = __glXGetCurrentContext(); local
5881 struct glx_context * const gc = __glXGetCurrentContext(); local
5893 struct glx_context * const gc = __glXGetCurrentContext(); local
5905 struct glx_context * const gc = __glXGetCurrentContext(); local
5918 struct glx_context * const gc = __glXGetCurrentContext(); local
5930 struct glx_context * const gc = __glXGetCurrentContext(); local
5943 struct glx_context * const gc = __glXGetCurrentContext(); local
5955 struct glx_context * const gc = __glXGetCurrentContext(); local
5968 struct glx_context * const gc = __glXGetCurrentContext(); local
5980 struct glx_context * const gc = __glXGetCurrentContext(); local
5993 struct glx_context * const gc = __glXGetCurrentContext(); local
6005 struct glx_context * const gc = __glXGetCurrentContext(); local
6019 struct glx_context * const gc = __glXGetCurrentContext(); local
6031 struct glx_context * const gc = __glXGetCurrentContext(); local
6045 struct glx_context * const gc = __glXGetCurrentContext(); local
6057 struct glx_context * const gc = __glXGetCurrentContext(); local
6071 struct glx_context * const gc = __glXGetCurrentContext(); local
6083 struct glx_context * const gc = __glXGetCurrentContext(); local
6097 struct glx_context * const gc = __glXGetCurrentContext(); local
6109 struct glx_context * const gc = __glXGetCurrentContext(); local
6124 struct glx_context * const gc = __glXGetCurrentContext(); local
6136 struct glx_context * const gc = __glXGetCurrentContext(); local
6151 struct glx_context * const gc = __glXGetCurrentContext(); local
6163 struct glx_context * const gc = __glXGetCurrentContext(); local
6178 struct glx_context * const gc = __glXGetCurrentContext(); local
6190 struct glx_context * const gc = __glXGetCurrentContext(); local
6205 struct glx_context * const gc = __glXGetCurrentContext(); local
6217 struct glx_context * const gc = __glXGetCurrentContext(); local
6229 struct glx_context * const gc = __glXGetCurrentContext(); local
6243 struct glx_context * const gc = __glXGetCurrentContext(); local
6260 struct glx_context * const gc = __glXGetCurrentContext(); local
6272 struct glx_context * const gc = __glXGetCurrentContext(); local
6289 struct glx_context * const gc = __glXGetCurrentContext(); local
6301 struct glx_context * const gc = __glXGetCurrentContext(); local
6318 struct glx_context * const gc = __glXGetCurrentContext(); local
6337 struct glx_context * const gc = __glXGetCurrentContext(); local
6356 struct glx_context * const gc = __glXGetCurrentContext(); local
6375 struct glx_context * const gc = __glXGetCurrentContext(); local
6394 struct glx_context * const gc = __glXGetCurrentContext(); local
6413 struct glx_context * const gc = __glXGetCurrentContext(); local
6432 struct glx_context * const gc = __glXGetCurrentContext(); local
6451 struct glx_context * const gc = __glXGetCurrentContext(); local
6470 struct glx_context * const gc = __glXGetCurrentContext(); local
6482 struct glx_context * const gc = __glXGetCurrentContext(); local
6513 struct glx_context * const gc = __glXGetCurrentContext(); local
6524 struct glx_context * const gc = __glXGetCurrentContext(); local
6553 struct glx_context * const gc = __glXGetCurrentContext(); local
6584 struct glx_context * const gc = __glXGetCurrentContext(); local
6615 struct glx_context * const gc = __glXGetCurrentContext(); local
6646 struct glx_context * const gc = __glXGetCurrentContext(); local
6672 struct glx_context * const gc = __glXGetCurrentContext(); local
6684 struct glx_context * const gc = __glXGetCurrentContext(); local
6720 struct glx_context * const gc = __glXGetCurrentContext(); local
6732 struct glx_context * const gc = __glXGetCurrentContext(); local
6744 struct glx_context * const gc = __glXGetCurrentContext(); local
6756 struct glx_context * const gc = __glXGetCurrentContext(); local
6768 struct glx_context * const gc = __glXGetCurrentContext(); local
6781 struct glx_context * const gc = __glXGetCurrentContext(); local
6793 struct glx_context * const gc = __glXGetCurrentContext(); local
6806 struct glx_context * const gc = __glXGetCurrentContext(); local
6818 struct glx_context * const gc = __glXGetCurrentContext(); local
6832 struct glx_context * const gc = __glXGetCurrentContext(); local
6844 struct glx_context * const gc = __glXGetCurrentContext(); local
6858 struct glx_context * const gc = __glXGetCurrentContext(); local
6870 struct glx_context * const gc = __glXGetCurrentContext(); local
6882 struct glx_context * const gc = __glXGetCurrentContext(); local
6894 struct glx_context * const gc = __glXGetCurrentContext(); local
6906 struct glx_context * const gc = __glXGetCurrentContext(); local
6921 struct glx_context * const gc = __glXGetCurrentContext(); local
6933 struct glx_context * const gc = __glXGetCurrentContext(); local
6945 struct glx_context * const gc = __glXGetCurrentContext(); local
6957 struct glx_context * const gc = __glXGetCurrentContext(); local
6969 struct glx_context * const gc = __glXGetCurrentContext(); local
6984 struct glx_context * const gc = __glXGetCurrentContext(); local
6996 struct glx_context * const gc = __glXGetCurrentContext(); local
7008 struct glx_context * const gc = __glXGetCurrentContext(); local
7023 struct glx_context * const gc = __glXGetCurrentContext(); local
7035 struct glx_context * const gc = __glXGetCurrentContext(); local
7047 struct glx_context * const gc = __glXGetCurrentContext(); local
7059 struct glx_context * const gc = __glXGetCurrentContext(); local
7071 struct glx_context * const gc = __glXGetCurrentContext(); local
7083 struct glx_context * const gc = __glXGetCurrentContext(); local
7095 struct glx_context * const gc = __glXGetCurrentContext(); local
7118 struct glx_context * const gc = __glXGetCurrentContext(); local
7137 struct glx_context * const gc = __glXGetCurrentContext(); local
7153 struct glx_context * const gc = __glXGetCurrentContext(); local
7169 struct glx_context * const gc = __glXGetCurrentContext(); local
7185 struct glx_context * const gc = __glXGetCurrentContext(); local
7201 struct glx_context * const gc = __glXGetCurrentContext(); local
7214 struct glx_context * const gc = __glXGetCurrentContext(); local
7230 struct glx_context * const gc = __glXGetCurrentContext(); local
7243 struct glx_context * const gc = __glXGetCurrentContext(); local
7259 struct glx_context * const gc = __glXGetCurrentContext(); local
7272 struct glx_context * const gc = __glXGetCurrentContext(); local
7288 struct glx_context * const gc = __glXGetCurrentContext(); local
7301 struct glx_context * const gc = __glXGetCurrentContext(); local
7341 struct glx_context * const gc = __glXGetCurrentContext(); local
7353 struct glx_context * const gc = __glXGetCurrentContext(); local
7365 struct glx_context * const gc = __glXGetCurrentContext(); local
7378 struct glx_context * const gc = __glXGetCurrentContext(); local
7390 struct glx_context * const gc = __glXGetCurrentContext(); local
7404 struct glx_context * const gc = __glXGetCurrentContext(); local
7416 struct glx_context * const gc = __glXGetCurrentContext(); local
7431 struct glx_context * const gc = __glXGetCurrentContext(); local
7443 struct glx_context * const gc = __glXGetCurrentContext(); local
7455 struct glx_context * const gc = __glXGetCurrentContext(); local
7467 struct glx_context * const gc = __glXGetCurrentContext(); local
7487 struct glx_context * const gc = __glXGetCurrentContext(); local
7503 struct glx_context * const gc = __glXGetCurrentContext(); local
7525 struct glx_context * const gc = __glXGetCurrentContext(); local
7547 struct glx_context * const gc = __glXGetCurrentContext(); local
7561 struct glx_context * const gc = __glXGetCurrentContext(); local
7576 struct glx_context * const gc = __glXGetCurrentContext(); local
7591 struct glx_context * const gc = __glXGetCurrentContext(); local
7607 struct glx_context * const gc = __glXGetCurrentContext(); local
7622 struct glx_context * const gc = __glXGetCurrentContext(); local
7641 struct glx_context * const gc = __glXGetCurrentContext(); local
7660 struct glx_context * const gc = __glXGetCurrentContext(); local
7671 struct glx_context * const gc = __glXGetCurrentContext(); local
7688 struct glx_context * const gc = __glXGetCurrentContext(); local
7704 struct glx_context * const gc = __glXGetCurrentContext(); local
7720 struct glx_context * const gc = __glXGetCurrentContext(); local
7736 struct glx_context * const gc = __glXGetCurrentContext(); local
7750 struct glx_context * const gc = __glXGetCurrentContext(); local
7765 struct glx_context * const gc = __glXGetCurrentContext(); local
7777 struct glx_context * const gc = __glXGetCurrentContext(); local
7788 struct glx_context * const gc = __glXGetCurrentContext(); local
7807 struct glx_context * const gc = __glXGetCurrentContext(); local
7824 struct glx_context * const gc = __glXGetCurrentContext(); local
7849 struct glx_context * const gc = __glXGetCurrentContext(); local
7862 struct glx_context * const gc = __glXGetCurrentContext(); local
7879 struct glx_context * const gc = __glXGetCurrentContext(); local
7896 struct glx_context * const gc = __glXGetCurrentContext(); local
7912 struct glx_context * const gc = __glXGetCurrentContext(); local
7928 struct glx_context * const gc = __glXGetCurrentContext(); local
7945 struct glx_context * const gc = __glXGetCurrentContext(); local
7961 struct glx_context * const gc = __glXGetCurrentContext(); local
7977 struct glx_context * const gc = __glXGetCurrentContext(); local
7993 struct glx_context * const gc = __glXGetCurrentContext(); local
8017 struct glx_context * const gc = __glXGetCurrentContext(); local
8041 struct glx_context * const gc = __glXGetCurrentContext(); local
8065 struct glx_context * const gc = __glXGetCurrentContext(); local
8087 struct glx_context * const gc = __glXGetCurrentContext(); local
8101 struct glx_context * const gc = __glXGetCurrentContext(); local
8113 struct glx_context * const gc = __glXGetCurrentContext(); local
8125 struct glx_context * const gc = __glXGetCurrentContext(); local
8137 struct glx_context * const gc = __glXGetCurrentContext(); local
8149 struct glx_context * const gc = __glXGetCurrentContext(); local
8161 struct glx_context * const gc = __glXGetCurrentContext(); local
8173 struct glx_context * const gc = __glXGetCurrentContext(); local
8186 struct glx_context * const gc = __glXGetCurrentContext(); local
8198 struct glx_context * const gc = __glXGetCurrentContext(); local
8211 struct glx_context * const gc = __glXGetCurrentContext(); local
8223 struct glx_context * const gc = __glXGetCurrentContext(); local
8236 struct glx_context * const gc = __glXGetCurrentContext(); local
8248 struct glx_context * const gc = __glXGetCurrentContext(); local
8262 struct glx_context * const gc = __glXGetCurrentContext(); local
8274 struct glx_context * const gc = __glXGetCurrentContext(); local
8288 struct glx_context * const gc = __glXGetCurrentContext(); local
8300 struct glx_context * const gc = __glXGetCurrentContext(); local
8314 struct glx_context * const gc = __glXGetCurrentContext(); local
8326 struct glx_context * const gc = __glXGetCurrentContext(); local
8341 struct glx_context * const gc = __glXGetCurrentContext(); local
8353 struct glx_context * const gc = __glXGetCurrentContext(); local
8368 struct glx_context * const gc = __glXGetCurrentContext(); local
8380 struct glx_context * const gc = __glXGetCurrentContext(); local
8395 struct glx_context * const gc = __glXGetCurrentContext(); local
8407 struct glx_context * const gc = __glXGetCurrentContext(); local
8422 struct glx_context * const gc = __glXGetCurrentContext(); local
8434 struct glx_context * const gc = __glXGetCurrentContext(); local
8457 struct glx_context * const gc = __glXGetCurrentContext(); local
8480 struct glx_context * const gc = __glXGetCurrentContext(); local
8503 struct glx_context * const gc = __glXGetCurrentContext(); local
8526 struct glx_context * const gc = __glXGetCurrentContext(); local
8549 struct glx_context * const gc = __glXGetCurrentContext(); local
8572 struct glx_context * const gc = __glXGetCurrentContext(); local
8595 struct glx_context * const gc = __glXGetCurrentContext(); local
8618 struct glx_context * const gc = __glXGetCurrentContext(); local
8641 struct glx_context * const gc = __glXGetCurrentContext(); local
8664 struct glx_context * const gc = __glXGetCurrentContext(); local
8687 struct glx_context * const gc = __glXGetCurrentContext(); local
8710 struct glx_context * const gc = __glXGetCurrentContext(); local
8733 struct glx_context * const gc = __glXGetCurrentContext(); local
8744 struct glx_context * const gc = __glXGetCurrentContext(); local
8769 struct glx_context * const gc = __glXGetCurrentContext(); local
8794 struct glx_context * const gc = __glXGetCurrentContext(); local
8821 struct glx_context * const gc = __glXGetCurrentContext(); local
8845 struct glx_context * const gc = __glXGetCurrentContext(); local
8872 struct glx_context * const gc = __glXGetCurrentContext(); local
8896 struct glx_context * const gc = __glXGetCurrentContext(); local
8908 struct glx_context * const gc = __glXGetCurrentContext(); local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/glx/
applegl_glx.c 46 applegl_destroy_context(struct glx_context *gc)
48 apple_glx_destroy_context(&gc->driContext, gc->psc->dpy);
52 applegl_bind_context(struct glx_context *gc, struct glx_context *old,
55 Display *dpy = gc->psc->dpy;
58 gc ? gc->driContext : NULL, draw);
70 applegl_unbind_context(struct glx_context *gc, struct glx_context *new)
76 if (!gc)
83 dpy = gc->psc->dpy
124 struct glx_context *gc; local
    [all...]
indirect_glx.c 50 __glFreeAttributeState(struct glx_context * gc)
54 for (spp = &gc->attributes.stack[0];
55 spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]; spp++) {
67 indirect_destroy_context(struct glx_context *gc)
69 __glXFreeVertexArrayState(gc);
71 free((char *) gc->vendor);
72 free((char *) gc->renderer);
73 free((char *) gc->version);
74 free((char *) gc->extensions);
75 __glFreeAttributeState(gc);
282 struct glx_context *gc; local
    [all...]
clientattrib.c 42 struct glx_context *gc = __glXGetCurrentContext(); local
43 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
51 __glXSetError(gc, GL_INVALID_ENUM);
72 struct glx_context *gc = __glXGetCurrentContext(); local
73 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
74 __GLXattribute **spp = gc->attributes.stackPointer, *sp;
76 if (spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]) {
80 __glXSetError(gc, GL_OUT_OF_MEMORY);
86 gc->attributes.stackPointer = spp + 1;
96 __glXSetError(gc, GL_STACK_OVERFLOW)
104 struct glx_context *gc = __glXGetCurrentContext(); local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/glx/apple/
apple_xgl_api_viewport.c 41 struct glx_context *gc = __glXGetCurrentContext(); local
44 if (gc != &dummyContext && gc->driContext)
45 apple_glx_context_update(dpy, gc->driContext);
  /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
apple_xgl_api_viewport.c 41 struct glx_context *gc = __glXGetCurrentContext(); local
44 if (gc != &dummyContext && gc->driContext)
45 apple_glx_context_update(dpy, gc->driContext);
  /xsrc/external/mit/MesaLib.old/dist/src/glx/
applegl_glx.c 46 applegl_destroy_context(struct glx_context *gc)
48 apple_glx_destroy_context(&gc->driContext, gc->psc->dpy);
52 applegl_bind_context(struct glx_context *gc, struct glx_context *old,
55 Display *dpy = gc->psc->dpy;
58 gc ? gc->driContext : NULL, draw);
70 applegl_unbind_context(struct glx_context *gc, struct glx_context *new)
76 if (!gc)
83 dpy = gc->psc->dpy
128 struct glx_context *gc; local
    [all...]
renderpix.c 63 * \param gc Current GLX context
81 __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim,
89 __glXSetError(gc, GL_OUT_OF_MEMORY);
95 (*gc->fillImage) (gc, dim, width, height, depth, format, type,
108 __glXSendLargeCommand(gc, gc->pc, pc - gc->pc, buf, compsize);
136 if (!gc->currentDpy)
139 if (cmdlen <= gc->maxSmallRenderCommandSize)
    [all...]
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_utils.c 30 GCPtr gc; local
44 gc = GetScratchGC(drawable->depth, drawable->pScreen);
45 if (gc) {
49 ChangeGC(NullClient, gc, GCForeground, vals);
50 ValidateGC(drawable, gc);
51 gc->ops->PolyFillRect(drawable, gc, nbox, rect);
52 FreeScratchGC(gc);
62 GCPtr gc; local
67 gc = GetScratchGC(drawable->depth, drawable->pScreen)
    [all...]

Completed in 58 milliseconds

1 2 3 4 5 6 7 8 91011>>