Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DConfig.cpp42 mConformant = 0; in setDefaults()
115 mConformant = EGL_OPENGL_ES2_BIT; in set()
339 …case EGL_CONFORMANT: match = (config->mConformant & attribute[1]) == attribute[1]; … in getConfigs()
DConfig.h52 EGLint mConformant; // Whether contexts created with this config are conformant variable
DDisplay.cpp334 case EGL_CONFORMANT: *value = configuration->mConformant; break; in getConfigAttrib()