Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glx/
H A Dvndcmds.c50 static GlxServerDispatchProc dispatchFuncs[OPCODE_ARRAY_LEN] = {}; variable
417 dispatchFuncs[X_GLXQueryVersion] = dispatch_GLXQueryVersion; in GlxDispatchInit()
418 dispatchFuncs[X_GLXMakeCurrent] = dispatch_GLXMakeCurrent; in GlxDispatchInit()
419 dispatchFuncs[X_GLXMakeContextCurrent] = dispatch_GLXMakeContextCurrent; in GlxDispatchInit()
420 dispatchFuncs[X_GLXCopyContext] = dispatch_GLXCopyContext; in GlxDispatchInit()
421 dispatchFuncs[X_GLXSwapBuffers] = dispatch_GLXSwapBuffers; in GlxDispatchInit()
423 dispatchFuncs[X_GLXClientInfo] = dispatch_GLXClientInfo; in GlxDispatchInit()
424 dispatchFuncs[X_GLXSetClientInfoARB] = dispatch_GLXClientInfo; in GlxDispatchInit()
425 dispatchFuncs[X_GLXSetClientInfo2ARB] = dispatch_GLXClientInfo; in GlxDispatchInit()
427 dispatchFuncs[X_GLXVendorPrivate] = dispatch_GLXVendorPriv; in GlxDispatchInit()
[all …]