Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DConfig.h55 EGLint mConformant; // Whether contexts created with this config are conformant variable
DConfig.cpp126 mConformant = EGL_OPENGL_ES_BIT | EGL_OPENGL_ES2_BIT | EGL_OPENGL_ES3_BIT; in Config()
400 …case EGL_CONFORMANT: match = (config->mConformant & attribIt->second) == attribIt-… in getConfigs()
DDisplay.cpp276 case EGL_CONFORMANT: *value = configuration->mConformant; break; in getConfigAttrib()