Searched refs:mSurfaceType (Results 1 – 3 of 3) sorted by relevance
130 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()
65 EGLint mSurfaceType; // Which types of EGL surfaces are supported. variable
162 case EGL_SURFACE_TYPE: *value = configuration->mSurfaceType; break; in getConfigAttrib()357 if (!(configuration->mSurfaceType & EGL_PBUFFER_BIT)) in createOffscreenSurface()