Searched refs:ext_func (Results 1 – 1 of 1) sorted by relevance
3356 #define MAP_GL_FUNCTION(core_func, ext_func) \ in load_gl_funcs() argument3360 gl_info->gl_ops.ext.p_##core_func = gl_info->gl_ops.ext.p_##ext_func; \ in load_gl_funcs()3362 #define MAP_GL_FUNCTION_CAST(core_func, ext_func) \ in load_gl_funcs() argument3366 gl_info->gl_ops.ext.p_##core_func = (void *)gl_info->gl_ops.ext.p_##ext_func; \ in load_gl_funcs()