Searched refs:EGL_MULTISAMPLE_RESOLVE_DEFAULT (Results 1 – 5 of 5) sorted by relevance
331 surf->MultisampleResolve = EGL_MULTISAMPLE_RESOLVE_DEFAULT; in _eglInitSurface()442 case EGL_MULTISAMPLE_RESOLVE_DEFAULT: in _eglSurfaceAttrib()
180 case EGL_MULTISAMPLE_RESOLVE_DEFAULT: return "EGL_MULTISAMPLE_RESOLVE_DEFAULT";
217 #define EGL_MULTISAMPLE_RESOLVE_DEFAULT 0x309A /* EGL_MULTISAMPLE_RESOLVE value */ macro
186 …if (multisampleResolve != EGL_MULTISAMPLE_RESOLVE_DEFAULT && multisampleResolve != EGL_MULTISAMPLE… in checkCommonAttributes()526 if (value != EGL_MULTISAMPLE_RESOLVE_DEFAULT) in testAttributes()
149 #define EGL_MULTISAMPLE_RESOLVE_DEFAULT 0x309A macro