Searched refs:mSurfaceType (Results 1 – 3 of 3) sorted by relevance
58 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()
68 EGLint mSurfaceType; // Which types of EGL surfaces are supported. variable
320 case EGL_SURFACE_TYPE: *value = configuration->mSurfaceType; break; in getConfigAttrib()