Home
last modified time | relevance | path

Searched refs:get_proc_func (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/libva/va/glx/
Dva_glx_impl.c149 GLXGetProcAddressProc get_proc_func; in get_proc_address_func() local
152 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() local
168 if (!get_proc_func) in get_proc_address()
169 get_proc_func = get_proc_address_func(); in get_proc_address()
[all …]