Searched refs:GetDisplay (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/ash/test/
H A Dcursor_manager_test_api.cc38 gfx::Display CursorManagerTestApi::GetDisplay() const { function in class:ash::test::CursorManagerTestApi
40 image_cursors_->GetDisplay();
H A Dcursor_manager_test_api.h34 gfx::Display GetDisplay() const;
/external/chromium_org/android_webview/browser/
H A Daw_gl_surface.cc36 void* AwGLSurface::GetDisplay() { function in class:android_webview::AwGLSurface
H A Daw_gl_surface.h26 virtual void* GetDisplay() OVERRIDE;
/external/chromium_org/ui/gfx/
H A Dscreen_win.cc26 gfx::Display GetDisplay(MONITORINFOEX& monitor_info) { function in namespace:__anon15259
45 gfx::Display display = GetDisplay(monitor_info);
104 return GetDisplay(monitor_info);
114 return GetDisplay(mi);
123 return GetDisplay(monitor_info);
129 gfx::Display display = GetDisplay(mi);
/external/chromium_org/ash/wm/
H A Dash_native_cursor_manager_unittest.cc70 EXPECT_EQ(2.0f, test_api.GetDisplay().device_scale_factor());
72 EXPECT_EQ(gfx::Display::ROTATE_90, test_api.GetDisplay().rotation());
102 EXPECT_EQ(1.0f, test_api.GetDisplay().device_scale_factor());
103 EXPECT_EQ(gfx::Display::ROTATE_180, test_api.GetDisplay().rotation());
111 EXPECT_EQ(1.0f, test_api.GetDisplay().device_scale_factor());
165 EXPECT_EQ(2.0f, test_api.GetDisplay().device_scale_factor());
166 EXPECT_EQ(gfx::Display::ROTATE_0, test_api.GetDisplay().rotation());
171 EXPECT_EQ(1.0f, test_api.GetDisplay().device_scale_factor());
172 EXPECT_EQ(gfx::Display::ROTATE_270, test_api.GetDisplay().rotation());
H A Dimage_cursors.h33 gfx::Display GetDisplay() const;
H A Dash_native_cursor_manager_interactive_uitest.cc84 EXPECT_EQ(1.0f, test_api.GetDisplay().device_scale_factor());
87 EXPECT_EQ(2.0f, test_api.GetDisplay().device_scale_factor());
H A Dimage_cursors.cc65 gfx::Display ImageCursors::GetDisplay() const { function in class:ash::ImageCursors
H A Dash_native_cursor_manager.cc74 image_cursors_->GetDisplay().device_scale_factor());
/external/chromium_org/gpu/command_buffer/service/
H A Dgl_surface_mock.h31 MOCK_METHOD0(GetDisplay, void*());
H A Dgl_context_virtual.cc31 display_ = static_cast<gfx::Display*>(compatible_surface->GetDisplay());
/external/chromium_org/ui/gl/
H A Dgl_surface_cgl.h43 virtual void* GetDisplay() OVERRIDE;
H A Dgl_surface_egl.cc215 EGLDisplay GLSurfaceEGL::GetDisplay() { function in class:gfx::GLSurfaceEGL
265 if (!GetDisplay()) {
277 GetDisplay(),
292 EGLBoolean retVal = eglQuerySurface(GetDisplay(),
307 if (!eglDestroySurface(GetDisplay(), surface_)) {
397 if (!eglSwapBuffers(GetDisplay(), surface_)) {
409 if (!eglQuerySurface(GetDisplay(), surface_, EGL_WIDTH, &width) ||
410 !eglQuerySurface(GetDisplay(), surface_, EGL_HEIGHT, &height)) {
468 if (!eglPostSubBufferNV(GetDisplay(), surface_, x, y, width, height)) {
500 EGLDisplay display = GetDisplay();
[all...]
H A Dgl_surface.cc134 void* GLSurface::GetDisplay() { function in class:gfx::GLSurface
245 void* GLSurfaceAdapter::GetDisplay() { function in class:gfx::GLSurfaceAdapter
246 return surface_->GetDisplay();
H A Dgl_surface.h88 virtual void* GetDisplay();
146 virtual void* GetDisplay() OVERRIDE;
H A Dgl_surface_cgl.cc98 void* NoOpGLSurfaceCGL::GetDisplay() { function in class:gfx::NoOpGLSurfaceCGL
H A Dgl_surface_wgl.h20 virtual void* GetDisplay();
H A Dgl_context_egl.cc51 display_ = compatible_surface->GetDisplay();
H A Dgl_surface_glx.h37 virtual void* GetDisplay() OVERRIDE;
H A Dgl_context_glx.cc48 display_ = static_cast<XDisplay*>(compatible_surface->GetDisplay());
H A Dgl_surface_egl.h30 virtual EGLDisplay GetDisplay() OVERRIDE;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_win.cc24 gfx::Display GetDisplay(MONITORINFO& monitor_info) { function in namespace:__anon15482
/external/chromium_org/content/common/gpu/
H A Dtexture_image_transport_surface.h46 virtual void* GetDisplay() OVERRIDE;
/external/chromium_org/ash/display/
H A Dmouse_cursor_event_filter_unittest.cc372 EXPECT_EQ(1.0f, cursor_test_api.GetDisplay().device_scale_factor());
374 EXPECT_EQ(2.0f, cursor_test_api.GetDisplay().device_scale_factor());
376 EXPECT_EQ(1.0f, cursor_test_api.GetDisplay().device_scale_factor());

Completed in 8241 milliseconds

12