Searched refs:GlxServerDispatchProc (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/include/
H A Dglxvndabi.h89 typedef int (* GlxServerDispatchProc) (ClientPtr client); typedef in typeref:typename:int (*)(ClientPtr client)
285 GlxServerDispatchProc (* getDispatchAddress) (CARD8 minorOpcode, CARD32 vendorCode);
/xsrc/external/mit/xorg-server/dist/glx/
H A Dvndcmds.c46 GlxServerDispatchProc proc;
50 static GlxServerDispatchProc dispatchFuncs[OPCODE_ARRAY_LEN] = {};
76 static GlxServerDispatchProc GetVendorDispatchFunc(CARD8 opcode, CARD32 vendorCode)
81 GlxServerDispatchProc proc = vendor->glxvc.getDispatchAddress(opcode, vendorCode);
H A Dglxext.c455 static GlxServerDispatchProc

Completed in 5 milliseconds