Searched refs:GLDISPATCHTABLE (Results 1 – 5 of 5) sorted by relevance
17 const GLDISPATCHTABLE * Dispatch = IntGetCurrentDispatchTable(); \26 const GLDISPATCHTABLE * Dispatch = IntGetCurrentDispatchTable(); \
116 const GLDISPATCHTABLE*119 return (GLDISPATCHTABLE*)NtCurrentTeb()->glTable; in IntGetCurrentDispatchTable()124 IntSetCurrentDispatchTable(const GLDISPATCHTABLE* table) in IntSetCurrentDispatchTable()
32 const GLDISPATCHTABLE * funcs = IntGetCurrentDispatchTable(); in wglUseFontBitmaps_common()203 const GLDISPATCHTABLE * funcs = IntGetCurrentDispatchTable(); in tess_callback_vertex()211 const GLDISPATCHTABLE * funcs = IntGetCurrentDispatchTable(); in tess_callback_begin()218 const GLDISPATCHTABLE * funcs = IntGetCurrentDispatchTable(); in tess_callback_end()304 const GLDISPATCHTABLE * funcs = IntGetCurrentDispatchTable(); in wglUseFontOutlines_common()
352 typedef struct __GLdispatchTableRec GLDISPATCHTABLE; typedef357 GLDISPATCHTABLE glDispatchTable;
453 const GLDISPATCHTABLE* table_save = IntGetCurrentDispatchTable(); in sw_DeleteContext()