Searched refs:EGL_SLOW_CONFIG (Results 1 – 3 of 3) sorted by relevance
134 #define EGL_SLOW_CONFIG 0x3050 /* EGL_CONFIG_CAVEAT value */ macro
144 else if(tmp == GLX_SLOW_CONFIG) caveat = EGL_SLOW_CONFIG; in pixelFormatToConfig()
357 …if(attrib_list[i+1] != EGL_NONE && attrib_list[i+1] != EGL_SLOW_CONFIG && attrib_list[i+1] != EGL_… in eglChooseConfig()