Searched refs:get_proc_func (Results 1 – 1 of 1) sorted by relevance
149 GLXGetProcAddressProc get_proc_func; in get_proc_address_func() local152 get_proc_func = (GLXGetProcAddressProc) in get_proc_address_func()154 if (!dlerror() && get_proc_func) in get_proc_address_func()155 return get_proc_func; in get_proc_address_func()157 get_proc_func = (GLXGetProcAddressProc) in get_proc_address_func()159 if (!dlerror() && get_proc_func) in get_proc_address_func()160 return get_proc_func; in get_proc_address_func()167 static GLXGetProcAddressProc get_proc_func = NULL; in get_proc_address() local168 if (!get_proc_func) in get_proc_address()169 get_proc_func = get_proc_address_func(); in get_proc_address()[all …]