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

/external/mesa3d/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);
/external/tpm2/
H A DContextSave.c15 // TPM_RC_CONTEXT_GAP a contextID could not be assigned for a session context save
27 UINT64 contextID = 0; // session context ID local
147 result = SessionContextSave(out->context.savedHandle, &contextID);
150 // sequence number is the current session contextID
151 out->context.sequence = contextID;
H A DSession_fp.h31 CONTEXT_COUNTER *contextID // OUT: assigned contextID
H A DSession.c16 // This function is called when the oldest contextID is being loaded or deleted. Once a saved context
24 // Note if we subtract the counter value, from each slot that contains a saved contextID we get (- - - - B - 2 -
243 // TPM_RC_CONTEXT_GAP can't assign a new contextID until the oldest saved session context is
295 // contextID for the saved contexts.
415 // This function is called when a session context is to be saved. The contextID of the saved session is
416 // returned. If no contextID can be assigned, then the routine returns TPM_RC_CONTEXT_GAP. If the
423 // TPM_RC_CONTEXT_GAP a contextID could not be assigned.
429 CONTEXT_COUNTER *contextID // OUT: assigned contextID
443 if(contextID !
[all...]
/external/python/cpython2/Mac/Modules/osa/
H A D_OSAmodule.c135 OSAID contextID; local
143 &contextID,
148 contextID,
475 OSAID contextID; local
483 &contextID,
488 contextID,
502 OSAID contextID; local
510 &contextID,
515 contextID,
529 OSAID contextID; local
656 OSAID contextID; local
683 OSAID contextID; local
[all...]
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.h133 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
H A Dglxapi.c692 glXImportContextEXT(Display *dpy, GLXContextID contextID) argument
698 return t->ImportContextEXT(dpy, contextID);
H A Dfakeglx.c2414 Fake_glXImportContextEXT(Display *dpy, GLXContextID contextID) argument
2417 (void) contextID;
/external/mesa3d/src/glx/
H A Dglxcmds.c622 * \param contextID ID of the context to be tested.
627 __glXIsDirect(Display * dpy, GLXContextID contextID) argument
641 reply = xcb_glx_is_direct_reply(c, xcb_glx_is_direct(c, contextID), &err);
1398 glXImportContextEXT(Display *dpy, GLXContextID contextID) argument
1424 * "If <contextID> does not refer to a valid context, then a BadContext
1425 * error is generated; if <contextID> refers to direct rendering
1429 * If contextID is None, generate BadContext on the client-side. Other
1433 if (contextID == None) {
1434 __glXSendError(dpy, GLXBadContext, contextID, X_GLXIsDirect, false);
1438 if (__glXIsDirect(dpy, contextID))
[all...]
/external/mesa3d/include/GL/
H A Dglxext.h309 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
315 GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
/external/swiftshader/include/GL/
H A Dglxext.h282 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
288 GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c2351 glXImportContextEXT(Display *dpy, GLXContextID contextID) argument
2354 (void) contextID;
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 850 milliseconds