Searched defs:force_sw (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dnative_x11.c39 boolean force_sw; local
41 force_sw = debug_get_bool_option("EGL_SOFTWARE", FALSE);
43 if (force_sw || use_sw) {
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dnative_x11.c39 boolean force_sw; local
41 force_sw = debug_get_bool_option("EGL_SOFTWARE", FALSE);
43 if (force_sw || use_sw) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/
H A Dnative_android.cpp779 boolean force_sw; local
783 force_sw = (atoi(value) != 0);
785 force_sw = debug_get_bool_option("EGL_SOFTWARE", FALSE);
786 if (force_sw)
/external/mesa3d/src/gallium/state_trackers/egl/android/
H A Dnative_android.cpp779 boolean force_sw; local
783 force_sw = (atoi(value) != 0);
785 force_sw = debug_get_bool_option("EGL_SOFTWARE", FALSE);
786 if (force_sw)

Completed in 168 milliseconds