Home
last modified time | relevance | path

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

/aosp_15_r20/external/libva/va/glx/
H A Dva_glx_impl.c141 typedef GLFuncPtr(*GLXGetProcAddressProc)(const char *); typedef
148 static GLXGetProcAddressProc get_proc_address_func(void) in get_proc_address_func()
150 GLXGetProcAddressProc get_proc_func; in get_proc_address_func()
153 get_proc_func = (GLXGetProcAddressProc) in get_proc_address_func()
158 get_proc_func = (GLXGetProcAddressProc) in get_proc_address_func()
168 static GLXGetProcAddressProc get_proc_func = NULL; in get_proc_address()