Searched defs:GetDisplay (Results 1 - 11 of 11) sorted by last modified time

/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp4574 const Chapters::Display* Chapters::Atom::GetDisplay(int index) const function in class:mkvparser::Chapters::Atom
/external/libvpx/libwebm/
H A Dmkvparser.cpp4061 const Chapters::Display* Chapters::Atom::GetDisplay(int index) const { function in class:mkvparser::Chapters::Atom
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp4059 const Chapters::Display* Chapters::Atom::GetDisplay(int index) const { function in class:mkvparser::Chapters::Atom
/external/chromium_org/ui/gfx/
H A Dscreen_win.cc26 gfx::Display GetDisplay(MONITORINFOEX& monitor_info) { function in namespace:__anon16901
71 gfx::Display display = GetDisplay(monitor_info);
139 return GetDisplay(monitor_info);
149 return GetDisplay(mi);
158 return GetDisplay(monitor_info);
164 gfx::Display display = GetDisplay(mi);
/external/chromium_org/ui/gl/
H A Dgl_surface.cc210 void* GLSurface::GetDisplay() { function in class:gfx::GLSurface
334 void* GLSurfaceAdapter::GetDisplay() { function in class:gfx::GLSurfaceAdapter
335 return surface_->GetDisplay();
H A Dgl_surface_egl.cc221 EGLDisplay GLSurfaceEGL::GetDisplay() { function in class:gfx::GLSurfaceEGL
310 if (!GetDisplay()) {
334 GetDisplay(), GetConfig(), window_, &egl_window_attributes[0]);
344 EGLBoolean retVal = eglQuerySurface(GetDisplay(),
359 if (!eglDestroySurface(GetDisplay(), surface_)) {
453 if (!eglSwapBuffers(GetDisplay(), surface_)) {
465 if (!eglQuerySurface(GetDisplay(), surface_, EGL_WIDTH, &width) ||
466 !eglQuerySurface(GetDisplay(), surface_, EGL_HEIGHT, &height)) {
521 if (!eglPostSubBufferNV(GetDisplay(), surface_, x, y, width, height)) {
553 EGLDisplay display = GetDisplay();
[all...]
H A Dgl_surface_glx.cc411 void* GLSurfaceGLX::GetDisplay() { function in class:gfx::GLSurfaceGLX
H A Dgl_surface_wgl.cc154 void* GLSurfaceWGL::GetDisplay() { function in class:gfx::GLSurfaceWGL
/external/chromium_org/content/common/gpu/
H A Dtexture_image_transport_surface.cc159 void* TextureImageTransportSurface::GetDisplay() { function in class:content::TextureImageTransportSurface
160 return surface_.get() ? surface_->GetDisplay() : NULL;
/external/chromium_org/android_webview/browser/
H A Daw_gl_surface.cc36 void* AwGLSurface::GetDisplay() { function in class:android_webview::AwGLSurface
/external/chromium_org/athena/wm/
H A Dbezel_controller.cc31 gfx::Display GetDisplay(aura::Window* window) { function in namespace:athena::__anon2162
46 : point_in_screen.x() - GetDisplay(window).bounds().width();
54 int screen_width = GetDisplay(window).bounds().width();

Completed in 1903 milliseconds