Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcConfigListEGL.cpp106 deUint32 conformantBits = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_CONFORMANT); in getDefaultEglConfigList() local
116 bool isConformant = (conformantBits & conformantMask) == conformantMask; in getDefaultEglConfigList()