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

12

/external/libvncserver/webclients/novnc/include/
H A Ddisplay.js12 var Display; variable
17 Display = function (defaults) {
45 Util.Debug(">> Display.constructor");
90 Display.changeCursor(this._target, curDat, curDat, 2, 2, 8, 8);
108 Util.Debug("<< Display.constructor");
111 Display.prototype = {
463 Display.changeCursor(this._target, pixels, mask, hotx, hoty, w, h);
465 Display.changeCursor(this._target, pixels, mask, hotx, hoty, w, h, this._colourMap);
622 Util.make_properties(Display, [
628 ['scale', 'rw', 'float'], // Display are
15 Display = function (defaults) { class
[all...]
/external/clang/utils/analyzer/
H A Dubiviz28 def Display(G, data): function
66 Display(G,x)
/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_tensor.cc20 void TFProfTensor::Display(string* formatted_str, function in class:tensorflow::tfprof::TFProfTensor
/external/rmi4utils/f54test/
H A Ddisplay.h21 class Display class
24 Display() {} function in class:Display
25 virtual ~Display() {}
32 class AnsiConsole : public Display
/external/autotest/frontend/client/src/autotest/afe/
H A DCheckBoxPanel.java7 public static interface Display { interface in class:CheckBoxPanel
12 private Display display;
14 public void bindDisplay(Display display) {
H A DControlTypeSelect.java4 public static interface Display { interface in class:ControlTypeSelect
9 private Display display;
11 public void bindDisplay(Display display) {
H A DRadioChooser.java7 public static interface Display { interface in class:RadioChooser
16 private Display display;
18 public void bindDisplay(Display display) {
H A DHostSelector.java52 public interface Display { interface in class:HostSelector
68 private Display display;
137 public void bindDisplay(Display display) {
/external/swiftshader/src/OpenGL/libGL/
H A DDisplay.h15 // Display.h: Defines the Display class, representing the abstract
36 class Display class in namespace:gl
39 ~Display();
41 static Display *getDisplay(NativeDisplayType displayId);
64 Display(NativeDisplayType displayId);
H A DDisplay.cpp15 // Display.cpp: Implements the Display class, representing the abstract
18 #include "Display.h"
31 typedef std::map<NativeDisplayType, Display*> DisplayMap;
34 Display *Display::getDisplay(NativeDisplayType displayId)
42 Display *display = new Display(displayId);
48 Display::Display(NativeDisplayTyp function in class:gl::Display
[all...]
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkWsiPlatform.hpp50 class Display class in namespace:vk::wsi
53 virtual ~Display (void) {}
58 Display (void) {} function in class:vk::wsi::Display
61 Display (const Display&); // Not allowed
62 Display& operator= (const Display&); // Not allowed
75 struct DisplayInterface : public Display
/external/deqp/framework/platform/lnx/wayland/
H A DtcuLnxWayland.cpp39 const struct wl_registry_listener Display::s_registryListener =
41 Display::handleGlobal,
42 Display::handleGlobalRemove
52 void Display::handleGlobal (void* data, struct wl_registry* registry, uint32_t id, const char* interface, uint32_t version)
54 Display* _this = static_cast<Display*>(data);
64 void Display::handleGlobalRemove (void* data, struct wl_registry* registry, uint32_t name)
71 Display::Display (EventState& eventState, const char* name) function in class:tcu::lnx::wayland::Display
113 Display
[all...]
H A DtcuLnxWaylandEglDisplayFactory.cpp23 * \brief wayland Egl Display Factory.
58 class Display : public NativeDisplay class in namespace:tcu::lnx::wayland::egl
64 Display (MovePtr<wayland::Display> waylandDisplay) function in class:tcu::lnx::wayland::egl::Display
71 ~Display(void) {}
72 wayland::Display& getWaylandDisplay (void) { return *m_display; }
79 UniquePtr<wayland::Display> m_display;
91 Window (Display& display,
103 Window::Window (Display& display, const WindowParams& params)
144 Display
[all...]
H A DtcuLnxWayland.hpp43 class Display class in namespace:tcu::lnx::wayland
46 Display (EventState& platform, const char* name);
47 virtual ~Display (void);
63 Display (const Display&);
64 Display& operator= (const Display&);
75 Window (Display& display, int width, int height);
81 Display& getDisplay (void) { return m_display; }
90 Display
[all...]
/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/nullws/
H A DtcuNullWSPlatform.cpp95 class Display: public eglu::NativeDisplay class in namespace:tcu::nullws
100 Display() function in class:tcu::nullws::Display
124 : eglu::NativeDisplayFactory ("nullws", "NullWS Display", Display::CAPABILITIES)
132 return new Display();
/external/swiftshader/src/OpenGL/libEGL/
H A DDisplay.h15 // Display.h: Defines the egl::Display class, representing the abstract
47 class [[clang::lto_visibility_public]] Display class in namespace:egl
50 explicit Display(EGLDisplay eglDisplay, void *nativeDisplay);
51 virtual ~Display() = 0;
54 static Display *get(EGLDisplay dpy);
H A DDisplay.cpp15 // Display.cpp: Implements the egl::Display class, representing the abstract
19 #include "Display.h"
48 class DisplayImplementation : public Display
51 DisplayImplementation(EGLDisplay dpy, void *nativeDisplay) : Display(dpy, nativeDisplay) {}
56 return Display::getSharedImage(name);
60 Display *Display::get(EGLDisplay dpy)
82 Display::Display(EGLDispla function in class:egl::Display
[all...]
/external/autotest/frontend/client/src/autotest/tko/
H A DParameterizedFieldListPresenter.java20 public interface Display { interface in class:ParameterizedFieldListPresenter
32 private Display display;
34 private Map<ParameterizedField, Display.FieldWidget> fieldInputMap =
35 new HashMap<ParameterizedField, Display.FieldWidget>();
47 public void bindDisplay(Display display) {
92 Display.FieldWidget fieldWidget = display.addFieldWidget(field.getName(),
115 Display.FieldWidget widget = fieldInputMap.remove(field);
H A DSpreadsheetHeaderSelect.java24 public interface Display { interface in class:SpreadsheetHeaderSelect
32 private Display display;
40 public void bindDisplay(Display display) {
/external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/
H A DEmbeddedSpreadsheetPresenter.java26 public interface Display { interface in class:EmbeddedSpreadsheetPresenter
57 private Display display;
59 public void bindDisplay(Display display) {
/external/chromium-trace/catapult/devil/devil/utils/
H A Dfind_usb_devices.py87 def Display(self, port_chain='', info=False): member in class:USBNode
194 def Display(self, port_chain='', info=False): member in class:USBDeviceNode
199 device.Display('%s%d:' % (port_chain, port), info=info)
240 def Display(self, port_chain='', info=False): member in class:USBBusNode
243 device.Display('%s%d:' % (port_chain, port), info=info)
498 # Display devices
502 device_tree.Display()
505 # Display TTY information about devices plugged into hubs.
512 # Display serial number information about devices plugged into hubs.
/external/deqp/framework/platform/lnx/X11/
H A DtcuLnxX11EglDisplayFactory.cpp21 * \brief X11Egl Display Factory.
41 typedef ::Display* EGLNativeDisplayType;
103 class Display : public NativeDisplay class in namespace:tcu::lnx::x11::egl
109 Display (MovePtr<XlibDisplay> x11Display) function in class:tcu::lnx::x11::egl::Display
136 Window (Display& display,
151 Window::Window (Display& display, const WindowParams& params, Visual* visual)
193 Display& display = *dynamic_cast<Display*>(nativeDisplay);
206 Display& display = *dynamic_cast<Display*>(nativeDispla
[all...]
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dfind_usb_devices.py78 def Display(self, port_chain='', info=False): member in class:USBNode
185 def Display(self, port_chain='', info=False): member in class:USBDeviceNode
190 device.Display('%s%d:' % (port_chain, port), info=info)
231 def Display(self, port_chain='', info=False): member in class:USBBusNode
234 device.Display('%s%d:' % (port_chain, port), info=info)
483 # Display devices
487 device_tree.Display()
490 # Display TTY information about devices plugged into hubs.
498 # Display serial number information about devices plugged into hubs.
/external/mesa3d/src/egl/main/
H A Deglconfig.h50 _EGLDisplay *Display; member in struct:_egl_config

Completed in 666 milliseconds

12