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

  /external/mesa3d/src/glx/apple/
apple_xgl_api_stereo.c 94 bool have_back = false; local
99 have_back = true;
102 have_back = true;
109 if (have_back) {
  /external/mesa3d/src/glx/
dri2_glx.c 111 int have_back; member in struct:dri2_drawable
368 pdraw->have_back = 0;
511 if (!priv->have_back)
653 pdraw->have_back = 0;
666 pdraw->have_back = 1;
713 if (!priv->have_back)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_dri2.c 81 boolean have_back, have_fake; member in struct:dri2_surface
129 dri2surf->have_back = FALSE;
164 dri2surf->have_back = TRUE;
323 if (dri2surf->have_back) {

Completed in 461 milliseconds