Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DConfig.h56 EGLint mConformant; // Whether contexts created with this config are conformant variable
DConfig.cpp123 mConformant = EGL_OPENGL_ES_BIT | EGL_OPENGL_ES2_BIT in Config()
393 …case EGL_CONFORMANT: match = (config->mConformant & attribute[1]) == attribute[1];… in getConfigs()
DDisplay.cpp257 case EGL_CONFORMANT: *value = configuration->mConformant; break; in getConfigAttrib()