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