Searched refs:BindTexImage_t (Results 1 – 2 of 2) sorted by relevance
67 typedef EGLBoolean (*BindTexImage_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface, EGLin… typedef154 BindTexImage_t BindTexImage;
79 drv->API.BindTexImage = (BindTexImage_t) _eglReturnFalse; in _eglInitDriverFallbacks()