Searched defs:gl2_client_context_t (Results 1 – 2 of 2) sorted by relevance
11 struct gl2_client_context_t { struct13 glActiveTexture_client_proc_t glActiveTexture;14 glAttachShader_client_proc_t glAttachShader;15 glBindAttribLocation_client_proc_t glBindAttribLocation;16 glBindBuffer_client_proc_t glBindBuffer;17 glBindFramebuffer_client_proc_t glBindFramebuffer;18 glBindRenderbuffer_client_proc_t glBindRenderbuffer;19 glBindTexture_client_proc_t glBindTexture;20 glBlendColor_client_proc_t glBlendColor;21 glBlendEquation_client_proc_t glBlendEquation;[all …]
26 class gl2_client_context_t; variable