| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/ |
| H A D | GalliumContext.h | 33 void DestroyContext(context_id contextID); 35 status_t SetCurrentContext(bool set, context_id contextID); 37 status_t SwapBuffers(context_id contextID); 38 void Draw(context_id contextID, BRect updateRect);
|
| H A D | GalliumContext.cpp | 255 GalliumContext::DestroyContext(context_id contextID) argument 260 if (!fContext[contextID]) 263 if (fContext[contextID]->st) { 264 fContext[contextID]->st->flush(fContext[contextID]->st, 0, NULL, NULL, NULL); 265 fContext[contextID]->st->destroy(fContext[contextID]->st); 268 if (fContext[contextID]->postProcess) 269 pp_free(fContext[contextID]->postProcess); 272 if (fContext[contextID] 283 SetCurrentContext(bool set,context_id contextID) argument 327 SwapBuffers(context_id contextID) argument 359 Draw(context_id contextID,BRect updateRect) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/ |
| H A D | GalliumContext.cpp | 236 GalliumContext::DestroyContext(context_id contextID) argument 241 if (!fContext[contextID]) 244 if (fContext[contextID]->st) { 245 fContext[contextID]->st->flush(fContext[contextID]->st, 0, NULL); 246 fContext[contextID]->st->destroy(fContext[contextID]->st); 249 if (fContext[contextID]->postProcess) 250 pp_free(fContext[contextID]->postProcess); 253 if (fContext[contextID] 269 SetCurrentContext(Bitmap * bitmap,context_id contextID) argument 323 SwapBuffers(context_id contextID) argument [all...] |
| H A D | GalliumContext.h | 33 void DestroyContext(context_id contextID); 36 context_id contextID); 38 status_t SwapBuffers(context_id contextID);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | Printstr.h | 251 CARD32 contextID; /* ID for context */ member in struct:_PrintCreateContext 755 XID contextID; member in struct:_XpContext
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | glxapi.h | 132 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
|
| H A D | glxapi.c | 691 glXImportContextEXT(Display *dpy, GLXContextID contextID) argument 697 return t->ImportContextEXT(dpy, contextID);
|
| H A D | fakeglx.c | 2409 Fake_glXImportContextEXT(Display *dpy, GLXContextID contextID) argument 2412 (void) contextID;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | glxapi.h | 132 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
|
| H A D | glxapi.c | 687 glXImportContextEXT(Display *dpy, GLXContextID contextID) argument 693 return t->ImportContextEXT(dpy, contextID);
|
| H A D | fakeglx.c | 2375 Fake_glXImportContextEXT(Display *dpy, GLXContextID contextID) argument 2378 (void) contextID;
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glxcmds.c | 279 * \param contextID ID of the context to be tested. 285 __glXIsDirect(Display * dpy, GLXContextID contextID, Bool *error) argument 299 reply = xcb_glx_is_direct_reply(c, xcb_glx_is_direct(c, contextID), &err); 1414 glXImportContextEXT(Display *dpy, GLXContextID contextID) 1434 * "If <contextID> does not refer to a valid context, then a BadContext 1435 * error is generated; if <contextID> refers to direct rendering 1439 * If contextID is None, generate BadContext on the client-side. Other 1443 if (contextID == None) { 1444 __glXSendError(dpy, GLXBadContext, contextID, X_GLXIsDirect, false); 1448 if (__glXIsDirect(dpy, contextID, NUL [all...] |
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | glxcmds.c | 281 * \param contextID ID of the context to be tested. 288 __glXIsDirect(Display * dpy, GLXContextID contextID, Bool *error) argument 302 reply = xcb_glx_is_direct_reply(c, xcb_glx_is_direct(c, contextID), &err); 1407 glXImportContextEXT(Display *dpy, GLXContextID contextID) 1427 * "If <contextID> does not refer to a valid context, then a BadContext 1428 * error is generated; if <contextID> refers to direct rendering 1435 if (__glXIsDirect(dpy, contextID, NULL)) 1452 req->context = contextID; 1465 req->context = contextID; 1518 ctx->xid = contextID; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | glxext.h | 312 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID); 318 GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | glxext.h | 320 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID); 326 GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | glx_generated.h | 556 typedef GLXContext (GLAPIENTRY *PFNGLXIMPORTCONTEXTEXTPROC)(Display * dpy, GLXContextID contextID); 766 EPOXY_PUBLIC GLXContext (EPOXY_CALLSPEC *epoxy_glXImportContextEXT)(Display * dpy, GLXContextID contextID);
|
| H A D | glx_generated_dispatch.c | 4297 GEN_THUNKS_RET(GLXContext, glXImportContextEXT, (Display * dpy, GLXContextID contextID), (dpy, contextID))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | glx_api.c | 2360 glXImportContextEXT(Display *dpy, GLXContextID contextID) argument 2363 (void) contextID;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| H A D | glx_api.c | 2307 glXImportContextEXT(Display *dpy, GLXContextID contextID) argument 2310 (void) contextID;
|