Home
last modified time | relevance | path

Searched defs:has_colors (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/Support/
Draw_ostream.h257 virtual bool has_colors() const { return is_displayed(); } in has_colors() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Draw_ostream.h270 virtual bool has_colors() const { return is_displayed(); } in has_colors() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
Draw_ostream.h295 virtual bool has_colors() const { return is_displayed(); } in has_colors() function
/external/llvm-project/llvm/include/llvm/Support/
Draw_ostream.h311 virtual bool has_colors() const { return is_displayed(); } in has_colors() function
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp687 bool raw_fd_ostream::has_colors() const { in has_colors() function in raw_fd_ostream
/external/llvm/lib/Support/
Draw_ostream.cpp708 bool raw_fd_ostream::has_colors() const { in has_colors() function in raw_fd_ostream
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_vs.c488 bool has_colors = false; in si_vertex_color_clamping() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Draw_ostream.cpp860 bool raw_fd_ostream::has_colors() const { in has_colors() function in raw_fd_ostream
/external/llvm-project/llvm/lib/Support/
Draw_ostream.cpp859 bool raw_fd_ostream::has_colors() const { in has_colors() function in raw_fd_ostream
/external/skqp/src/core/
DSkLiteDL.cpp394 bool has_colors = false; member
440 bool has_colors; member
/external/python/cffi/demo/
D_curses.py638 has_colors = _mk_return_val("has_colors") variable