HomeSort by relevance Sort by last modified time
    Searched refs:fbconfigs (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
egl_glx.c 127 GLXFBConfig *fbconfigs; member in struct:GLX_egl_display
474 GLX_dpy->fbconfigs =
498 GLX_dpy->fbconfigs[i], &template);
660 if (GLX_dpy->fbconfigs)
661 XFree(GLX_dpy->fbconfigs);
697 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)],
853 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)],
901 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)],
905 GLXFBConfig fbconfig = GLX_dpy->fbconfigs[GLX_egl_config_index(conf)];
976 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)], attribs)
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 127 GLXFBConfig *fbconfigs; member in struct:GLX_egl_display
474 GLX_dpy->fbconfigs =
498 GLX_dpy->fbconfigs[i], &template);
660 if (GLX_dpy->fbconfigs)
661 XFree(GLX_dpy->fbconfigs);
697 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)],
853 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)],
901 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)],
905 GLXFBConfig fbconfig = GLX_dpy->fbconfigs[GLX_egl_config_index(conf)];
976 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)], attribs)
    [all...]

Completed in 71 milliseconds