Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glx/
H A Dindirect_table.h39 struct __glXDispatchInfo { struct
102 extern const struct __glXDispatchInfo Single_dispatch_info; argument
103 extern const struct __glXDispatchInfo Render_dispatch_info;
104 extern const struct __glXDispatchInfo VendorPriv_dispatch_info;
H A Dindirect_util.h43 struct __glXDispatchInfo;
45 extern void *__glXGetProtocolDecodeFunction(const struct __glXDispatchInfo
49 extern int __glXGetProtocolSizeData(const struct __glXDispatchInfo
H A Dindirect_util.c195 get_decode_index(const struct __glXDispatchInfo *dispatch_info, unsigned opcode) in get_decode_index()
261 __glXGetProtocolDecodeFunction(const struct __glXDispatchInfo *dispatch_info, in __glXGetProtocolDecodeFunction()
273 __glXGetProtocolSizeData(const struct __glXDispatchInfo *dispatch_info, in __glXGetProtocolSizeData()
H A Dindirect_table.c229 const struct __glXDispatchInfo Single_dispatch_info = {
1398 const struct __glXDispatchInfo Render_dispatch_info = {
1804 const struct __glXDispatchInfo VendorPriv_dispatch_info = {
/OK3568_Linux_fs/external/xserver/
H A DChangeLog173704 Fix __glXDispatchInfo::dispatch_functions and
173705 __glXDispatchInfo::size_table. dispatch_functions had the const in