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

  /external/chromium_org/third_party/angle/src/libEGL/
Config.h 64 EGLint mSurfaceType; // Which types of EGL surfaces are supported.
Config.cpp 127 mSurfaceType = EGL_PBUFFER_BIT | EGL_WINDOW_BIT | EGL_SWAP_BEHAVIOR_PRESERVED_BIT;
285 case EGL_SURFACE_TYPE: match = (config->mSurfaceType & attribute[1]) == attribute[1]; break;
Display.cpp 168 case EGL_SURFACE_TYPE: *value = configuration->mSurfaceType; break;
363 if (!(configuration->mSurfaceType & EGL_PBUFFER_BIT))

Completed in 32 milliseconds