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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/
drisw.c 48 DEBUG_GET_ONCE_BOOL_OPTION(swrast_no_present, "SWRAST_NO_PRESENT", FALSE);
49 static boolean swrast_no_present = FALSE; variable
109 if (swrast_no_present)
226 if (statts[i] != ST_ATTACHMENT_DEPTH_STENCIL && !swrast_no_present)
308 swrast_no_present = debug_get_option_swrast_no_present();
  /external/mesa3d/src/gallium/state_trackers/dri/sw/
drisw.c 48 DEBUG_GET_ONCE_BOOL_OPTION(swrast_no_present, "SWRAST_NO_PRESENT", FALSE);
49 static boolean swrast_no_present = FALSE; variable
109 if (swrast_no_present)
226 if (statts[i] != ST_ATTACHMENT_DEPTH_STENCIL && !swrast_no_present)
308 swrast_no_present = debug_get_option_swrast_no_present();

Completed in 112 milliseconds