Home
last modified time | relevance | path

Searched refs:validGlxContext (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dglxcontext.h140 extern int validGlxContext(ClientPtr client, XID id, int access_mode,
H A Dglxcmds.c136 validGlxContext(ClientPtr client, XID id, int access_mode, in validGlxContext() function
263 if (!validGlxContext(client, shareList, DixReadAccess, in DoCreateContext()
423 if (!validGlxContext(cl->client, req->context, DixDestroyAccess, in __glXDisp_DestroyContext()
589 if (!validGlxContext(client, contextId, DixUseAccess, &glxc, &error)) in xorgGlxMakeCurrent()
686 if (!validGlxContext(cl->client, req->context, DixReadAccess, &glxc, &err)) in __glXDisp_IsDirect()
812 if (!validGlxContext(cl->client, source, DixReadAccess, &src, &error)) in __glXDisp_CopyContext()
814 if (!validGlxContext(cl->client, dest, DixWriteAccess, &dst, &error)) in __glXDisp_CopyContext()
1642 if (!validGlxContext(cl->client, gcId, DixReadAccess, &ctx, &err)) in DoQueryContext()
H A Dcreatecontext.c146 if (!validGlxContext(client, req->shareList, DixReadAccess, in __glXDisp_CreateContextAttribsARB()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog74750 validGlxScreen, validGlxFBConfig, validGlxContext, and