OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:force_sw
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
native_x11.c
39
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/
native_x11.c
39
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/
native_android.cpp
779
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/
native_android.cpp
779
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 74 milliseconds