Searched refs:ScreenCount (Results 1 – 6 of 6) sorted by relevance
35 int screenCount = ScreenCount(display); in GetNvidiaDriverVersionWithXNVCtrl()
83 for (i = 0; i < ScreenCount(glx_dpy->dpy); i++) { in __glX_send_client_info()
217 screens = ScreenCount(priv->dpy); in FreeScreenConfigs()800 screens = ScreenCount(dpy); in AllocAndFetchScreenConfigs()
179 if ((scrn < 0) || (scrn >= ScreenCount(dpy))) { in GetGLXPrivScreenConfig()208 int num_screens = ScreenCount(dpy); in ValidateGLXFBConfig()1667 && (screen >= 0) && (screen < ScreenCount(dpy)) in glXGetFBConfigs()
110 int ScreenCount();
126 int DxgiDuplicatorController::ScreenCount() { in ScreenCount() function in webrtc::DxgiDuplicatorController