Searched refs:mConformant (Results 1 – 3 of 3) sorted by relevance
55 EGLint mConformant; // Whether contexts created with this config are conformant variable
125 mConformant = EGL_OPENGL_ES_BIT | EGL_OPENGL_ES2_BIT | EGL_OPENGL_ES3_BIT; in Config()398 …case EGL_CONFORMANT: match = (config->mConformant & attribIt->second) == attribIt-… in getConfigs()
276 case EGL_CONFORMANT: *value = configuration->mConformant; break; in getConfigAttrib()