Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglapi.h62 typedef _EGLSurface *(*CreatePixmapSurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *config… typedef
149 CreatePixmapSurface_t CreatePixmapSurface;
Deglfallbacks.c71 drv->API.CreatePixmapSurface = (CreatePixmapSurface_t) _eglReturnFalse; in _eglInitDriverFallbacks()