Searched refs:GlxGetXIDMap (Results 1 – 5 of 5) sorted by relevance
226 newVendor = GlxGetXIDMap(context); in CommonMakeCurrent()321 vendor = GlxGetXIDMap(GlxCheckSwap(client, stuff->source)); in dispatch_GLXCopyContext()346 vendor = GlxGetXIDMap(GlxCheckSwap(client, stuff->drawable)); in dispatch_GLXSwapBuffers()
95 GlxServerVendor * GlxGetXIDMap(XID id);
56 GlxServerVendor *GlxGetXIDMap(XID id) in GlxGetXIDMap() function
320 .getXIDMap = GlxGetXIDMap,
2983 When GlxGetXIDMap looks up an unknown XID, it will now look up a vendor based2986 In GlxGetXIDMap, if the XID is for a regular X window, then it won't be in the2989 With this change, GlxGetXIDMap will use the (screen -> vendor) map for2993 Since GlxGetXIDMap doesn't take a ClientPtr argument, GlxDispatchRequest will