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

  /external/autotest/client/deps/glbench/src/
egl_stuff.cc 78 XVisualInfo vinfo_template;
79 vinfo_template.visualid = static_cast<VisualID>(visual_id);
81 XVisualInfo vinfo_template; local
82 vinfo_template.visualid = XVisualIDFromVisual(DefaultVisual(
88 &vinfo_template, &nitems);
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
x11_screen.c 173 XVisualInfo vinfo_template; local
174 vinfo_template.screen = xscr->number;
176 &vinfo_template, &xscr->num_visuals);
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 478 XVisualInfo vinfo_template; local
481 vinfo_template.screen = screen;
483 GLX_dpy->visuals = XGetVisualInfo(GLX_dpy->dpy, mask, &vinfo_template,
    [all...]

Completed in 3106 milliseconds