Searched refs:mConformant (Results 1 – 3 of 3) sorted by relevance
79 mConformant = EGL_OPENGL_ES2_BIT; in Config()286 …case EGL_CONFORMANT: match = (config->mConformant & attribute[1]) == attribute[1]; … in getConfigs()
49 EGLint mConformant; // Whether contexts created with this config are conformant variable
176 case EGL_CONFORMANT: *value = configuration->mConformant; break; in getConfigAttrib()