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

  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Config.cpp 58 mSurfaceType = EGL_WINDOW_BIT;
172 mSurfaceType = EGL_PBUFFER_BIT | EGL_WINDOW_BIT | EGL_SWAP_BEHAVIOR_PRESERVED_BIT;
325 case EGL_SURFACE_TYPE: match = (config->mSurfaceType & attribute[1]) == attribute[1]; break;
Config.h 68 EGLint mSurfaceType; // Which types of EGL surfaces are supported.
Display.cpp 320 case EGL_SURFACE_TYPE: *value = configuration->mSurfaceType; break;

Completed in 1471 milliseconds