Searched refs:force_sw (Results 1 – 2 of 2) sorted by relevance
39 boolean force_sw; in native_create_display() local41 force_sw = debug_get_bool_option("EGL_SOFTWARE", FALSE); in native_create_display()43 if (force_sw || use_sw) { in native_create_display()
779 boolean force_sw; in android_display_create() local783 force_sw = (atoi(value) != 0); in android_display_create()785 force_sw = debug_get_bool_option("EGL_SOFTWARE", FALSE); in android_display_create()786 if (force_sw) in android_display_create()