Searched defs:Display (Results 26 - 50 of 60) sorted by relevance

123

/external/chromium_org/ui/display/chromeos/x11/
H A Dnative_display_delegate_x11.h32 typedef struct _XDisplay Display; typedef in typeref:struct:_XDisplay
133 Display* display_;
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Ddisplay.cc25 Display::Display(EGLNativeDisplayType display_id) function in class:egl::Display
33 Display::~Display() {
37 bool Display::Initialize() {
43 bool Display::IsValidConfig(EGLConfig config) {
47 bool Display::ChooseConfigs(EGLConfig* configs,
62 bool Display::GetConfigs(EGLConfig* configs,
77 bool Display::GetConfigAttrib(EGLConfig config,
84 bool Display
[all...]
/external/deqp/framework/egl/
H A DtcuEgl.cpp39 Display::Display (EGLDisplay display, EGLint majorVersion, EGLint minorVersion) function in class:tcu::egl::Display
46 Display::Display (EGLNativeDisplayType nativeDisplay) function in class:tcu::egl::Display
56 Display::~Display ()
62 void Display::getConfigs (std::vector<EGLConfig>& configs) const
71 void Display::chooseConfig (const EGLint* attribList, std::vector<EGLConfig>& configs) const
80 EGLint Display::getConfigAttrib (EGLConfig config, EGLint attribute) const
87 void Display
[all...]
H A DtcuEgl.hpp53 class Display class in namespace:tcu::egl
56 Display (EGLDisplay display, EGLint majorVersion, EGLint minorVersion);
57 Display (EGLNativeDisplayType nativeDisplay);
58 virtual ~Display (void);
79 Display (const Display&); // not allowed
80 Display& operator= (const Display&); // not allowed
92 Display& getDisplay (void) const { return m_display; }
102 Surface (Display
[all...]
/external/deqp/framework/platform/X11/
H A DtcuX11.cpp62 Display::Display (EventState& eventState, const char* name) function in class:tcu::x11::Display
74 Display::~Display (void)
79 void Display::processEvents (void)
93 bool Display::getVisualInfo (VisualID visualID, XVisualInfo& dst)
114 ::Visual* Display::getVisual (VisualID visualID)
124 Window::Window (Display& display, int width, int height, ::Visual* visual)
131 ::Display* dpy = m_display.getXDisplay();
172 ::Display* dp
[all...]
H A DtcuX11EglPlatform.cpp57 class Display : public NativeDisplay class in namespace:tcu::x11::egl
63 Display (MovePtr<x11::Display> x11Display) function in class:tcu::x11::egl::Display
72 x11::Display& getX11Display (void) { return *m_display; }
75 UniquePtr<x11::Display> m_display;
88 Window (Display& display,
102 Window::Window(Display& display, const WindowParams& params, Visual* visual)
144 Display& display = *dynamic_cast<Display*>(nativeDisplay);
157 Display
[all...]
/external/chromium_org/chrome/browser/signin/
H A Dsignin_error_notifier_ash.cc52 virtual void Display() OVERRIDE;
83 void SigninNotificationDelegate::Display() { function in class:__anon4631::SigninNotificationDelegate
/external/chromium_org/chrome/browser/sync/
H A Dsync_error_notifier_ash.cc47 virtual void Display() OVERRIDE;
78 void SyncNotificationDelegate::Display() { function in class:__anon4730::SyncNotificationDelegate
/external/chromium_org/ui/gfx/
H A Ddisplay.h16 // connected to the system. A fake Display may exist on a headless system, or a
17 // Display may correspond to a remote, virtual display.
23 class GFX_EXPORT Display { class in namespace:gfx
41 Display();
42 explicit Display(int64 id);
43 Display(int64 id, const Rect& bounds);
44 ~Display();
/external/chromium_org/third_party/angle/src/libEGL/
H A DDisplay.cpp7 // Display.cpp: Implements the egl::Display class, representing the abstract
11 #include "libEGL/Display.h"
30 typedef std::map<EGLNativeDisplayType, Display*> DisplayMap;
34 egl::Display *Display::getDisplay(EGLNativeDisplayType displayId)
43 egl::Display *display = new egl::Display(displayId, (HDC)displayId);
49 Display::Display(EGLNativeDisplayTyp function in class:egl::Display
[all...]
/external/chromium_org/ash/display/
H A Dresolution_notification_controller.cc42 virtual void Display() OVERRIDE;
66 void ResolutionChangeNotificationDelegate::Display() { function in class:ash::__anon1897::ResolutionChangeNotificationDelegate
289 const gfx::Display& new_display) {
293 const gfx::Display& old_display) {
299 const gfx::Display&, uint32_t) {
/external/chromium_org/ash/system/chromeos/bluetooth/
H A Dbluetooth_notification_controller.cc61 virtual void Display() OVERRIDE;
96 void BluetoothPairingNotificationDelegate::Display() { function in class:__anon1979::BluetoothPairingNotificationDelegate
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item.cc119 void ScreenNotificationDelegate::Display() { function in class:ash::tray::ScreenNotificationDelegate
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglconfig.h44 _EGLDisplay *Display; member in struct:_egl_config
H A Degldisplay.h74 _EGLDisplay *Display; member in struct:_egl_resource
/external/mesa3d/src/egl/main/
H A Deglconfig.h44 _EGLDisplay *Display; member in struct:_egl_config
H A Degldisplay.h74 _EGLDisplay *Display; member in struct:_egl_resource
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_notifications.cc375 void PrivetNotificationDelegate::Display() { function in class:local_discovery::PrivetNotificationDelegate
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
H A DDisplay.java32 public class Display { class
33 private static final String LOG_TAG = Display.class.getSimpleName();
83 public Display(Context context, OnConnectionStateChangeListener listener) { method in class:Display
95 public Display(Context context, OnConnectionStateChangeListener listener, method in class:Display
/external/chromium_org/ui/message_center/
H A Dnotification.h185 void Display() const { delegate()->Display(); } function in class:message_center::Notification
/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dchrome_notifier_service.cc536 Display(notification);
544 void ChromeNotifierService::Display(SyncedNotification* notification) { function in class:notifier::ChromeNotifierService
663 Display(*iter);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dtestutils.h616 operator Display*() { return display_; }
618 Display* display_;
628 LOG(LS_WARNING) << "No X Display available.";
/external/chromium_org/third_party/webrtc/base/
H A Dtestutils.h599 operator Display*() { return display_; }
601 Display* display_;
611 LOG(LS_WARNING) << "No X Display available.";
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp4059 const Chapters::Display* Chapters::Atom::GetDisplay(int index) const {
4096 Display& d = m_displays[--m_displays_count];
4120 if (id == 0x00) { // Display ID
4194 Display& d = m_displays[m_displays_count++];
4206 Display* const displays = new (std::nothrow) Display[size];
4222 Chapters::Display::Display() {} function in class:mkvparser::Chapters::Display
4224 Chapters::Display::~Display() {}
[all...]
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp4574 const Chapters::Display* Chapters::Atom::GetDisplay(int index) const
4619 Display& d = m_displays[--m_displays_count];
4654 if (id == 0x00) // Display ID
4744 Display& d = m_displays[m_displays_count++];
4758 Display* const displays = new (std::nothrow) Display[size];
4776 Chapters::Display::Display() function in class:mkvparser::Chapters::Display
4781 Chapters::Display::~Display()
[all...]

Completed in 980 milliseconds

123