Searched refs:contextID (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.h33 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 DGalliumContext.cpp255 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 DGalliumContext.cpp236 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 DGalliumContext.h33 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 DPrintstr.h251 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 Dglxapi.h132 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
H A Dglxapi.c691 glXImportContextEXT(Display *dpy, GLXContextID contextID) argument
697 return t->ImportContextEXT(dpy, contextID);
H A Dfakeglx.c2409 Fake_glXImportContextEXT(Display *dpy, GLXContextID contextID) argument
2412 (void) contextID;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dglxapi.h132 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
H A Dglxapi.c687 glXImportContextEXT(Display *dpy, GLXContextID contextID) argument
693 return t->ImportContextEXT(dpy, contextID);
H A Dfakeglx.c2375 Fake_glXImportContextEXT(Display *dpy, GLXContextID contextID) argument
2378 (void) contextID;
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxcmds.c279 * \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 Dglxcmds.c281 * \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 Dglxext.h312 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
318 GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglxext.h320 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
326 GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
/xsrc/external/mit/libepoxy/src/
H A Dglx_generated.h556 typedef GLXContext (GLAPIENTRY *PFNGLXIMPORTCONTEXTEXTPROC)(Display * dpy, GLXContextID contextID);
766 EPOXY_PUBLIC GLXContext (EPOXY_CALLSPEC *epoxy_glXImportContextEXT)(Display * dpy, GLXContextID contextID);
H A Dglx_generated_dispatch.c4297 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 Dglx_api.c2360 glXImportContextEXT(Display *dpy, GLXContextID contextID) argument
2363 (void) contextID;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dglx_api.c2307 glXImportContextEXT(Display *dpy, GLXContextID contextID) argument
2310 (void) contextID;

Completed in 2460 milliseconds