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

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
screen_capturer_unittest.cc 63 webrtc::ScreenCapturer::ScreenList screens; local
64 EXPECT_TRUE(capturer_->GetScreenList(&screens));
65 for(webrtc::ScreenCapturer::ScreenList::iterator it = screens.begin();
66 it != screens.end(); ++it) {
  /external/chromium_org/chrome/browser/media/
native_desktop_media_list.cc 136 webrtc::ScreenCapturer::ScreenList screens; local
137 if (screen_capturer_->GetScreenList(&screens)) {
138 bool mutiple_screens = screens.size() > 1;
140 for (size_t i = 0; i < screens.size(); ++i) {
150 DesktopMediaID::TYPE_SCREEN, screens[i].id), title));
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
glxinit.c 191 GLint i, screens; local
194 screens = ScreenCount(priv->dpy);
195 for (i = 0; i < screens; i++) {
565 GLint i, screens; local
570 screens = ScreenCount(dpy);
571 priv->screenConfigs = Xmalloc(screens * sizeof *priv->screenConfigs);
583 for (i = 0; i < screens; i++) {
  /external/chromium_org/third_party/mesa/src/src/glx/
glxext.c 200 GLint i, screens; local
203 screens = ScreenCount(priv->dpy);
204 for (i = 0; i < screens; i++) {
205 psc = priv->screens[i];
218 XFree((char *) priv->screens);
219 priv->screens = NULL;
765 GLint i, screens; local
770 screens = ScreenCount(dpy);
771 priv->screens = Xmalloc(screens * sizeof *priv->screens)
    [all...]
glxclient.h 559 * These are the same for all screens on this display. These fields will
568 * Configurations of visuals for all screens on this display.
572 struct glx_screen **screens; member in struct:glx_display
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glxinit.c 191 GLint i, screens; local
194 screens = ScreenCount(priv->dpy);
195 for (i = 0; i < screens; i++) {
565 GLint i, screens; local
570 screens = ScreenCount(dpy);
571 priv->screenConfigs = Xmalloc(screens * sizeof *priv->screenConfigs);
583 for (i = 0; i < screens; i++) {
  /external/mesa3d/src/glx/
glxext.c 200 GLint i, screens; local
203 screens = ScreenCount(priv->dpy);
204 for (i = 0; i < screens; i++) {
205 psc = priv->screens[i];
218 XFree((char *) priv->screens);
219 priv->screens = NULL;
765 GLint i, screens; local
770 screens = ScreenCount(dpy);
771 priv->screens = Xmalloc(screens * sizeof *priv->screens)
    [all...]
glxclient.h 559 * These are the same for all screens on this display. These fields will
568 * Configurations of visuals for all screens on this display.
572 struct glx_screen **screens; member in struct:glx_display

Completed in 895 milliseconds