Searched refs:GLInteropQueryDeviceInfo (Results 1 – 3 of 3) sorted by relevance
198 int (*GLInteropQueryDeviceInfo)(_EGLDisplay *dpy, _EGLContext *ctx, member
2595 if (drv->API.GLInteropQueryDeviceInfo) in MesaGLInteropEGLQueryDeviceInfo()2596 ret = drv->API.GLInteropQueryDeviceInfo(disp, ctx, out); in MesaGLInteropEGLQueryDeviceInfo()
3234 dri2_drv->API.GLInteropQueryDeviceInfo = dri2_interop_query_device_info; in _eglBuiltInDriver()