Searched refs:PRIMARY_DISPLAY (Results 1 – 3 of 3) sorted by relevance
44 const EGLDisplay PRIMARY_DISPLAY = reinterpret_cast<EGLDisplay>((intptr_t)1); variable
160 return success(PRIMARY_DISPLAY); // We only support the default display in GetDisplay()1296 return success(PRIMARY_DISPLAY); // We only support the default display in GetPlatformDisplay()
62 if(dpy != PRIMARY_DISPLAY && dpy != HEADLESS_DISPLAY) // We only support the default display in get()