Home
last modified time | relevance | path

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

/hardware/intel/common/libva/va/glx/
Dva_glx_impl.c140 typedef GLFuncPtr (*GLXGetProcAddressProc)(const char *); typedef
147 static GLXGetProcAddressProc get_proc_address_func(void) in get_proc_address_func()
149 GLXGetProcAddressProc get_proc_func; in get_proc_address_func()
152 get_proc_func = (GLXGetProcAddressProc) in get_proc_address_func()
157 get_proc_func = (GLXGetProcAddressProc) in get_proc_address_func()
167 static GLXGetProcAddressProc get_proc_func = NULL; in get_proc_address()