Searched refs:PRIMARY_DISPLAY (Results 1 – 3 of 3) sorted by relevance
45 const EGLDisplay PRIMARY_DISPLAY = reinterpret_cast<EGLDisplay>((intptr_t)1); variable
165 return success(PRIMARY_DISPLAY); // We only support the default display in GetDisplay()1355 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()