Searched refs:get_color (Results 1 – 10 of 10) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_draw_crc.c | 93 static uint32_t get_color(uint32_t drm_format, bool r, bool g, bool b) in get_color() function 130 get_color(drm_format, 0, 0, 1)); in get_method_crc() 135 get_color(drm_format, 0, 1, 0)); in get_method_crc() 139 get_color(drm_format, 1, 0, 0)); in get_method_crc() 143 get_color(drm_format, 1, 0, 1)); in get_method_crc() 145 get_color(drm_format, 0, 1, 1)); in get_method_crc()
|
/external/llvm-project/llvm/utils/benchmark/tools/gbench/ |
D | report.py | 112 def get_color(res): function 124 get_color(tres), tres, get_color(cpures), cpures,
|
/external/skia/tools/skqp/ |
D | README_ALGORITHM.md | 30 value = get_color(pixel_value, color_channel) 31 v_max = get_color(pixel_max, color_channel) 32 v_min = get_color(pixel_min, color_channel)
|
/external/skqp/tools/skqp/ |
D | README_ALGORITHM.md | 30 value = get_color(pixel_value, color_channel) 31 v_max = get_color(pixel_max, color_channel) 32 v_min = get_color(pixel_min, color_channel)
|
/external/python/cpython3/Tools/pynche/ |
D | ChipViewer.py | 63 def get_color(self): member in ChipWidget 128 rrggbb = self.__nearest.get_color()
|
/external/python/cpython2/Tools/pynche/ |
D | ChipViewer.py | 63 def get_color(self): member in ChipWidget 128 rrggbb = self.__nearest.get_color()
|
/external/llvm-project/libcxx/utils/google-benchmark/tools/gbench/ |
D | report.py | 235 def get_color(res): function 250 get_color(tres), 252 get_color(cpures),
|
/external/libcxx/utils/google-benchmark/tools/gbench/ |
D | report.py | 235 def get_color(res): function 250 get_color(tres), 252 get_color(cpures),
|
/external/google-benchmark/tools/gbench/ |
D | report.py | 284 def get_color(res): function 315 get_color(measurement['time']), 317 get_color(measurement['cpu']),
|
/external/python/cpython3/Lib/idlelib/ |
D | configdialog.py | 898 command=self.get_color) 1082 def get_color(self): member in HighPage
|