/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
xm_public.h | 40 struct pipe_screen *(*create_pipe_screen)( Display *display );
|
/external/chromium_org/ui/events/ |
event_utils.cc | 10 #include "ui/gfx/display.h" 36 const std::vector<gfx::Display>& displays = screen->GetAllDisplays(); 37 for (std::vector<gfx::Display>::const_iterator it = displays.begin(); 39 const gfx::Display& display = *it; local 40 if (display.IsInternal() && 41 display.touch_support() == gfx::Display::TOUCH_SUPPORT_AVAILABLE)
|
/external/mesa3d/src/gallium/include/state_tracker/ |
xlib_sw_winsys.h | 26 struct sw_winsys *xlib_create_sw_winsys( Display *display );
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
xm_public.h | 40 struct pipe_screen *(*create_pipe_screen)( Display *display );
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/ |
TestWindowManager.java | 3 import android.view.Display; 15 private Display display; field in class:TestWindowManager 33 public Display getDefaultDisplay() { 34 return display == null ? display = newInstanceOf(Display.class) : display;
|
/external/chromium_org/ash/display/ |
display_controller.h | 12 #include "ash/display/display_manager.h" 25 class Display; 35 class Display; 50 // display, keeping them in sync with display configuration changes. 57 // Invoked when the display configuration change is requested, 61 // Invoked when the all display configuration changes 75 // Returns primary display. This is safe to use after ash::Shell is 77 static const gfx::Display& GetPrimaryDisplay(); 79 // Returns the number of display. This is safe to use afte [all...] |
/external/chromium_org/ash/test/ |
cursor_manager_test_api.h | 13 class Display; 34 gfx::Display GetDisplay() const;
|
/external/chromium_org/media/tools/player_x11/ |
gl_video_renderer.h | 20 GlVideoRenderer(Display* display, Window window); 31 Display* display_;
|
x11_video_renderer.h | 21 X11VideoRenderer(Display* display, Window window); 32 Display* display_;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
native_x11.c | 45 ndpy = x11_create_ximage_display((Display *) dpy, x11_event_handler); 48 ndpy = x11_create_dri2_display((Display *) dpy, x11_event_handler);
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
apple_glx.h | 44 bool apple_init_glx(Display * dpy); 46 void apple_glx_waitx(Display * dpy, void *ptr);
|
apple_glx_context.h | 73 bool apple_glx_create_context(void **ptr, Display * dpy, int screen, 76 void apple_glx_destroy_context(void **ptr, Display * dpy); 78 bool apple_glx_make_current_context(Display * dpy, void *oldptr, void *ptr, 80 bool apple_glx_is_current_drawable(Display * dpy, void *ptr, 89 void apple_glx_context_update(Display * dpy, void *ptr);
|
/external/chromium_org/ui/gfx/x/ |
x11_atom_cache.h | 28 X11AtomCache(Display* xdisplay, const char** to_cache); 39 Display* xdisplay_;
|
/external/chromium_org/ui/views/widget/ |
tooltip_manager.h | 16 class Display; 50 // Same as GetMaxWidth(), but takes a Display. 51 static int GetMaxWidth(const gfx::Display& display); 53 // If necessary trims the text of a tooltip to ensure we don't try to display
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
native_x11.c | 45 ndpy = x11_create_ximage_display((Display *) dpy, x11_event_handler); 48 ndpy = x11_create_dri2_display((Display *) dpy, x11_event_handler);
|
/external/mesa3d/src/glx/apple/ |
apple_glx.h | 44 bool apple_init_glx(Display * dpy); 46 void apple_glx_waitx(Display * dpy, void *ptr);
|
apple_glx_context.h | 73 bool apple_glx_create_context(void **ptr, Display * dpy, int screen, 76 void apple_glx_destroy_context(void **ptr, Display * dpy); 78 bool apple_glx_make_current_context(Display * dpy, void *oldptr, void *ptr, 80 bool apple_glx_is_current_drawable(Display * dpy, void *ptr, 89 void apple_glx_context_update(Display * dpy, void *ptr);
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
main.h | 17 class Display; 28 egl::Display *display; member in struct:gl::Current 31 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface); 35 egl::Display *getDisplay(); 59 void glMakeCurrent(gl::Context *context, egl::Display *display, egl::Surface *surface); 61 rx::Renderer *glCreateRenderer(egl::Display *display, HDC hDc, EGLNativeDisplayType displayId) [all...] |
/external/chromium_org/ui/gfx/ |
screen_win.cc | 13 #include "ui/gfx/display.h" 26 gfx::Display GetDisplay(MONITORINFOEX& monitor_info) { 30 gfx::Display display(id, bounds); 31 display.set_work_area(gfx::Rect(monitor_info.rcWork)); 32 display.SetScaleAndBounds(gfx::win::GetDeviceScaleFactor(), bounds); 33 return display; 40 std::vector<gfx::Display>* all_displays = 41 reinterpret_cast<std::vector<gfx::Display>*>(data); 45 gfx::Display display = GetDisplay(monitor_info) local 129 gfx::Display display = GetDisplay(mi); local [all...] |
display.h | 15 // This class typically, but does not always, correspond to a physical display 16 // connected to the system. A fake Display may exist on a headless system, or a 17 // Display may correspond to a remote, virtual display. 19 // Note: The screen and display currently uses pixel coordinate 23 class GFX_EXPORT Display { 33 // Touch support for the display. 40 // Creates a display with kInvalidDisplayID as default. 41 Display(); 42 explicit Display(int64 id) [all...] |
/external/chromium_org/third_party/angle/src/libEGL/ |
Display.h | 7 // Display.h: Defines the egl::Display class, representing the abstract 8 // display on which graphics are drawn. Implements EGLDisplay. 30 class Display 33 ~Display(); 38 static egl::Display *getDisplay(EGLNativeDisplayType displayId); 66 DISALLOW_COPY_AND_ASSIGN(Display); 68 Display(EGLNativeDisplayType displayId, HDC deviceContext);
|
/frameworks/base/core/java/android/view/ |
WindowManagerImpl.java | 21 * operations that are bound to a particular context, display or parent window. 47 private final Display mDisplay; 50 public WindowManagerImpl(Display display) { 51 this(display, null); 54 private WindowManagerImpl(Display display, Window parentWindow) { 55 mDisplay = display; 63 public WindowManagerImpl createPresentationWindowManager(Display display) { [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/ |
WindowManagerImpl.java | 19 import android.view.Display; 28 private final Display mDisplay; 36 mDisplay = new Display(null, Display.DEFAULT_DISPLAY, info, 41 public Display getDefaultDisplay() {
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
glxapi.c | 48 Display *Dpy; 86 /* Display -> Dispatch caching */ 87 static Display *prevDisplay = NULL; 92 get_dispatch(Display *dpy) 97 /* search list of display/dispatch pairs for this display */ 110 /* A new display, determine if we should use real GLX 133 /* If we get here that means we can't use real GLX on this display 191 glXChooseVisual(Display *dpy, int screen, int *list) 202 glXCopyContext(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
glxapi.c | 48 Display *Dpy; 86 /* Display -> Dispatch caching */ 87 static Display *prevDisplay = NULL; 92 get_dispatch(Display *dpy) 97 /* search list of display/dispatch pairs for this display */ 110 /* A new display, determine if we should use real GLX 133 /* If we get here that means we can't use real GLX on this display 191 glXChooseVisual(Display *dpy, int screen, int *list) 202 glXCopyContext(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask [all...] |