HomeSort by relevance Sort by last modified time
    Searched refs:fbconfigs (Results 1 - 3 of 3) 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...]
  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 325 GLXFBConfig *fbconfigs = NULL; local
359 fbconfigs = glXGetFBConfigs(
364 if (!fbconfigs)
371 fbconfigs[n],
382 fbconfigs = glXChooseFBConfig(
387 if (!fbconfigs)
396 fbconfigs[n],
408 if (fbconfigs)
409 XFree(fbconfigs);

Completed in 1340 milliseconds