Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dopt_dead_builtin_varyings.cpp288 memset(this->new_color, 0, sizeof(this->new_color)); in replace_varyings_visitor()
326 this->new_color[i] = in replace_varyings_visitor()
411 if (var == this->info->color[i] && this->new_color[i]) { in visit()
412 var->replace_with(this->new_color[i]); in visit()
471 if (var == this->info->color[i] && this->new_color[i]) { in handle_rvalue()
472 *rvalue = new(ctx) ir_dereference_variable(this->new_color[i]); in handle_rvalue()
508 ir_variable *new_color[2]; member in __anon252751e10111::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/python/cpython3/Lib/idlelib/
Dconfigdialog.py1104 new_color = self.color.get()
1105 self.style.configure('frame_color_set.TFrame', background=new_color)
1108 self.highlight_sample.tag_config(sample_element, **{plane: new_color})
1111 changes.add_option('highlight', theme, theme_element, 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/googletest/googletest/src/
Dgtest.cc2950 WORD new_color = in GetNewColor() local
2955 if (((new_color & background_mask) >> bg_bitOffset) == in GetNewColor()
2956 ((new_color & foreground_mask) >> fg_bitOffset)) { in GetNewColor()
2957 new_color ^= FOREGROUND_INTENSITY; // invert intensity in GetNewColor()
2959 return new_color; in GetNewColor()
3046 const WORD new_color = GetNewColor(color, old_color_attrs); in ColoredPrintf() local
3052 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()