Home
last modified time | relevance | path

Searched refs:contextID (Results 1 – 18 of 18) sorted by relevance

/external/tpm2/
DContextSave.c27 UINT64 contextID = 0; // session context ID in TPM2_ContextSave() local
147 result = SessionContextSave(out->context.savedHandle, &contextID); in TPM2_ContextSave()
151 out->context.sequence = contextID; in TPM2_ContextSave()
DSession_fp.h31 CONTEXT_COUNTER *contextID // OUT: assigned contextID
DSession.c429 CONTEXT_COUNTER *contextID // OUT: assigned contextID in SessionContextSave() argument
443 if(contextID != NULL) in SessionContextSave()
444 *contextID = gr.contextCounter; in SessionContextSave()
Dpart4.txt1896 … The SESSION structure contains all the context of a session except for the associated contextID.
1898 …NOTE: The contextID of a session is only relevant when the session context is stored off…
2574 581 // 'contextID' is derived. The
14079 …The TPM prevents collisions of these truncated values by not allowing a contextID to be assigned i…
14084 …The contextID is assigned when the context is saved (TPM2_ContextSave()). At that time, the TPM wi…
14089 …TPM), and save it. Since loading the oldest session also eliminates its contextID value from conte…
14126 …a list of contextID). The full contextID has high-order bits that are either the same as the curre…
14140 … This function is called when the oldest contextID is being loaded or deleted. Once a saved context
14148 …Note if we subtract the counter value, from each slot that contains a saved contextID we get (- - …
14407 …TPM_RC_CONTEXT_GAP can't assign a new contextID until the oldest saved session cont…
[all …]
Dpart3.txt2292 If the TPM implements a “gap” scheme for assigning contextID values, then the TPM shall return
15955 TPM_RC_CONTEXT_GAP a contextID could not be assigned for a session context save
15967 14 UINT64 contextID = 0; // session context ID
16096 133 result = SessionContextSave(out->context.savedHandle, &contextID);
16099 136 // sequence number is the current session contextID
16100 137 out->context.sequence = contextID;
/external/mesa3d/src/glx/
Dglxcmds.c577 __glXIsDirect(Display * dpy, GLXContextID contextID) in __glXIsDirect() argument
595 (c, contextID), in __glXIsDirect()
614 req->context = contextID; in __glXIsDirect()
1418 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT() argument
1450 if (contextID == None) { in glXImportContextEXT()
1451 __glXSendError(dpy, GLXBadContext, contextID, X_GLXIsDirect, false); in glXImportContextEXT()
1455 if (__glXIsDirect(dpy, contextID)) in glXImportContextEXT()
1472 req->context = contextID; in glXImportContextEXT()
1485 req->context = contextID; in glXImportContextEXT()
1544 ctx->xid = contextID; in glXImportContextEXT()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h133 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
Drealglx.h210 _real_glXImportContextEXT(Display *dpy, GLXContextID contextID);
Dglxapi.c738 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT() argument
744 return (t->ImportContextEXT)(dpy, contextID); in glXImportContextEXT()
Dfakeglx.c2495 Fake_glXImportContextEXT(Display *dpy, GLXContextID contextID) in Fake_glXImportContextEXT() argument
2498 (void) contextID; in Fake_glXImportContextEXT()
/external/mesa3d/include/GL/
Dglxext.h669 extern GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
675 typedef GLXContext ( * PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
Dglxext.h410 typedef GLXContext ( * PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
Dglxew.h583 typedef GLXContext ( * PFNGLXIMPORTCONTEXTEXTPROC) (Display* dpy, GLXContextID contextID);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c2290 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT() argument
2293 (void) contextID; in glXImportContextEXT()
/external/tpm2/generator/
Draw_structures_fixed.txt6467 contextID values of two saved session contexts
15935 (TPM2_ContextLoad()). The session sequence number is the contextID counter.
15937 refreshed if the contextID are too widely separated.
15941 contextID minus the maximum range for sessions, the TPM shall return an error (TPM_RC_VALUE) and
Draw_structures.txt6471 contextID values of two saved session contexts
15960 (TPM2_ContextLoad()). The session sequence number is the contextID counter.
15962 refreshed if the contextID are too widely separated.
15966 contextID minus the maximum range for sessions, the TPM shall return an error (TPM_RC_VALUE) and
Draw_commands_fixed.txt3547 If the TPM implements a “gap” scheme for assigning contextID values, then the TPM shall return
28779 a contextID could not be assigned for a session context save
28868 contextID = 0;
29119 result = SessionContextSave(out->context.savedHandle, &contextID);
29121 // sequence number is the current session contextID
29122 out->context.sequence = contextID;
Draw_commands.txt3547 If the TPM implements a “gap” scheme for assigning contextID values, then the TPM shall return
28768 a contextID could not be assigned for a session context save
28857 contextID = 0;
29108 result = SessionContextSave(out->context.savedHandle, &contextID);
29110 // sequence number is the current session contextID
29111 out->context.sequence = contextID;