HomeSort by relevance Sort by last modified time
    Searched defs:GetDisplay (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ash/test/
cursor_manager_test_api.cc 38 gfx::Display CursorManagerTestApi::GetDisplay() const {
40 image_cursors_->GetDisplay();
  /external/chromium_org/android_webview/browser/
aw_gl_surface.cc 36 void* AwGLSurface::GetDisplay() {
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_win.cc 24 gfx::Display GetDisplay(MONITORINFO& monitor_info) {
  /external/chromium_org/ash/wm/
image_cursors.cc 65 gfx::Display ImageCursors::GetDisplay() const {
  /external/chromium_org/ui/gl/
gl_surface_cgl.cc 98 void* NoOpGLSurfaceCGL::GetDisplay() {
gl_surface.cc 134 void* GLSurface::GetDisplay() {
245 void* GLSurfaceAdapter::GetDisplay() {
246 return surface_->GetDisplay();
gl_surface_wgl.cc 153 void* GLSurfaceWGL::GetDisplay() {
gl_surface_egl.cc 215 EGLDisplay GLSurfaceEGL::GetDisplay() {
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...]
gl_surface_glx.cc 467 void* GLSurfaceGLX::GetDisplay() {
  /external/chromium_org/ui/gfx/
screen_win.cc 26 gfx::Display GetDisplay(MONITORINFOEX& monitor_info) {
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/content/common/gpu/
texture_image_transport_surface.cc 159 void* TextureImageTransportSurface::GetDisplay() {
160 return surface_.get() ? surface_->GetDisplay() : NULL;
  /external/chromium/base/
message_loop.cc 682 Display* MessageLoopForUI::GetDisplay() {

Completed in 265 milliseconds