Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DConfig.cpp58 mSurfaceType = EGL_WINDOW_BIT; in setDefaults()
172 mSurfaceType = EGL_PBUFFER_BIT | EGL_WINDOW_BIT | EGL_SWAP_BEHAVIOR_PRESERVED_BIT; in set()
325 …case EGL_SURFACE_TYPE: match = (config->mSurfaceType & attribute[1]) == attribute[1];… in getConfigs()
DConfig.h68 EGLint mSurfaceType; // Which types of EGL surfaces are supported. variable
DDisplay.cpp320 case EGL_SURFACE_TYPE: *value = configuration->mSurfaceType; break; in getConfigAttrib()