Searched refs:eglman (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/ |
| H A D | vgimage2tex.c | 59 static EGLBoolean check_ext(EGLmanager *eglman) argument 62 egl_ext_str = eglQueryString(eglman->dpy, EGL_EXTENSIONS); 95 static EGLBoolean create_x_window(EGLmanager *eglman, const char *name) argument 115 scrnum = DefaultScreen(eglman->xdpy); 116 root = RootWindow(eglman->xdpy, scrnum); 118 if (!eglChooseConfig(eglman->dpy, config_attrib, &eglman->conf, 1, &num_conf) || 126 if (!eglGetConfigAttrib(eglman->dpy, eglman->conf, EGL_NATIVE_VISUAL_ID, &vid) || 135 visInfo = XGetVisualInfo(eglman 177 egl_init(EGLmanager * eglman) argument 230 egl_deinit(EGLmanager * eglman) argument 245 vg_es_init(EGLmanager * eglman) argument 273 vg_es_deinit(EGLmanager * eglman) argument 289 draw(EGLmanager * eglman) argument 347 EGLmanager *eglman = calloc(1, sizeof(*eglman)); local in function:main [all...] |
| H A D | tex2vgimage.c | 62 static EGLBoolean check_ext(EGLmanager *eglman) argument 65 egl_ext_str = eglQueryString(eglman->dpy, EGL_EXTENSIONS); 105 static EGLBoolean create_x_window(EGLmanager *eglman, const char *name) argument 125 scrnum = DefaultScreen(eglman->xdpy); 126 root = RootWindow(eglman->xdpy, scrnum); 128 if (!eglChooseConfig(eglman->dpy, config_attrib, &eglman->conf, 1, &num_conf) || 136 if (!eglGetConfigAttrib(eglman->dpy, eglman->conf, EGL_NATIVE_VISUAL_ID, &vid) || 145 visInfo = XGetVisualInfo(eglman 187 egl_init(EGLmanager * eglman) argument 240 egl_deinit(EGLmanager * eglman) argument 255 vg_es_init(EGLmanager * eglman) argument 287 vg_es_deinit(EGLmanager * eglman) argument 302 draw(EGLmanager * eglman) argument 349 EGLmanager *eglman = calloc(1, sizeof(*eglman)); local in function:main [all...] |
Completed in 2 milliseconds