Home
last modified time | relevance | path

Searched refs:new_color (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dopt_dead_builtin_varyings.cpp289 memset(this->new_color, 0, sizeof(this->new_color)); in replace_varyings_visitor()
327 this->new_color[i] = in replace_varyings_visitor()
412 if (var == this->info->color[i] && this->new_color[i]) { in visit()
413 var->replace_with(this->new_color[i]); in visit()
472 if (var == this->info->color[i] && this->new_color[i]) { in handle_rvalue()
473 *rvalue = new(ctx) ir_dereference_variable(this->new_color[i]); in handle_rvalue()
509 ir_variable *new_color[2]; member in __anon3515b7b80111::replace_varyings_visitor
/external/libkmsxx/py/tests/
Dbig_fb.py117 def new_color(self): member in bigFB_db
126 self.new_color()
147 self.new_color()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc2956 WORD new_color = in GetNewColor() local
2961 if (((new_color & background_mask) >> bg_bitOffset) == in GetNewColor()
2962 ((new_color & foreground_mask) >> fg_bitOffset)) { in GetNewColor()
2963 new_color ^= FOREGROUND_INTENSITY; // invert intensity in GetNewColor()
2965 return new_color; in GetNewColor()
3052 const WORD new_color = GetNewColor(color, old_color_attrs); in ColoredPrintf() local
3058 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py1122 new_color = self.color.get()
1123 self.style.configure('frame_color_set.TFrame', background=new_color)
1126 self.highlight_sample.tag_config(sample_element, **{plane: new_color})
1129 changes.add_option('highlight', theme, theme_element, new_color)
/external/mesa3d/src/gtest/src/
Dgtest.cc2961 WORD new_color = in GetNewColor() local
2966 if (((new_color & background_mask) >> bg_bitOffset) == in GetNewColor()
2967 ((new_color & foreground_mask) >> fg_bitOffset)) { in GetNewColor()
2968 new_color ^= FOREGROUND_INTENSITY; // invert intensity in GetNewColor()
2970 return new_color; in GetNewColor()
3057 const WORD new_color = GetNewColor(color, old_color_attrs); in ColoredPrintf() local
3063 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc2963 WORD new_color = in GetNewColor() local
2968 if (((new_color & background_mask) >> bg_bitOffset) == in GetNewColor()
2969 ((new_color & foreground_mask) >> fg_bitOffset)) { in GetNewColor()
2970 new_color ^= FOREGROUND_INTENSITY; // invert intensity in GetNewColor()
2972 return new_color; in GetNewColor()
3059 const WORD new_color = GetNewColor(color, old_color_attrs); in ColoredPrintf() local
3065 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()
/external/googletest/googletest/src/
Dgtest.cc3202 WORD new_color = in GetNewColor() local
3207 if (((new_color & background_mask) >> bg_bitOffset) == in GetNewColor()
3208 ((new_color & foreground_mask) >> fg_bitOffset)) { in GetNewColor()
3209 new_color ^= FOREGROUND_INTENSITY; // invert intensity in GetNewColor()
3211 return new_color; in GetNewColor()
3303 const WORD new_color = GetNewColor(color, old_color_attrs); in ColoredPrintf() local
3309 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc3034 WORD new_color = in GetNewColor() local
3039 if (((new_color & background_mask) >> bg_bitOffset) == in GetNewColor()
3040 ((new_color & foreground_mask) >> fg_bitOffset)) { in GetNewColor()
3041 new_color ^= FOREGROUND_INTENSITY; // invert intensity in GetNewColor()
3043 return new_color; in GetNewColor()
3129 const WORD new_color = GetNewColor(color, old_color_attrs); in ColoredPrintf() local
3135 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()