Searched refs:EGL_CONFORMANT (Results 1 – 3 of 3) sorted by relevance
129 #define EGL_CONFORMANT 0x3042 macro
339 …case EGL_CONFORMANT: match = (config->mConformant & attribute[1]) == attribute[1]; … in getConfigs()
334 case EGL_CONFORMANT: *value = configuration->mConformant; break; in getConfigAttrib()