HomeSort by relevance Sort by last modified time
    Searched refs:display_type (Results 1 - 14 of 14) sorted by null

  /hardware/intel/common/libva/va/drm/
va_drm.c 39 pDriverContext->display_type == VA_DISPLAY_DRM);
107 pDriverContext->display_type = VA_DISPLAY_DRM;
  /hardware/intel/common/libva/va/wayland/
va_wayland.c 62 pDriverContext->display_type == VA_DISPLAY_WAYLAND);
138 pDriverContext->display_type = VA_DISPLAY_WAYLAND;
  /hardware/intel/common/libva/va/glx/
va_glx.c 101 pDriverContext->display_type = VA_DISPLAY_GLX;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
oobe_ui.h 148 const std::string& display_type() const { return display_type_; } function in class:chromeos::OobeUI
oobe_ui.cc 83 const std::string& display_type) {
95 if (display_type == OobeUI::kOobeDisplay) {
  /hardware/intel/common/libva/va/android/
va_android.cpp 157 pDriverContext->display_type = VA_DISPLAY_ANDROID;
  /external/qemu/
vl-android.c 259 DisplayType display_type = DT_DEFAULT; variable
    [all...]
qemu-char.c 652 if (display_type == DT_NOGRAPHIC && s->fd_in == 0) {
665 if (display_type == DT_NOGRAPHIC && s->fd_in == 0) {
852 display_type != DT_NOGRAPHIC);
    [all...]
  /external/chromium_org/third_party/libva/va/
va_backend.h 494 unsigned long display_type; member in struct:VADriverContext
  /external/qemu/hw/nvram/
fw_cfg.c 281 fw_cfg_add_i16(s, FW_CFG_NOGRAPHIC, (uint16_t)(display_type == DT_NOGRAPHIC));
  /external/qemu/include/sysemu/
sysemu.h 132 extern DisplayType display_type;
  /hardware/intel/common/libva/va/
va_backend.h 500 unsigned long display_type; member in struct:VADriverContext
  /hardware/intel/common/libva/va/x11/
va_x11.c 190 pDriverContext->display_type = VA_DISPLAY_X11;
  /external/lldb/source/Interpreter/
Options.cpp 424 OptionDisplayType display_type,
432 if (display_type == eDisplayShortOption && !has_short_option)
440 const bool show_short_option = has_short_option && display_type != eDisplayLongOption;
    [all...]

Completed in 2119 milliseconds