Home
last modified time | relevance | path

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

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