Searched defs:gl_client_context_t (Results 1 – 2 of 2) sorted by relevance
9 struct gl_client_context_t { struct11 glAlphaFunc_client_proc_t glAlphaFunc;12 glClearColor_client_proc_t glClearColor;13 glClearDepthf_client_proc_t glClearDepthf;14 glClipPlanef_client_proc_t glClipPlanef;15 glColor4f_client_proc_t glColor4f;16 glDepthRangef_client_proc_t glDepthRangef;17 glFogf_client_proc_t glFogf;18 glFogfv_client_proc_t glFogfv;19 glFrustumf_client_proc_t glFrustumf;[all …]
23 class gl_client_context_t; variable