HomeSort by relevance Sort by last modified time
    Searched refs:display (Results 26 - 50 of 1985) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/deqp/framework/egl/
egluUnique.cpp 31 UniqueSurface::UniqueSurface (EGLDisplay display, EGLSurface surface)
32 : m_display (display)
43 UniqueContext::UniqueContext (EGLDisplay display, EGLContext context)
44 : m_display (display)
55 ScopedCurrentContext::ScopedCurrentContext (EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context)
56 : m_display (display)
58 EGLU_CHECK_CALL(eglMakeCurrent(display, draw, read, context));
egluUtil.hpp 48 std::vector<std::string> getClientExtensions (EGLDisplay display);
49 std::vector<EGLConfig> getConfigs (EGLDisplay display);
50 std::vector<EGLConfig> chooseConfig (EGLDisplay display, const AttribMap& attribs);
51 EGLConfig chooseSingleConfig (EGLDisplay display, const AttribMap& attribs);
52 EGLint getConfigAttribInt (EGLDisplay display, EGLConfig config, EGLint attrib);
53 EGLint querySurfaceInt (EGLDisplay display, EGLSurface surface, EGLint attrib);
54 tcu::IVec2 getSurfaceSize (EGLDisplay display, EGLSurface surface);
55 tcu::IVec2 getSurfaceResolution (EGLDisplay display, EGLSurface surface);
57 EGLSurface createWindowSurface (NativeDisplay& nativeDisplay, NativeWindow& window, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList);
58 EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList)
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_linux.cc 70 Display **out_display, int x_pos,
73 Display* display = XOpenDisplay(NULL); local
74 if (display == NULL) {
80 int screen = DefaultScreen(display);
82 // Try to establish a 24-bit TrueColor display
85 if (XMatchVisualInfo(display, screen, 24, TrueColor, &visual_info) == 0) {
93 display, DefaultRootWindow(display), visual_info.visual, AllocNone);
101 Window _window = XCreateWindow(display, DefaultRootWindow(display), x_pos
    [all...]
  /hardware/qcom/display/msm8084/
Android.mk 0 display-hals := libgralloc libcopybit liblight libvirtual
2 display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice
3 display-hals += libmemtrack hdmi_cec
5 include $(call all-named-subdir-makefiles,$(display-hals))
8 include $(call all-named-subdir-makefiles,$(display-hals))
  /hardware/qcom/display/msm8226/
Android.mk 0 display-hals := libgralloc libcopybit liblight libvirtual
2 display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice
3 display-hals += libmemtrack
5 include $(call all-named-subdir-makefiles,$(display-hals))
9 include $(call all-named-subdir-makefiles,$(display-hals))
  /hardware/qcom/display/msm8960/
Android.mk 0 display-hals := libgralloc libgenlock libcopybit liblight
2 display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice
3 display-hals += libmemtrack
5 include $(call all-named-subdir-makefiles,$(display-hals))
9 include $(call all-named-subdir-makefiles,$(display-hals))
  /hardware/qcom/display/msm8974/
Android.mk 0 display-hals := libgralloc libgenlock libcopybit liblight
2 display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice
3 display-hals += libmemtrack
5 include $(call all-named-subdir-makefiles,$(display-hals))
9 include $(call all-named-subdir-makefiles,$(display-hals))
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_OrganizationsTest.java 26 String display = Organizations.getDisplayLabel(getContext(), local
28 assertEquals(label, display);
32 display = Organizations.getDisplayLabel(getContext(),
34 assertEquals(labels[Organizations.TYPE_OTHER - 1], display);
36 display = Organizations.getDisplayLabel(getContext(),
38 assertEquals(labels[Organizations.TYPE_WORK - 1], display);
Contacts_ContactMethodsTest.java 56 String display = ContactMethods.getDisplayLabel(getContext(), Contacts.KIND_EMAIL, local
58 assertEquals(label, display);
62 display = ContactMethods.getDisplayLabel(getContext(), Contacts.KIND_EMAIL,
64 assertEquals(labels[ContactMethods.TYPE_HOME - 1], display);
66 display = ContactMethods.getDisplayLabel(getContext(), Contacts.KIND_EMAIL,
68 assertEquals(labels[ContactMethods.TYPE_OTHER - 1], display);
70 display = ContactMethods.getDisplayLabel(getContext(), Contacts.KIND_EMAIL,
72 assertEquals(labels[ContactMethods.TYPE_WORK - 1], display);
75 display = ContactMethods.getDisplayLabel(getContext(), Contacts.KIND_IM,
77 assertEquals(untitled, display);
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
drawing_container.css 8 display: inline;
15 display: block;
thread_track.css 8 display: -webkit-box;
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
IBrailleService.aidl 17 package com.googlecode.eyesfree.braille.display;
19 import com.googlecode.eyesfree.braille.display.IBrailleServiceCallback;
22 * Interface for clients to talk to the braille display service.
27 * certain braille display related events.
37 * Updates the main cells of the connected braille display
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/wayland/
wayland_sw_winsys.h 39 wayland_create_sw_winsys(struct wl_display *display);
  /external/chromium_org/ui/events/gesture_detection/
gesture_config_helper.cc 13 config.display = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay();
gesture_config_helper_android.cc 21 const gfx::Display& display) {
31 const float px_to_dp = 1.f / display.device_scale_factor();
45 const gfx::Display& display) {
48 config.gesture_detector_config = DefaultGestureDetectorConfig(display);
51 const float px_to_dp = 1.f / display.device_scale_factor();
64 config.display = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay();
65 config.gesture_detector_config = DefaultGestureDetectorConfig(config.display);
67 DefaultScaleGestureDetectorConfig(config.display);
    [all...]
  /external/mesa3d/src/gallium/winsys/sw/wayland/
wayland_sw_winsys.h 39 wayland_create_sw_winsys(struct wl_display *display);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
LocalPreferences.java 36 public static void setDisplayAdvancedDevices(Context context, boolean display) {
38 .putBoolean(KEY_ADVANCED_DEVICES, display).apply();
41 public static void setDisplayFileSize(Context context, boolean display) {
43 .putBoolean(KEY_FILE_SIZE, display).apply();
  /frameworks/support/v4/jellybean-mr1/android/support/v4/hardware/display/
DisplayManagerJellybeanMr1.java 17 package android.support.v4.hardware.display;
20 import android.view.Display;
27 public static Display getDisplay(Object displayManagerObj, int displayId) {
28 return ((android.hardware.display.DisplayManager)displayManagerObj).getDisplay(displayId);
31 public static Display[] getDisplays(Object displayManagerObj) {
32 return ((android.hardware.display.DisplayManager)displayManagerObj).getDisplays();
35 public static Display[] getDisplays(Object displayManagerObj, String category) {
36 return ((android.hardware.display.DisplayManager)displayManagerObj).getDisplays(category);
  /external/chromium_org/ui/events/x/
device_list_cache_x.cc 31 std::map<Display*, XDeviceList>::iterator xp;
36 std::map<Display*, XIDeviceList>::iterator xip;
47 void DeviceListCacheX::UpdateDeviceList(Display* display) {
48 XDeviceList& new_x_dev_list = x_dev_list_map_[display];
51 new_x_dev_list.devices = XListInputDevices(display, &new_x_dev_list.count);
53 XIDeviceList& new_xi_dev_list = xi_dev_list_map_[display];
57 XIQueryDevice(display, XIAllDevices, &new_xi_dev_list.count) : NULL;
60 const XDeviceList& DeviceListCacheX::GetXDeviceList(Display* display) {
    [all...]
  /hardware/intel/common/libva/test/putsurface/
putsurface_wayland.c 42 struct display;
101 struct display { struct
102 struct wl_display *display; member in struct:display
110 struct wl_display *display; member in struct:drawable
140 struct display *d;
148 d = wl_display_get_user_data(wl_drawable->display);
154 wl_display_flush(d->display);
156 wl_display_dispatch(wl_drawable->display);
169 wl_display_flush(d->display);
186 struct display * const d = data
246 struct wl_display * const display = win_display; local
291 struct wl_display * const display = win_display; local
    [all...]
  /external/chromium-trace/trace-viewer/src/ui/
quad_view.css 7 display: block;
  /external/chromium_org/chrome/browser/resources/options/chromeos/
display_options.css 5 #display-options-page {
9 #display-options-content-area {
13 #display-options-displays-view-host {
17 #display-options-displays-view {
23 #display-options-displays-view-mirroring {
27 #display-configurations {
36 /* The arrow at the border #display-configurations to point the focused display.
39 #display-configuration-arrow {
50 #selected-display-data-container
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/
print_header.css 11 display: block;
  /external/chromium_org/chrome/browser/ui/autofill/
test_popup_controller_common.h 10 #include "ui/gfx/display.h"
19 void set_display(const gfx::Display& display) { display_ = display; }
23 virtual gfx::Display GetDisplayNearestPoint(
27 gfx::Display display_;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLRubyElement.cpp 24 if (style->display() == INLINE)
26 if (style->display() == BLOCK)

Completed in 2972 milliseconds

12 3 4 5 6 7 8 91011>>