Searched refs:VAPrivFunc (Results 1 – 2 of 2) sorted by relevance
306 typedef int (*VAPrivFunc)(); typedef312 VAPrivFunc vaGetLibFunc (
364 VAPrivFunc vaGetLibFunc(VADisplay dpy, const char *func) in vaGetLibFunc()374 return (VAPrivFunc) dlsym(ctx->handle, func); in vaGetLibFunc()