Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glx/
H A Dvndext.c262 GlxContextTagInfo *tagInfo = GlxLookupContextTag(client, tag); in GlxGetContextTag()
274 GlxContextTagInfo *tagInfo = GlxLookupContextTag(client, tag); in GlxSetContextTagPrivate()
286 GlxContextTagInfo *tagInfo = GlxLookupContextTag(client, tag); in GlxGetContextTagPrivate()
H A Dvndcmds.c220 oldTag = GlxLookupContextTag(client, oldContextTag); in CommonMakeCurrent()
315 … GlxContextTagInfo *tagInfo = GlxLookupContextTag(client, GlxCheckSwap(client, stuff->contextTag)); in dispatch_GLXCopyContext()
338 … GlxContextTagInfo *tagInfo = GlxLookupContextTag(client, GlxCheckSwap(client, stuff->contextTag)); in dispatch_GLXSwapBuffers()
364 tagInfo = GlxLookupContextTag(client, GlxCheckSwap(client, stuff->contextTag)); in dispatch_GLXSingle()
H A Dvndserver.h106 GlxContextTagInfo *GlxLookupContextTag(ClientPtr client, GLXContextTag tag);
H A Dvndservermapping.c143 GlxContextTagInfo *GlxLookupContextTag(ClientPtr client, GLXContextTag tag) in GlxLookupContextTag() function