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

  /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);
  /external/mesa3d/src/glx/
driwindows_glx.c 458 driwindowsMapConfigs(struct glx_display *priv, int screen, struct glx_config *configs, struct glx_config *fbconfigs)
467 if (fbconfigs) {
473 for (f = fbconfigs; f; f = f->next) {
535 ErrorMessageF("No fbConfigs or visuals found\n");

Completed in 61 milliseconds