Searched refs:baseContext (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxdriswrast.c133 __glXDRIcontextDestroy(__GLXcontext *baseContext) argument
135 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext;
144 __glXDRIcontextMakeCurrent(__GLXcontext *baseContext) argument
146 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext;
147 __GLXDRIdrawable *draw = (__GLXDRIdrawable *) baseContext->drawPriv;
148 __GLXDRIdrawable *read = (__GLXDRIdrawable *) baseContext->readPriv;
157 __glXDRIcontextLoseCurrent(__GLXcontext *baseContext) argument
159 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext;
178 __glXDRIcontextForceCurrent(__GLXcontext *baseContext) argument
180 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext;
193 __glXDRIbindTexImage(__GLXcontext * baseContext,int buffer,__GLXdrawable * glxPixmap) argument
220 __glXDRIreleaseTexImage(__GLXcontext * baseContext,int buffer,__GLXdrawable * pixmap) argument
231 __glXDRIbindTexImage(__GLXcontext * baseContext,int buffer,__GLXdrawable * glxPixmap) argument
239 __glXDRIreleaseTexImage(__GLXcontext * baseContext,int buffer,__GLXdrawable * pixmap) argument
[all...]
H A Dglxcontext.h40 int (*bindTexImage) (__GLXcontext *baseContext,
43 int (*releaseTexImage) (__GLXcontext *baseContext,
H A Dglxdri2.c243 __glXDRIcontextDestroy(__GLXcontext *baseContext) argument
245 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext;
254 __glXDRIcontextMakeCurrent(__GLXcontext *baseContext) argument
256 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext;
257 __GLXDRIdrawable *draw = (__GLXDRIdrawable *) baseContext->drawPriv;
258 __GLXDRIdrawable *read = (__GLXDRIdrawable *) baseContext->readPriv;
267 __glXDRIcontextLoseCurrent(__GLXcontext *baseContext) argument
269 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext;
288 __glXDRIcontextForceCurrent(__GLXcontext *baseContext) argument
290 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext;
301 __glXDRIcontextWait(__GLXcontext * baseContext,__GLXclientState * cl,int * error) argument
315 __glXDRIbindTexImage(__GLXcontext * baseContext,int buffer,__GLXdrawable * glxPixmap) argument
344 __glXDRIreleaseTexImage(__GLXcontext * baseContext,int buffer,__GLXdrawable * pixmap) argument
355 __glXDRIbindTexImage(__GLXcontext * baseContext,int buffer,__GLXdrawable * glxPixmap) argument
363 __glXDRIreleaseTexImage(__GLXcontext * baseContext,int buffer,__GLXdrawable * pixmap) argument
[all...]
H A Dglxdri.c287 __glXDRIcontextDestroy(__GLXcontext *baseContext) argument
289 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext;
296 retval = DRIDestroyContext(baseContext->pGlxScreen->pScreen,
305 __glXDRIcontextMakeCurrent(__GLXcontext *baseContext) argument
307 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext;
309 __GLXDRIdrawable *draw = (__GLXDRIdrawable *) baseContext->drawPriv;
310 __GLXDRIdrawable *read = (__GLXDRIdrawable *) baseContext->readPriv;
318 __glXDRIcontextLoseCurrent(__GLXcontext *baseContext) argument
320 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext;
339 __glXDRIcontextForceCurrent(__GLXcontext *baseContext) argument
397 __glXDRIbindTexImage(__GLXcontext * baseContext,int buffer,__GLXdrawable * glxPixmap) argument
580 __glXDRIreleaseTexImage(__GLXcontext * baseContext,int buffer,__GLXdrawable * pixmap) argument
[all...]
/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxcontext.h46 int (*bindTexImage) (__GLXcontext * baseContext,
48 int (*releaseTexImage) (__GLXcontext * baseContext,
H A Dglxdriswrast.c127 __glXDRIcontextDestroy(__GLXcontext * baseContext) argument
129 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext;
138 __glXDRIcontextMakeCurrent(__GLXcontext * baseContext) argument
140 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext;
141 __GLXDRIdrawable *draw = (__GLXDRIdrawable *) baseContext->drawPriv;
142 __GLXDRIdrawable *read = (__GLXDRIdrawable *) baseContext->readPriv;
150 __glXDRIcontextLoseCurrent(__GLXcontext * baseContext) argument
152 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext;
171 __glXDRIbindTexImage(__GLXcontext * baseContext, argument
176 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext;
196 __glXDRIreleaseTexImage(__GLXcontext * baseContext,int buffer,__GLXdrawable * pixmap) argument
[all...]
H A Dglxdri2.c241 __glXDRIcontextDestroy(__GLXcontext * baseContext) argument
243 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext;
252 __glXDRIcontextMakeCurrent(__GLXcontext * baseContext) argument
254 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext;
255 __GLXDRIdrawable *draw = (__GLXDRIdrawable *) baseContext->drawPriv;
256 __GLXDRIdrawable *read = (__GLXDRIdrawable *) baseContext->readPriv;
264 __glXDRIcontextLoseCurrent(__GLXcontext * baseContext) argument
266 __GLXDRIcontext *context = (__GLXDRIcontext *) baseContext;
285 __glXDRIcontextWait(__GLXcontext * baseContext, argument
291 ret = DRI2WaitSwap(cl->client, baseContext
306 __glXDRIbindTexImage(__GLXcontext * baseContext,int buffer,__GLXdrawable * glxPixmap) argument
331 __glXDRIreleaseTexImage(__GLXcontext * baseContext,int buffer,__GLXdrawable * pixmap) argument
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/
H A Dindirect.c80 __glXAquaContextDestroy(__GLXcontext *baseContext);
82 __glXAquaContextMakeCurrent(__GLXcontext *baseContext);
84 __glXAquaContextLoseCurrent(__GLXcontext *baseContext);
193 __glXAquaContextDestroy(__GLXcontext *baseContext) argument
197 __GLXAquaContext *context = (__GLXAquaContext *)baseContext;
199 GLAQUA_DEBUG_MSG("glAquaContextDestroy (ctx %p)\n", baseContext);
221 __glXAquaContextLoseCurrent(__GLXcontext *baseContext) argument
225 GLAQUA_DEBUG_MSG("glAquaLoseCurrent (ctx 0x%p)\n", baseContext);
374 __glXAquaContextMakeCurrent(__GLXcontext *baseContext) argument
377 __GLXAquaContext *context = (__GLXAquaContext *)baseContext;
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/
H A Dindirect.c78 static void __glXAquaContextDestroy(__GLXcontext *baseContext);
79 static int __glXAquaContextMakeCurrent(__GLXcontext *baseContext);
80 static int __glXAquaContextLoseCurrent(__GLXcontext *baseContext);
81 static int __glXAquaContextForceCurrent(__GLXcontext *baseContext);
182 static void __glXAquaContextDestroy(__GLXcontext *baseContext) { argument
185 __GLXAquaContext *context = (__GLXAquaContext *) baseContext;
187 GLAQUA_DEBUG_MSG("glAquaContextDestroy (ctx %p)\n", baseContext);
205 static int __glXAquaContextLoseCurrent(__GLXcontext *baseContext) { argument
208 GLAQUA_DEBUG_MSG("glAquaLoseCurrent (ctx 0x%p)\n", baseContext);
345 static int __glXAquaContextMakeCurrent(__GLXcontext *baseContext) { argument
378 __glXAquaContextForceCurrent(__GLXcontext * baseContext) argument
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dindirect.c1091 glxWinBindTexImage(__GLXcontext * baseContext, argument
1100 glxWinReleaseTexImage(__GLXcontext * baseContext, argument
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dindirect.c933 int glxWinBindTexImage(__GLXcontext *baseContext, argument
942 int glxWinReleaseTexImage(__GLXcontext *baseContext, argument

Completed in 14 milliseconds