Searched refs:mSurfaceType (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/libEGL/
H A DConfig.h64 EGLint mSurfaceType; // Which types of EGL surfaces are supported. member in class:egl::Config
H A DConfig.cpp127 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;
H A DDisplay.cpp168 case EGL_SURFACE_TYPE: *value = configuration->mSurfaceType; break;
363 if (!(configuration->mSurfaceType & EGL_PBUFFER_BIT))

Completed in 63 milliseconds