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

  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Config.cpp 42 mConformant = 0;
115 mConformant = EGL_OPENGL_ES2_BIT;
339 case EGL_CONFORMANT: match = (config->mConformant & attribute[1]) == attribute[1]; break;
Config.h 52 EGLint mConformant; // Whether contexts created with this config are conformant
Display.cpp 334 case EGL_CONFORMANT: *value = configuration->mConformant; break;

Completed in 131 milliseconds