Searched refs:mConformant (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/libEGL/
H A DConfig.cpp86 mConformant = EGL_OPENGL_ES2_BIT;
136 mConformant |= EGL_OPENGL_ES3_BIT_KHR;
299 case EGL_CONFORMANT: match = (config->mConformant & attribute[1]) == attribute[1]; break;
H A DConfig.h48 EGLint mConformant; // Whether contexts created with this config are conformant member in class:egl::Config
H A DDisplay.cpp182 case EGL_CONFORMANT: *value = configuration->mConformant; break;

Completed in 217 milliseconds