Home
last modified time | relevance | path

Searched refs:ScreenCount (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/gpu_info_util/
DSystemInfo_x11.cpp35 int screenCount = ScreenCount(display); in GetNvidiaDriverVersionWithXNVCtrl()
/external/mesa3d/src/glx/
Dclientinfo.c83 for (i = 0; i < ScreenCount(glx_dpy->dpy); i++) { in __glX_send_client_info()
Dglxext.c217 screens = ScreenCount(priv->dpy); in FreeScreenConfigs()
800 screens = ScreenCount(dpy); in AllocAndFetchScreenConfigs()
Dglxcmds.c179 if ((scrn < 0) || (scrn >= ScreenCount(dpy))) { in GetGLXPrivScreenConfig()
208 int num_screens = ScreenCount(dpy); in ValidateGLXFBConfig()
1667 && (screen >= 0) && (screen < ScreenCount(dpy)) in glXGetFBConfigs()
/external/webrtc/modules/desktop_capture/win/
Ddxgi_duplicator_controller.h110 int ScreenCount();
Ddxgi_duplicator_controller.cc126 int DxgiDuplicatorController::ScreenCount() { in ScreenCount() function in webrtc::DxgiDuplicatorController