Searched defs:Display (Results 1 - 19 of 19) sorted by relevance

/external/clang/utils/analyzer/
H A Dubiviz28 def Display(G, data): function
66 Display(G,x)
/external/mesa3d/src/egl/main/
H A Deglscreen.h55 _EGLDisplay *Display; member in struct:_egl_screen
H A Deglconfig.h44 _EGLDisplay *Display; member in struct:_egl_config
H A Degldisplay.h74 _EGLDisplay *Display; member in struct:_egl_resource
/external/deqp/framework/platform/raspi/
H A DtcuRaspiPlatform.cpp49 class Display : public eglu::NativeDisplay class in namespace:tcu::rpi
52 Display (void) : eglu::NativeDisplay(DISPLAY_CAPABILITIES) {} function in class:tcu::rpi::Display
53 ~Display (void) {}
102 return new Display();
/external/deqp/framework/platform/X11/
H A DtcuX11.hpp59 class Display class in namespace:tcu::x11
62 Display (EventState& platform, const char* name);
63 virtual ~Display (void);
65 ::Display* getXDisplay (void) { return m_display; }
74 ::Display* m_display;
78 Display (const Display&);
79 Display& operator= (const Display&);
85 Window (Display
[all...]
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* const dpy = m_display.getXDisplay();
180 ::Display* dp
[all...]
H A DtcuX11EglPlatform.cpp37 typedef ::Display* EGLNativeDisplayType;
99 class Display : public NativeDisplay class in namespace:tcu::x11::egl
105 Display (MovePtr<x11::Display> x11Display) function in class:tcu::x11::egl::Display
114 x11::Display& getX11Display (void) { return *m_display; }
118 UniquePtr<x11::Display> m_display;
131 Window (Display& display,
146 Window::Window (Display& display, const WindowParams& params, Visual* visual)
188 Display& display = *dynamic_cast<Display*>(nativeDispla
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DJmeContext.java58 Display, enum constant in enum:JmeContext.Type
/external/libvncserver/webclients/novnc/include/
H A Ddisplay.js12 function Display(defaults) { function
18 // Private Display namespace variables
47 ['scale', 'rw', 'float', 1.0, 'Display area scale factor 0.0 - 1.0'],
49 ['width', 'rw', 'int', null, 'Display area width'],
50 ['height', 'rw', 'int', null, 'Display area height'],
77 Util.Debug(">> Display.constructor");
144 Util.Debug("<< Display.constructor");
175 //Util.Debug("Display already scaled to '" + factor + "'");
599 } // End of Display()
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp3318 const Chapters::Display* Chapters::Atom::GetDisplay(int index) const {
3355 Display& d = m_displays[--m_displays_count];
3379 if (id == 0x00) { // Display ID
3454 Display& d = m_displays[m_displays_count++];
3466 Display* const displays = new (std::nothrow) Display[size];
3482 Chapters::Display::Display() {} function in class:mkvparser::Chapters::Display
3484 Chapters::Display::~Display() {}
[all...]
H A Dmkvparser.hpp495 class Display { class in class:mkvparser::Chapters
497 Display();
498 Display(const Display&);
499 ~Display();
500 Display& operator=(const Display&);
509 void ShallowCopy(Display&) const;
536 const Display* GetDisplay(int index) const;
553 Display* m_display
[all...]
H A Dmkvmuxer.hpp617 class Display { class in class:mkvmuxer::Chapter
619 // Establish representation invariant for new Display object.
637 // If |writer| is non-NULL, serialize the Display sub-element of
638 // the Atom into the stream. Returns the Display element size on
666 // existing Display objects to the new array. Returns false if the
688 // The Atom element can contain multiple Display sub-elements, as
690 Display* displays_;
/external/libvpx/libwebm/
H A Dmkvparser.cpp3397 const Chapters::Display* Chapters::Atom::GetDisplay(int index) const {
3434 Display& d = m_displays[--m_displays_count];
3458 if (id == 0x00) { // Display ID
3535 Display& d = m_displays[m_displays_count++];
3547 Display* const displays = new (std::nothrow) Display[size];
3563 Chapters::Display::Display() {} function in class:Chapters::Display
3565 Chapters::Display::~Display() {}
[all...]
H A Dmkvparser.hpp499 class Display { class in class:mkvparser::Chapters
501 Display();
502 Display(const Display&);
503 ~Display();
504 Display& operator=(const Display&);
513 void ShallowCopy(Display&) const;
540 const Display* GetDisplay(int index) const;
557 Display* m_display
[all...]
/external/libvncserver/x11vnc/
H A Dnox11.h752 /* Display classes used in opening the connection
1275 * Display datatype maintaining display specific data.
1277 * A Display should be treated as opaque by application code.
1280 typedef struct _XDisplay Display; typedef in typeref:struct:_XDisplay
1345 Display, typedef in typeref:struct:_XDisplay
1360 Display *display; /* Display the event was read from */
1378 Display *display; /* Display the event was read from */
1396 Display *displa
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 481 milliseconds