Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libEGL/
DConfig.cpp130 mSurfaceType = EGL_PBUFFER_BIT | EGL_WINDOW_BIT | EGL_SWAP_BEHAVIOR_PRESERVED_BIT; in Config()
288 …case EGL_SURFACE_TYPE: match = (config->mSurfaceType & attribute[1]) == attribute[1];… in getConfigs()
DConfig.h65 EGLint mSurfaceType; // Which types of EGL surfaces are supported. variable
DDisplay.cpp162 case EGL_SURFACE_TYPE: *value = configuration->mSurfaceType; break; in getConfigAttrib()
357 if (!(configuration->mSurfaceType & EGL_PBUFFER_BIT)) in createOffscreenSurface()