HomeSort by relevance Sort by last modified time
    Searched refs:mConformant (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/angle/src/libEGL/
Config.h 49 EGLint mConformant; // Whether contexts created with this config are conformant
Config.cpp 89 mConformant = EGL_OPENGL_ES2_BIT;
139 mConformant |= EGL_OPENGL_ES3_BIT_KHR;
302 case EGL_CONFORMANT: match = (config->mConformant & attribute[1]) == attribute[1]; break;
Display.cpp 176 case EGL_CONFORMANT: *value = configuration->mConformant; break;

Completed in 50 milliseconds