HomeSort by relevance Sort by last modified time
    Searched defs:Display (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/chromium_org/content/common/gpu/
x_util.h 31 typedef struct _XDisplay Display;
  /external/chromium_org/ui/display/chromeos/x11/
touchscreen_device_manager_x11.h 9 #include "ui/display/types/chromeos/touchscreen_device_manager.h"
12 typedef struct _XDisplay Display;
25 Display* display_;
  /external/clang/utils/analyzer/
ubiviz 11 # display in Ubigraph.
28 def Display(G, data):
66 Display(G,x)
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuvfuncs.h 35 int (*Display)(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
  /external/chromium_org/chrome/browser/notifications/
notification_object_proxy.cc 24 void NotificationObjectProxy::Display() {
  /external/chromium_org/third_party/skia/gm/
display_json_results.py 6 """Utility to display a summary of JSON-format GM results, and exit with
75 def Display(filepath):
114 sys.exit(0 if Display(sys.argv[1]) else 1)
  /external/skia/gm/
display_json_results.py 6 """Utility to display a summary of JSON-format GM results, and exit with
75 def Display(filepath):
114 sys.exit(0 if Display(sys.argv[1]) else 1)
  /hardware/intel/common/libva/test/basic/
test_android.c 24 #define Display unsigned int
25 Display *dpy;
33 dpy = (Display*)malloc(sizeof(Display));
36 status("malloc Display: dpy = %08x\n", dpy);
54 status("free Display\n");
  /external/chromium_org/ui/gfx/
display.cc 5 #include "ui/gfx/display.h"
42 const int64 Display::kInvalidDisplayID = -1;
45 float Display::GetForcedDeviceScaleFactor() {
52 bool Display::HasForceDeviceScaleFactor() {
58 Display::Display()
65 Display::Display(int64 id)
72 Display::Display(int64 id, const gfx::Rect& bounds
    [all...]
  /external/chromium_org/cc/surfaces/
display.h 31 class CC_SURFACES_EXPORT Display : public SurfaceClient,
35 Display(DisplayClient* client,
38 virtual ~Display();
88 DISALLOW_COPY_AND_ASSIGN(Display);
display.cc 5 #include "cc/surfaces/display.h"
35 Display::Display(DisplayClient* client,
44 Display::~Display() {
47 void Display::Resize(const gfx::Size& size) {
51 void Display::InitializeOutputSurface() {
95 base::Bind(&Display::ReturnResources, base::Unretained(this)));
98 bool Display::Draw() {
156 SurfaceId Display::CurrentSurfaceId()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
MixedContentChecker.h 50 return canDisplayInsecureContentInternal(securityOrigin, url, MixedContentChecker::Display);
67 Display,
  /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.
28 class Display
31 ~Display();
36 static egl::Display *getDisplay(EGLNativeDisplayType displayId);
64 DISALLOW_COPY_AND_ASSIGN(Display);
66 Display(EGLNativeDisplayType displayId, HDC deviceContext);
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglscreen.h 47 * one of several display modes (width/height/scanrate). The screen
49 * as large as the display mode's resolution. If it's larger, the
55 _EGLDisplay *Display;
  /external/chromium_org/ui/events/x/
device_list_cache_x.h 18 typedef struct _XDisplay Display;
43 void UpdateDeviceList(Display* display);
45 // Returns the list of devices associated with |display|. Uses the old X11
47 const XDeviceList& GetXDeviceList(Display* display);
49 // Returns the list of devices associated with |display|. Uses the newer
53 const XIDeviceList& GetXI2DeviceList(Display* display);
61 std::map<Display*, XDeviceList> x_dev_list_map_
    [all...]
  /external/chromium_org/ui/message_center/
notification_delegate.cc 25 void HandleNotificationClickedDelegate::Display() {
57 void HandleNotificationButtonClickDelegate::Display() {
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.h 15 class Display;
20 typedef struct _XDisplay Display;
35 void ProcessDisplayChange(const std::vector<gfx::Display>& displays);
44 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE;
45 virtual gfx::Display GetDisplayNearestWindow(
47 virtual gfx::Display GetDisplayNearestPoint(
49 virtual gfx::Display GetDisplayMatching(
51 virtual gfx::Display GetPrimaryDisplay() const OVERRIDE;
63 DesktopScreenX11(const std::vector<gfx::Display>& test_displays);
67 std::vector<gfx::Display> BuildDisplaysFromXRandRInfo()
    [all...]
  /external/mesa3d/src/egl/main/
eglscreen.h 47 * one of several display modes (width/height/scanrate). The screen
49 * as large as the display mode's resolution. If it's larger, the
55 _EGLDisplay *Display;
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.cc 5 #include "gpu/gles2_conform_support/egl/display.h"
25 Display::Display(EGLNativeDisplayType display_id)
33 Display::~Display() {
37 bool Display::Initialize() {
43 bool Display::IsValidConfig(EGLConfig config) {
47 bool Display::ChooseConfigs(EGLConfig* configs,
62 bool Display::GetConfigs(EGLConfig* configs,
77 bool Display::GetConfigAttrib(EGLConfig config
    [all...]
  /external/deqp/framework/egl/
tcuEgl.cpp 39 Display::Display (EGLDisplay display, EGLint majorVersion, EGLint minorVersion)
40 : m_display(display)
46 Display::Display (EGLNativeDisplayType nativeDisplay)
56 Display::~Display ()
62 void Display::getConfigs (std::vector<EGLConfig>& configs) const
71 void Display::chooseConfig (const EGLint* attribList, std::vector<EGLConfig>& configs) cons
    [all...]
  /external/deqp/framework/platform/X11/
tcuX11.cpp 62 Display::Display (EventState& eventState, const char* name)
69 throw ResourceError("Failed to open display", name, __FILE__, __LINE__);
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
    [all...]
  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.cpp 49 class Display : public eglu::NativeDisplay
52 Display (void) : eglu::NativeDisplay(DISPLAY_CAPABILITIES) {}
53 ~Display (void) {}
89 eglu::NativeWindow* createWindow (eglu::NativeDisplay* display, const eglu::WindowParams& params) const;
102 return new Display();
  /external/chromium_org/ash/system/locale/
locale_notification_controller.cc 35 virtual void Display() OVERRIDE;
57 void LocaleNotificationDelegate::Display() {
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
welcome_delegate.cc 45 void WelcomeDelegate::Display() {}
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
quit_with_apps_controller_mac.cc 73 void QuitWithAppsController::Display() {}

Completed in 1783 milliseconds

1 2 3 4 5