/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
xm_st.c | 36 XMesaDisplay display; member in struct:xmesa_st_framebuffer 56 * Display an attachment to the xlib_drawable of the framebuffer. 276 assert(xmdpy->display == b->xm_visual->display); 288 xstfb->display = xmdpy; 377 pipe = xstfb->display->pipe; 382 xstfb->display->pipe = pipe;
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
test_rendering.c | 136 Display *display; local 154 display = XOpenDisplay(NULL); 158 display, 170 XCloseDisplay(display); 176 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); 177 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 180 root = XDefaultRootWindow(display); 181 window = XCreateSimpleWindow(display, root, 0, 0, output_width, output_height, 0, 0, colorkey); 183 assert(XvMCCreateContext(display, port_num, surface_type_id, INPUT_WIDTH, INPUT_HEIGHT, XVMC_DIRECT, &context) == Success) [all...] |
xvmc_bench.c | 178 Display *display; local 200 display = XOpenDisplay(NULL); 204 display, 216 XCloseDisplay(display); 222 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); 223 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 226 root = XDefaultRootWindow(display); 227 window = XCreateSimpleWindow(display, root, 0, 0, config.output_width, config.output_height, 0, 0, colorkey); 229 assert(XvMCCreateContext(display, port_num, surface_type_id, config.input_width, config.input_height, XVMC_DIRECT, &context) == Suc (…) [all...] |
/external/mesa3d/src/glx/apple/ |
apple_glx_drawable.h | 96 void (*destroy) (Display * dpy, struct apple_glx_drawable * d); 101 Display *display; member in struct:apple_glx_drawable 145 struct apple_glx_drawable *apple_glx_find_drawable(Display * dpy, 149 bool apple_glx_drawable_create(Display * dpy, 157 bool apple_glx_create_drawable(Display * dpy, 162 void apple_glx_garbage_collect_drawables(Display * dpy); 178 bool apple_glx_drawable_destroy_by_type(Display * dpy, GLXDrawable drawable, 186 bool apple_glx_surface_create(Display * dpy, int screen, GLXDrawable drawable, 194 bool apple_glx_pbuffer_create(Display * dpy, GLXFBConfig config [all...] |
/external/mesa3d/src/glx/tests/ |
clientinfo_unittest.cpp | 90 mock_XDisplay *display; member in class:glX_send_client_info_test 119 XGetXCBConnection(Display *dpy) 227 : glx_dpy(0), display(0) 237 if (display) 238 delete display; 246 for (int i = 0; i < this->display->nscreens; i++) { 255 delete this->display; 281 this->display = new mock_XDisplay(1); 283 this->glx_dpy = new fake_glx_display(this->display, major, minor);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowResources.java | 14 import android.view.Display; 40 private Display display; field in class:ShadowResources 133 public void setDisplay(Display display) { 134 this.display = display; 141 if (display == null) { 142 display = Robolectric.newInstanceOf(Display.class) [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/ |
RobolectricTest.java | 6 import android.view.Display; 155 Display display = Robolectric.newInstanceOf(Display.class); local 156 ShadowDisplay shadowDisplay = shadowOf(display); 159 Robolectric.setDefaultDisplay(display);
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/ |
CameraConfigurationManager.java | 25 import android.view.Display; 54 Display display = manager.getDefaultDisplay(); local 55 int width = display.getWidth(); 56 int height = display.getHeight(); 57 // We're landscape-only, and have apparently seen issues with display thinking it's portrait 60 Log.i(TAG, "Display reports portrait orientation; assuming this is incorrect");
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerCCDecoder.cpp | 352 void NuPlayer::CCDecoder::display(int64_t timeUs) { function in class:android::NuPlayer::CCDecoder
|
/frameworks/base/core/java/android/app/ |
ResourcesManager.java | 27 import android.hardware.display.DisplayManagerGlobal; 33 import android.view.Display; 47 private final ArrayMap<Pair<Integer, DisplayAdjustments>, WeakReference<Display>> mDisplays = 68 return getDisplayMetricsLocked(Display.DEFAULT_DISPLAY); 73 final Display display = local 75 if (display != null) { 76 display.getMetrics(dm); 115 * Returns an adjusted {@link Display} object based on the inputs or null if display isn' 129 final Display display = wd.get(); local 139 final Display display = dm.getCompatibleDisplay(displayId, key.second); local [all...] |
/frameworks/base/core/java/android/hardware/display/ |
DisplayManagerInternal.java | 17 package android.hardware.display; 22 import android.view.Display; 26 * Display manager local system service interface. 40 * The display power controller makes a copy of the provided object and then 48 * @return True if display is ready, false if there are important changes that must 62 * Returns information about the specified logical display. 64 * @param displayId The logical display id. 65 * @return The logical display info, or null if the display does not exist. The 71 * Registers a display transaction listener to provide the client a chance t [all...] |
/frameworks/base/services/core/java/com/android/server/display/ |
DisplayDevice.java | 17 package com.android.server.display; 20 import android.hardware.display.DisplayViewport; 22 import android.view.Display; 29 * Represents a physical display device such as the built-in display 30 * an external monitor, or a WiFi display. 32 * Display devices are guarded by the {@link DisplayManagerService.SyncRoot} lock. 40 // The display device does not manage these properties itself, they are set by 41 // the display manager service. The display device shouldn't really be looking at these [all...] |
DisplayDeviceInfo.java | 17 package com.android.server.display; 19 import android.hardware.display.DisplayViewport; 21 import android.view.Display; 29 * Describes the characteristics of a physical display device. 33 * Flag: Indicates that this display device should be considered the default display 39 * Flag: Indicates that the orientation of this display device is coupled to the 40 * rotation of its associated logical display. 42 * This flag should be applied to the default display to indicate that the user 43 * physically rotates the display when content is presented in a different orientation [all...] |
LogicalDisplay.java | 17 package com.android.server.display; 20 import android.view.Display; 31 * Describes how a logical display is configured. 34 * primary display device from which the logical display derives its basic properties 37 * A logical display may be mirrored onto multiple display devices in addition to its 38 * primary display device. Note that the contents of a logical display may not 39 * always be visible, even on its primary display device, such as in the case wher [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
FocusedStackFrame.java | 28 import android.view.Display; 50 public FocusedStackFrame(Display display, SurfaceSession session) { 60 ctrl.setLayerStack(display.getLayerStack());
|
/frameworks/base/test-runner/src/android/test/ |
TouchUtils.java | 23 import android.view.Display; 56 Display display = activity.getWindowManager().getDefaultDisplay(); local 58 display.getSize(size); 86 Display display = activity.getWindowManager().getDefaultDisplay(); local 88 display.getSize(size);
|
/frameworks/native/libs/gui/ |
ISurfaceComposer.cpp | 101 virtual status_t captureScreen(const sp<IBinder>& display, 110 data.writeStrongBinder(display); 189 virtual void destroyDisplay(const sp<IBinder>& display) 193 data.writeStrongBinder(display); 206 virtual void setPowerMode(const sp<IBinder>& display, int mode) 210 data.writeStrongBinder(display); 215 virtual status_t getDisplayConfigs(const sp<IBinder>& display, 220 data.writeStrongBinder(display); 236 virtual status_t getDisplayStats(const sp<IBinder>& display, 241 data.writeStrongBinder(display); 353 sp<IBinder> display = data.readStrongBinder(); local 396 sp<IBinder> display = data.readStrongBinder(); local 410 sp<IBinder> display = data.readStrongBinder(); local 425 sp<IBinder> display = data.readStrongBinder(); local 436 sp<IBinder> display = data.readStrongBinder(); local 443 sp<IBinder> display = data.readStrongBinder(); local 465 sp<IBinder> display = data.readStrongBinder(); local [all...] |
/hardware/intel/common/libmix/mix_video/src/ |
mixvideoformatenc_preview.c | 206 //display = XOpenDisplay(NULL); 207 //va_display = vaGetDisplay (videoencobj->display); 211 LOG_V( "Get Display\n"); 212 LOG_I( "Display = 0x%08x\n", 584 Display * display = XOpenDisplay (NULL); local 586 LOG_I( "display = 0x%08x\n", 587 (guint) display); 588 win = XCreateSimpleWindow(display, RootWindow(display, 0), 0, 0 [all...] |
/hardware/libhardware/tests/hwc/ |
util.c | 177 EGLDisplay display; local 182 display = eglGetDisplay(EGL_DEFAULT_DISPLAY); 183 if (display == EGL_NO_DISPLAY) 186 if (!(res = eglInitialize(display, &major, &minor))) 197 if ((res = select_config_for_window(display, config_attrs, format, &config))) 200 surface = eglCreateWindowSurface(display, config, window, NULL); 204 context = eglCreateContext(display, config, EGL_NO_CONTEXT, context_attrs); 208 if (!(res = eglMakeCurrent(display, surface, surface, context))) 211 eglQuerySurface(display, surface, EGL_WIDTH, &w); 212 eglQuerySurface(display, surface, EGL_HEIGHT, &h) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageTinyPlanet.java | 149 display(canvas, bitmap); method 153 private void display(Canvas canvas, Bitmap bitmap) { method in class:ImageTinyPlanet
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/ |
DreamBackend.java | 17 package com.android.tv.settings.device.display.daydream;
|
DreamInfoAction.java | 17 package com.android.tv.settings.device.display.daydream;
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/widi/ |
WifiDisplayActivity.java | 17 package com.android.tv.settings.device.display.widi; 20 import android.hardware.display.DisplayManager; 21 import android.hardware.display.WifiDisplayStatus; 35 * Activity allowing the selection of wifi display settings.
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FolderSelectorAdapter.java | 330 final TextView display = (TextView) view.findViewById(R.id.folder_name); local 331 if (display != null) { 332 display.setText(folderDisplay);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
sync.h | 194 Display *display; /* Display the event was read from */ member in struct:__anon30370 207 Display *display; /* Display the event was read from */ member in struct:__anon30371 221 Display *display; /* Display the event was read from */ member in struct:__anon30372 231 Display *display; /* Display the event was read from * member in struct:__anon30373 [all...] |