Searched refs:gc (Results 1 - 25 of 486) sorted by relevance

1234567891011>>

/xsrc/external/mit/libX11/dist/src/
H A DGCMisc.c35 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;
67 register GC gc,
71 if (gc
33 XSetArcMode(register Display * dpy,register GC gc,int arc_mode) argument
49 XSetFillRule(register Display * dpy,register GC gc,int fill_rule) argument
65 XSetFillStyle(register Display * dpy,register GC gc,int fill_style) argument
81 XSetGraphicsExposures(register Display * dpy,register GC gc,Bool graphics_exposures) argument
97 XSetSubwindowMode(register Display * dpy,register GC gc,int subwindow_mode) argument
[all...]
H A DSetClMask.c35 GC gc,
40 gc->values.clip_mask = mask;
41 gc->dirty |= GCClipMask;
42 gc->rects = 0;
43 _XFlushGCCache(dpy, gc);
33 XSetClipMask(register Display * dpy,GC gc,Pixmap mask) argument
H A DSetFont.c35 GC gc,
39 if (gc->values.font != font) {
40 gc->values.font = font;
41 gc->dirty |= GCFont;
42 _XFlushGCCache(dpy, gc);
33 XSetFont(register Display * dpy,GC gc,Font font) argument
H A DChGC.c36 GC gc,
43 if (valuemask) _XUpdateGCCache (gc, valuemask, values);
46 if (gc->dirty & (GCFont | GCTile | GCStipple))
47 _XFlushGCCache(dpy, gc);
34 XChangeGC(register Display * dpy,GC gc,unsigned long valuemask,XGCValues * values) argument
H A DSetBack.c35 GC gc,
39 if (gc->values.background != background) {
40 gc->values.background = background;
41 gc->dirty |= GCBackground;
33 XSetBackground(register Display * dpy,GC gc,unsigned long background) argument
H A DSetFore.c35 GC gc,
39 if (gc->values.foreground != foreground) {
40 gc->values.foreground = foreground;
41 gc->dirty |= GCForeground;
33 XSetForeground(register Display * dpy,GC gc,unsigned long foreground) argument
H A DSetFunc.c35 GC gc,
39 if (gc->values.function != function) {
40 gc->values.function = function;
41 gc->dirty |= GCFunction;
33 XSetFunction(register Display * dpy,GC gc,int function) argument
H A DSetPMask.c35 GC gc,
39 if (gc->values.plane_mask != planemask) {
40 gc->values.plane_mask = planemask;
41 gc->dirty |= GCPlaneMask;
33 XSetPlaneMask(register Display * dpy,GC gc,unsigned long planemask) argument
H A DSetStip.c35 GC gc,
40 gc->values.stipple = stipple;
41 gc->dirty |= GCStipple;
42 _XFlushGCCache(dpy, gc);
33 XSetStipple(register Display * dpy,GC gc,Pixmap stipple) argument
H A DSetTile.c35 GC gc,
40 gc->values.tile = tile;
41 gc->dirty |= GCTile;
42 _XFlushGCCache(dpy, gc);
33 XSetTile(register Display * dpy,GC gc,Pixmap tile) argument
H A DSetDashes.c35 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);
33 XSetDashes(register Display * dpy,GC gc,int dash_offset,_Xconst char * list,int n) argument
H A DGetGCVals.c34 * 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;
82 values->cap_style = gc
46 XGetGCValues(Display * dpy,GC gc,unsigned long valuemask,XGCValues * values) argument
[all...]
H A DSetClOrig.c35 GC gc,
39 XGCValues *gv = &gc->values;
44 gc->dirty |= GCClipXOrigin;
48 gc->dirty |= GCClipYOrigin;
33 XSetClipOrigin(register Display * dpy,GC gc,int xorig,int yorig) argument
H A DSetTSOrig.c35 GC gc,
39 XGCValues *gv = &gc->values;
44 gc->dirty |= GCTileStipXOrigin;
48 gc->dirty |= GCTileStipYOrigin;
33 XSetTSOrigin(register Display * dpy,GC gc,int x,int y) argument
H A DSetCRects.c35 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);
61 gc
33 _XSetClipRectangles(Display * dpy,GC gc,int clip_x_origin,int clip_y_origin,XRectangle * rectangles,int n,int ordering) argument
65 XSetClipRectangles(register Display * dpy,GC gc,int clip_x_origin,int clip_y_origin,XRectangle * rectangles,int n,int ordering) argument
[all...]
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect.c110 __glXReadPixelReply( Display *dpy, struct glx_context * gc, unsigned max_dim, argument
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 ) argument
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, GLin argument
200 struct glx_context * const gc = __glXGetCurrentContext(); local in function:generic_3_byte
212 struct glx_context * const gc = __glXGetCurrentContext(); local in function:generic_4_byte
224 struct glx_context * const gc = __glXGetCurrentContext(); local in function:generic_6_byte
236 struct glx_context * const gc = __glXGetCurrentContext(); local in function:generic_8_byte
248 struct glx_context * const gc = __glXGetCurrentContext(); local in function:generic_12_byte
260 struct glx_context * const gc = __glXGetCurrentContext(); local in function:generic_16_byte
272 struct glx_context * const gc = __glXGetCurrentContext(); local in function:generic_24_byte
284 struct glx_context * const gc = __glXGetCurrentContext(); local in function:generic_32_byte
296 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glNewList
319 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEndList
340 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCallList
351 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCallLists
390 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDeleteLists
413 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGenLists
439 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glListBase
450 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBegin
461 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBitmap
508 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor3b
527 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor3d
546 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor3f
565 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor3i
584 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor3s
603 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor3ub
622 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor3ui
641 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor3us
660 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor4b
680 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor4d
700 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor4f
720 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor4i
740 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor4s
760 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor4ub
780 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor4ui
800 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor4us
820 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEdgeFlag
831 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEdgeFlagv
842 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEnd
852 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIndexd
869 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIndexf
886 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIndexi
903 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIndexs
914 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIndexsv
925 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glNormal3b
944 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glNormal3d
963 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glNormal3f
982 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glNormal3i
1001 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glNormal3s
1020 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos2d
1038 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos2f
1056 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos2i
1074 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos2s
1092 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos3d
1111 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos3f
1130 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos3i
1149 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos3s
1168 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos4d
1188 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos4f
1208 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos4i
1228 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos4s
1248 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRectd
1262 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRectdv
1274 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRectf
1288 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRectfv
1300 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRecti
1314 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRectiv
1326 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRects
1340 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRectsv
1352 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord1d
1369 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord1f
1386 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord1i
1403 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord1s
1414 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord1sv
1425 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord2d
1443 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord2f
1461 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord2i
1479 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord2s
1497 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord3d
1516 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord3f
1535 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord3i
1554 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord3s
1573 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord4d
1593 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord4f
1613 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord4i
1633 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord4s
1653 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex2d
1671 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex2f
1689 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex2i
1707 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex2s
1725 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex3d
1744 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex3f
1763 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex3i
1782 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex3s
1801 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex4d
1821 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex4f
1841 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex4i
1861 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex4s
1881 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glClipPlane
1893 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColorMaterial
1905 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCullFace
1916 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFogf
1928 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFogfv
1945 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFogi
1957 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFogiv
1974 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFrontFace
1985 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glHint
1997 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLightf
2010 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLightfv
2028 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLighti
2041 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLightiv
2059 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLightModelf
2071 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLightModelfv
2088 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLightModeli
2100 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLightModeliv
2117 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLineStipple
2129 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLineWidth
2140 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMaterialf
2153 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMaterialfv
2171 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMateriali
2184 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMaterialiv
2202 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPointSize
2213 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPolygonMode
2225 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPolygonStipple
2245 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glScissor
2259 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glShadeModel
2270 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexParameterf
2283 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexParameterfv
2301 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexParameteri
2314 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexParameteriv
2332 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__glx_TexImage_1D2D
2395 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexEnvf
2408 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexEnvfv
2426 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexEnvi
2439 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexEnviv
2457 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexGend
2470 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexGendv
2488 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexGenf
2501 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexGenfv
2519 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexGeni
2532 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexGeniv
2550 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glInitNames
2560 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLoadName
2571 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPassThrough
2582 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPopName
2592 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPushName
2603 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDrawBuffer
2614 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glClear
2625 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glClearAccum
2639 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glClearIndex
2650 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glClearColor
2664 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glClearStencil
2675 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glClearDepth
2686 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glStencilMask
2697 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColorMask
2711 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDepthMask
2722 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIndexMask
2733 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glAccum
2745 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPopAttrib
2755 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPushAttrib
2766 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMapGrid1d
2779 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMapGrid1f
2792 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMapGrid2d
2808 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMapGrid2f
2824 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEvalCoord1d
2841 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEvalCoord1f
2858 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEvalCoord2d
2876 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEvalCoord2f
2894 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEvalMesh1
2907 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEvalPoint1
2918 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEvalMesh2
2933 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEvalPoint2
2945 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glAlphaFunc
2957 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBlendFunc
2969 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLogicOp
2980 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glStencilFunc
2993 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glStencilOp
3006 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDepthFunc
3017 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPixelZoom
3029 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPixelTransferf
3041 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPixelTransferi
3053 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPixelMapfv
3091 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPixelMapuiv
3129 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPixelMapusv
3167 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glReadBuffer
3178 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCopyPixels
3193 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glReadPixels
3226 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDrawPixels
3269 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetClipPlane
3294 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetLightfv
3325 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetLightiv
3356 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetMapdv
3387 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetMapfv
3418 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetMapiv
3449 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetMaterialfv
3480 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetMaterialiv
3511 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetPixelMapfv
3541 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetPixelMapuiv
3571 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetPixelMapusv
3601 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetPolygonStipple
3626 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTexEnvfv
3657 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTexEnviv
3688 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTexGendv
3719 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTexGenfv
3750 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTexGeniv
3781 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTexImage
3814 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTexParameterfv
3845 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTexParameteriv
3876 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTexLevelParameterfv
3908 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTexLevelParameteriv
3940 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIsList
3966 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDepthRange
3978 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFrustum
3994 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLoadIdentity
4004 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLoadMatrixf
4015 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLoadMatrixd
4026 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMatrixMode
4037 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultMatrixf
4048 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultMatrixd
4059 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glOrtho
4075 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPopMatrix
4085 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPushMatrix
4095 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRotated
4109 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRotatef
4123 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glScaled
4136 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glScalef
4149 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTranslated
4162 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTranslatef
4175 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glViewport
4189 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBindTexture
4201 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIndexub
4212 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIndexubv
4223 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPolygonOffset
4235 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCopyTexImage1D
4252 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCopyTexImage2D
4270 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCopyTexSubImage1D
4286 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCopyTexSubImage2D
4304 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDeleteTextures
4335 struct glx_context * const gc = __glXGetCurrentContext(); local in function:glDeleteTexturesEXT
4346 struct glx_context * const gc = __glXGetCurrentContext(); local in function:glDeleteTexturesEXT
4370 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGenTextures
4399 struct glx_context * const gc = __glXGetCurrentContext(); local in function:glGenTexturesEXT
4410 struct glx_context * const gc = __glXGetCurrentContext(); local in function:glGenTexturesEXT
4430 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIsTexture
4456 struct glx_context * const gc = __glXGetCurrentContext(); local in function:glIsTextureEXT
4467 struct glx_context * const gc = __glXGetCurrentContext(); local in function:glIsTextureEXT
4484 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPrioritizeTextures
4507 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__glx_TexSubImage_1D2D
4572 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBlendColor
4586 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBlendEquation
4597 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColorTable
4642 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColorTableParameterfv
4660 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColorTableParameteriv
4678 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCopyColorTable
4693 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetColorTable
4723 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_343
4734 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_343
4755 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetColorTableParameterfv
4786 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_344
4797 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_344
4814 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetColorTableParameteriv
4845 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_345
4856 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_345
4873 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColorSubTable
4918 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCopyColorSubTable
4933 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__glx_ConvolutionFilter_1D2D
4992 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glConvolutionParameterf
5005 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glConvolutionParameterfv
5023 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glConvolutionParameteri
5036 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glConvolutionParameteriv
5054 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCopyConvolutionFilter1D
5069 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCopyConvolutionFilter2D
5085 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetConvolutionFilter
5116 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_356
5127 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_356
5148 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetConvolutionParameterfv
5179 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_357
5190 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_357
5207 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetConvolutionParameteriv
5238 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_358
5249 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_358
5266 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetHistogram
5297 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_361
5308 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_361
5330 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetHistogramParameterfv
5361 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_362
5372 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_362
5389 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetHistogramParameteriv
5420 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_363
5431 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_363
5448 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetMinmax
5479 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_364
5490 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_364
5512 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetMinmaxParameterfv
5543 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_365
5554 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_365
5571 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetMinmaxParameteriv
5602 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_366
5613 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_366
5630 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glHistogram
5644 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMinmax
5657 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glResetHistogram
5668 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glResetMinmax
5679 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__glx_TexImage_3D4D
5742 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__glx_TexSubImage_3D4D
5809 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCopyTexSubImage3D
5828 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glActiveTexture
5839 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord1d
5851 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord1dv
5863 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord1fARB
5875 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord1fvARB
5887 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord1i
5899 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord1iv
5911 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord1s
5923 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord1sv
5935 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord2d
5948 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord2dv
5960 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord2fARB
5973 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord2fvARB
5985 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord2i
5998 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord2iv
6010 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord2s
6023 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord2sv
6035 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord3d
6049 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord3dv
6061 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord3fARB
6075 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord3fvARB
6087 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord3i
6101 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord3iv
6113 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord3s
6127 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord3sv
6139 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord4d
6154 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord4dv
6166 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord4fARB
6181 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord4fvARB
6193 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord4i
6208 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord4iv
6220 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord4s
6235 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord4sv
6247 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSampleCoverage
6259 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBlendFuncSeparate
6273 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFogCoordd
6290 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPointParameterf
6302 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPointParameterfv
6319 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPointParameteri
6331 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPointParameteriv
6348 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSecondaryColor3b
6367 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSecondaryColor3d
6386 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSecondaryColor3i
6405 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSecondaryColor3s
6424 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSecondaryColor3ub
6443 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSecondaryColor3ui
6462 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSecondaryColor3us
6481 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glWindowPos3f
6500 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBeginQuery
6512 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDeleteQueries
6543 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEndQuery
6554 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGenQueries
6583 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetQueryObjectiv
6614 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetQueryObjectuiv
6645 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetQueryiv
6676 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIsQuery
6702 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBlendEquationSeparate
6714 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDrawBuffers
6750 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1d
6762 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1dv
6774 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1s
6786 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1sv
6798 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2d
6811 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2dv
6823 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2s
6836 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2sv
6848 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3d
6862 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3dv
6874 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3s
6888 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3sv
6900 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4Nbv
6912 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4Niv
6924 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4Nsv
6936 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4Nub
6951 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4Nubv
6963 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4Nuiv
6975 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4Nusv
6987 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4bv
6999 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4d
7014 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4dv
7026 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4iv
7038 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4s
7053 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4sv
7065 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4ubv
7077 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4uiv
7089 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4usv
7101 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glClampColor
7113 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBindProgramARB
7125 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDeleteProgramsARB
7148 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGenProgramsARB
7167 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetProgramStringARB
7183 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetProgramivARB
7199 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIsProgramARB
7215 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramEnvParameter4dARB
7231 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramEnvParameter4dvARB
7244 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramEnvParameter4fARB
7260 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramEnvParameter4fvARB
7273 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramLocalParameter4dARB
7289 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramLocalParameter4dvARB
7302 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramLocalParameter4fARB
7318 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramLocalParameter4fvARB
7331 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramStringARB
7371 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1fARB
7383 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1fvARB
7395 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2fARB
7408 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2fvARB
7420 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3fARB
7434 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3fvARB
7446 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4fARB
7461 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4fvARB
7473 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBindFramebuffer
7485 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBindRenderbuffer
7497 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBlitFramebuffer
7517 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCheckFramebufferStatus
7533 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDeleteFramebuffers
7555 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDeleteRenderbuffers
7577 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFramebufferRenderbuffer
7591 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFramebufferTexture1D
7606 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFramebufferTexture2D
7621 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFramebufferTexture3D
7637 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFramebufferTextureLayer
7652 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGenFramebuffers
7671 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGenRenderbuffers
7690 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGenerateMipmap
7701 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetFramebufferAttachmentParameteriv
7718 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetRenderbufferParameteriv
7734 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIsFramebuffer
7750 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIsRenderbuffer
7766 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRenderbufferStorage
7780 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRenderbufferStorageMultisample
7795 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSampleMaskSGIS
7807 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSamplePatternSGIS
7818 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSecondaryColor3fEXT
7837 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFogCoordfEXT
7854 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glAreProgramsResidentNV
7879 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glExecuteProgramNV
7892 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetProgramParameterdvNV
7909 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetProgramParameterfvNV
7926 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetProgramStringNV
7942 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetProgramivNV
7958 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTrackMatrixivNV
7975 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetVertexAttribdvNV
7991 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetVertexAttribfvNV
8007 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetVertexAttribivNV
8023 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLoadProgramNV
8047 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramParameters4dvNV
8071 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramParameters4fvNV
8095 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRequestResidentProgramsNV
8117 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTrackMatrixNV
8131 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1dNV
8143 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1dvNV
8155 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1fNV
8167 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1fvNV
8179 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1sNV
8191 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1svNV
8203 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2dNV
8216 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2dvNV
8228 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2fNV
8241 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2fvNV
8253 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2sNV
8266 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2svNV
8278 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3dNV
8292 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3dvNV
8304 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3fNV
8318 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3fvNV
8330 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3sNV
8344 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3svNV
8356 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4dNV
8371 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4dvNV
8383 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4fNV
8398 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4fvNV
8410 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4sNV
8425 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4svNV
8437 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4ubNV
8452 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4ubvNV
8464 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs1dvNV
8487 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs1fvNV
8510 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs1svNV
8533 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs2dvNV
8556 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs2fvNV
8579 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs2svNV
8602 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs3dvNV
8625 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs3fvNV
8648 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs3svNV
8671 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs4dvNV
8694 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs4fvNV
8717 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs4svNV
8740 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs4ubvNV
8763 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glActiveStencilFaceEXT
8774 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetProgramNamedParameterdvNV
8799 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetProgramNamedParameterfvNV
8824 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramNamedParameter4dNV
8851 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramNamedParameter4dvNV
8875 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramNamedParameter4fNV
8902 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramNamedParameter4fvNV
8926 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBindFramebufferEXT
8938 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBindRenderbufferEXT
[all...]
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect.c110 __glXReadPixelReply( Display *dpy, struct glx_context * gc, unsigned max_dim, argument
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 ) argument
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, GLin argument
200 struct glx_context * const gc = __glXGetCurrentContext(); local in function:generic_3_byte
212 struct glx_context * const gc = __glXGetCurrentContext(); local in function:generic_4_byte
224 struct glx_context * const gc = __glXGetCurrentContext(); local in function:generic_6_byte
236 struct glx_context * const gc = __glXGetCurrentContext(); local in function:generic_8_byte
248 struct glx_context * const gc = __glXGetCurrentContext(); local in function:generic_12_byte
260 struct glx_context * const gc = __glXGetCurrentContext(); local in function:generic_16_byte
272 struct glx_context * const gc = __glXGetCurrentContext(); local in function:generic_24_byte
284 struct glx_context * const gc = __glXGetCurrentContext(); local in function:generic_32_byte
296 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glNewList
319 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEndList
340 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCallList
351 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCallLists
390 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDeleteLists
413 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGenLists
439 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glListBase
450 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBegin
461 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBitmap
508 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor3b
527 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor3d
546 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor3f
565 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor3i
584 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor3s
603 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor3ub
622 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor3ui
641 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor3us
660 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor4b
680 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor4d
700 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor4f
720 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor4i
740 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor4s
760 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor4ub
780 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor4ui
800 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColor4us
820 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEdgeFlag
831 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEdgeFlagv
842 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEnd
852 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIndexd
869 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIndexf
886 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIndexi
903 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIndexs
914 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIndexsv
925 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glNormal3b
944 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glNormal3d
963 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glNormal3f
982 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glNormal3i
1001 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glNormal3s
1020 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos2d
1038 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos2f
1056 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos2i
1074 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos2s
1092 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos3d
1111 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos3f
1130 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos3i
1149 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos3s
1168 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos4d
1188 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos4f
1208 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos4i
1228 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRasterPos4s
1248 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRectd
1262 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRectdv
1274 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRectf
1288 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRectfv
1300 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRecti
1314 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRectiv
1326 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRects
1340 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRectsv
1352 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord1d
1369 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord1f
1386 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord1i
1403 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord1s
1414 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord1sv
1425 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord2d
1443 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord2f
1461 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord2i
1479 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord2s
1497 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord3d
1516 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord3f
1535 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord3i
1554 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord3s
1573 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord4d
1593 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord4f
1613 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord4i
1633 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexCoord4s
1653 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex2d
1671 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex2f
1689 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex2i
1707 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex2s
1725 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex3d
1744 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex3f
1763 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex3i
1782 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex3s
1801 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex4d
1821 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex4f
1841 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex4i
1861 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertex4s
1881 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glClipPlane
1893 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColorMaterial
1905 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCullFace
1916 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFogf
1928 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFogfv
1945 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFogi
1957 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFogiv
1974 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFrontFace
1985 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glHint
1997 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLightf
2010 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLightfv
2028 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLighti
2041 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLightiv
2059 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLightModelf
2071 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLightModelfv
2088 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLightModeli
2100 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLightModeliv
2117 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLineStipple
2129 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLineWidth
2140 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMaterialf
2153 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMaterialfv
2171 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMateriali
2184 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMaterialiv
2202 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPointSize
2213 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPolygonMode
2225 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPolygonStipple
2245 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glScissor
2259 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glShadeModel
2270 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexParameterf
2283 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexParameterfv
2301 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexParameteri
2314 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexParameteriv
2332 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__glx_TexImage_1D2D
2395 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexEnvf
2408 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexEnvfv
2426 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexEnvi
2439 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexEnviv
2457 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexGend
2470 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexGendv
2488 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexGenf
2501 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexGenfv
2519 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexGeni
2532 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTexGeniv
2550 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glInitNames
2560 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLoadName
2571 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPassThrough
2582 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPopName
2592 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPushName
2603 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDrawBuffer
2614 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glClear
2625 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glClearAccum
2639 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glClearIndex
2650 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glClearColor
2664 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glClearStencil
2675 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glClearDepth
2686 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glStencilMask
2697 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColorMask
2711 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDepthMask
2722 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIndexMask
2733 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glAccum
2745 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPopAttrib
2755 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPushAttrib
2766 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMapGrid1d
2779 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMapGrid1f
2792 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMapGrid2d
2808 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMapGrid2f
2824 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEvalCoord1d
2841 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEvalCoord1f
2858 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEvalCoord2d
2876 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEvalCoord2f
2894 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEvalMesh1
2907 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEvalPoint1
2918 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEvalMesh2
2933 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEvalPoint2
2945 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glAlphaFunc
2957 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBlendFunc
2969 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLogicOp
2980 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glStencilFunc
2993 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glStencilOp
3006 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDepthFunc
3017 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPixelZoom
3029 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPixelTransferf
3041 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPixelTransferi
3053 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPixelMapfv
3091 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPixelMapuiv
3129 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPixelMapusv
3167 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glReadBuffer
3178 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCopyPixels
3193 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glReadPixels
3226 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDrawPixels
3269 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetClipPlane
3294 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetLightfv
3325 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetLightiv
3356 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetMapdv
3387 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetMapfv
3418 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetMapiv
3449 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetMaterialfv
3480 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetMaterialiv
3511 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetPixelMapfv
3541 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetPixelMapuiv
3571 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetPixelMapusv
3601 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetPolygonStipple
3626 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTexEnvfv
3657 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTexEnviv
3688 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTexGendv
3719 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTexGenfv
3750 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTexGeniv
3781 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTexImage
3814 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTexParameterfv
3845 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTexParameteriv
3876 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTexLevelParameterfv
3908 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTexLevelParameteriv
3940 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIsList
3966 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDepthRange
3978 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFrustum
3994 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLoadIdentity
4004 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLoadMatrixf
4015 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLoadMatrixd
4026 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMatrixMode
4037 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultMatrixf
4048 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultMatrixd
4059 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glOrtho
4075 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPopMatrix
4085 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPushMatrix
4095 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRotated
4109 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRotatef
4123 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glScaled
4136 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glScalef
4149 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTranslated
4162 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTranslatef
4175 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glViewport
4189 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBindTexture
4201 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIndexub
4212 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIndexubv
4223 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPolygonOffset
4235 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCopyTexImage1D
4252 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCopyTexImage2D
4270 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCopyTexSubImage1D
4286 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCopyTexSubImage2D
4304 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDeleteTextures
4344 struct glx_context * const gc = __glXGetCurrentContext(); local in function:glDeleteTexturesEXT
4368 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGenTextures
4406 struct glx_context * const gc = __glXGetCurrentContext(); local in function:glGenTexturesEXT
4426 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIsTexture
4461 struct glx_context * const gc = __glXGetCurrentContext(); local in function:glIsTextureEXT
4478 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPrioritizeTextures
4501 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__glx_TexSubImage_1D2D
4566 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBlendColor
4580 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBlendEquation
4591 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColorTable
4636 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColorTableParameterfv
4654 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColorTableParameteriv
4672 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCopyColorTable
4687 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetColorTable
4726 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_343
4747 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetColorTableParameterfv
4787 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_344
4804 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetColorTableParameteriv
4844 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_345
4861 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glColorSubTable
4906 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCopyColorSubTable
4921 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__glx_ConvolutionFilter_1D2D
4980 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glConvolutionParameterf
4993 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glConvolutionParameterfv
5011 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glConvolutionParameteri
5024 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glConvolutionParameteriv
5042 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCopyConvolutionFilter1D
5057 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCopyConvolutionFilter2D
5073 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetConvolutionFilter
5113 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_356
5134 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetConvolutionParameterfv
5174 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_357
5191 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetConvolutionParameteriv
5231 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_358
5248 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetHistogram
5288 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_361
5310 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetHistogramParameterfv
5350 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_362
5367 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetHistogramParameteriv
5407 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_363
5424 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetMinmax
5464 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_364
5486 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetMinmaxParameterfv
5526 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_365
5543 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetMinmaxParameteriv
5583 struct glx_context * const gc = __glXGetCurrentContext(); local in function:gl_dispatch_stub_366
5600 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glHistogram
5614 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMinmax
5627 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glResetHistogram
5638 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glResetMinmax
5649 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__glx_TexImage_3D4D
5712 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__glx_TexSubImage_3D4D
5779 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCopyTexSubImage3D
5798 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glActiveTexture
5809 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord1d
5821 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord1dv
5833 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord1fARB
5845 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord1fvARB
5857 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord1i
5869 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord1iv
5881 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord1s
5893 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord1sv
5905 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord2d
5918 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord2dv
5930 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord2fARB
5943 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord2fvARB
5955 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord2i
5968 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord2iv
5980 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord2s
5993 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord2sv
6005 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord3d
6019 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord3dv
6031 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord3fARB
6045 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord3fvARB
6057 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord3i
6071 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord3iv
6083 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord3s
6097 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord3sv
6109 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord4d
6124 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord4dv
6136 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord4fARB
6151 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord4fvARB
6163 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord4i
6178 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord4iv
6190 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord4s
6205 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glMultiTexCoord4sv
6217 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSampleCoverage
6229 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBlendFuncSeparate
6243 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFogCoordd
6260 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPointParameterf
6272 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPointParameterfv
6289 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPointParameteri
6301 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glPointParameteriv
6318 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSecondaryColor3b
6337 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSecondaryColor3d
6356 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSecondaryColor3i
6375 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSecondaryColor3s
6394 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSecondaryColor3ub
6413 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSecondaryColor3ui
6432 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSecondaryColor3us
6451 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glWindowPos3f
6470 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBeginQuery
6482 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDeleteQueries
6513 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glEndQuery
6524 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGenQueries
6553 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetQueryObjectiv
6584 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetQueryObjectuiv
6615 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetQueryiv
6646 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIsQuery
6672 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBlendEquationSeparate
6684 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDrawBuffers
6720 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1d
6732 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1dv
6744 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1s
6756 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1sv
6768 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2d
6781 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2dv
6793 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2s
6806 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2sv
6818 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3d
6832 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3dv
6844 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3s
6858 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3sv
6870 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4Nbv
6882 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4Niv
6894 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4Nsv
6906 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4Nub
6921 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4Nubv
6933 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4Nuiv
6945 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4Nusv
6957 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4bv
6969 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4d
6984 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4dv
6996 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4iv
7008 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4s
7023 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4sv
7035 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4ubv
7047 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4uiv
7059 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4usv
7071 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glClampColor
7083 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBindProgramARB
7095 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDeleteProgramsARB
7118 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGenProgramsARB
7137 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetProgramStringARB
7153 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetProgramivARB
7169 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIsProgramARB
7185 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramEnvParameter4dARB
7201 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramEnvParameter4dvARB
7214 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramEnvParameter4fARB
7230 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramEnvParameter4fvARB
7243 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramLocalParameter4dARB
7259 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramLocalParameter4dvARB
7272 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramLocalParameter4fARB
7288 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramLocalParameter4fvARB
7301 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramStringARB
7341 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1fARB
7353 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1fvARB
7365 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2fARB
7378 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2fvARB
7390 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3fARB
7404 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3fvARB
7416 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4fARB
7431 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4fvARB
7443 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBindFramebuffer
7455 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBindRenderbuffer
7467 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBlitFramebuffer
7487 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glCheckFramebufferStatus
7503 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDeleteFramebuffers
7525 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glDeleteRenderbuffers
7547 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFramebufferRenderbuffer
7561 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFramebufferTexture1D
7576 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFramebufferTexture2D
7591 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFramebufferTexture3D
7607 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFramebufferTextureLayer
7622 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGenFramebuffers
7641 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGenRenderbuffers
7660 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGenerateMipmap
7671 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetFramebufferAttachmentParameteriv
7688 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetRenderbufferParameteriv
7704 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIsFramebuffer
7720 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glIsRenderbuffer
7736 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRenderbufferStorage
7750 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRenderbufferStorageMultisample
7765 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSampleMaskSGIS
7777 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSamplePatternSGIS
7788 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glSecondaryColor3fEXT
7807 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glFogCoordfEXT
7824 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glAreProgramsResidentNV
7849 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glExecuteProgramNV
7862 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetProgramParameterdvNV
7879 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetProgramParameterfvNV
7896 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetProgramStringNV
7912 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetProgramivNV
7928 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetTrackMatrixivNV
7945 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetVertexAttribdvNV
7961 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetVertexAttribfvNV
7977 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetVertexAttribivNV
7993 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glLoadProgramNV
8017 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramParameters4dvNV
8041 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramParameters4fvNV
8065 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glRequestResidentProgramsNV
8087 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glTrackMatrixNV
8101 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1dNV
8113 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1dvNV
8125 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1fNV
8137 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1fvNV
8149 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1sNV
8161 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib1svNV
8173 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2dNV
8186 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2dvNV
8198 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2fNV
8211 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2fvNV
8223 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2sNV
8236 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib2svNV
8248 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3dNV
8262 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3dvNV
8274 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3fNV
8288 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3fvNV
8300 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3sNV
8314 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib3svNV
8326 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4dNV
8341 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4dvNV
8353 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4fNV
8368 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4fvNV
8380 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4sNV
8395 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4svNV
8407 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4ubNV
8422 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttrib4ubvNV
8434 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs1dvNV
8457 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs1fvNV
8480 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs1svNV
8503 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs2dvNV
8526 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs2fvNV
8549 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs2svNV
8572 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs3dvNV
8595 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs3fvNV
8618 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs3svNV
8641 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs4dvNV
8664 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs4fvNV
8687 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs4svNV
8710 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glVertexAttribs4ubvNV
8733 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glActiveStencilFaceEXT
8744 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetProgramNamedParameterdvNV
8769 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glGetProgramNamedParameterfvNV
8794 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramNamedParameter4dNV
8821 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramNamedParameter4dvNV
8845 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramNamedParameter4fNV
8872 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glProgramNamedParameter4fvNV
8896 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBindFramebufferEXT
8908 struct glx_context * const gc = __glXGetCurrentContext(); local in function:__indirect_glBindRenderbufferEXT
[all...]
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dapplegl_glx.c46 applegl_destroy_context(struct glx_context *gc) argument
48 apple_glx_destroy_context(&gc->driContext, gc->psc->dpy);
52 applegl_bind_context(struct glx_context *gc, struct glx_context *old, argument
55 Display *dpy = gc->psc->dpy;
58 gc ? gc->driContext : NULL, draw);
70 applegl_unbind_context(struct glx_context *gc, struct glx_context *new) argument
76 if (!gc)
83 dpy = gc
93 applegl_wait_gl(struct glx_context * gc) argument
99 applegl_wait_x(struct glx_context * gc) argument
124 struct glx_context *gc; local in function:applegl_create_context
[all...]
H A Dindirect_glx.c50 __glFreeAttributeState(struct glx_context * gc) argument
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) argument
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);
151 indirect_bind_context(struct glx_context * gc,struct glx_context * old,GLXDrawable draw,GLXDrawable read) argument
194 indirect_unbind_context(struct glx_context * gc,struct glx_context * new) argument
213 indirect_wait_gl(struct glx_context * gc) argument
232 indirect_wait_x(struct glx_context * gc) argument
282 struct glx_context *gc; local in function:indirect_create_context_attribs
[all...]
H A Dclientattrib.c42 struct glx_context *gc = __glXGetCurrentContext(); local in function:do_enable_disable
43 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
51 __glXSetError(gc, GL_INVALID_ENUM);
72 struct glx_context *gc = __glXGetCurrentContext(); local in function:__indirect_glPushClientAttrib
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_OVERFLO
104 struct glx_context *gc = __glXGetCurrentContext(); local in function:__indirect_glPopClientAttrib
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_xgl_api_viewport.c41 struct glx_context *gc = __glXGetCurrentContext(); local in function:__applegl_glViewport
44 if (gc != &dummyContext && gc->driContext)
45 apple_glx_context_update(dpy, gc->driContext);
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_xgl_api_viewport.c41 struct glx_context *gc = __glXGetCurrentContext(); local in function:__applegl_glViewport
44 if (gc != &dummyContext && gc->driContext)
45 apple_glx_context_update(dpy, gc->driContext);
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dapplegl_glx.c46 applegl_destroy_context(struct glx_context *gc) argument
48 apple_glx_destroy_context(&gc->driContext, gc->psc->dpy);
52 applegl_bind_context(struct glx_context *gc, struct glx_context *old, argument
55 Display *dpy = gc->psc->dpy;
58 gc ? gc->driContext : NULL, draw);
70 applegl_unbind_context(struct glx_context *gc, struct glx_context *new) argument
76 if (!gc)
83 dpy = gc
93 applegl_wait_gl(struct glx_context * gc) argument
99 applegl_wait_x(struct glx_context * gc) argument
128 struct glx_context *gc; local in function:applegl_create_context
[all...]
H A Drenderpix.c63 * \param gc Current GLX context
81 __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim, argument
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
[all...]
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_utils.c30 GCPtr gc; local in function:glamor_solid_boxes
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 in function:glamor_solid
67 gc
[all...]

Completed in 59 milliseconds

1234567891011>>