Searched refs:EGL_NONE (Results 1 – 10 of 10) sorted by relevance
45 mMatchNativePixmap = EGL_NONE; in setDefaults()59 mTransparentType = EGL_NONE; in setDefaults()113 mConfigCaveat = (displayMode.Format == renderTargetFormat) ? EGL_NONE : EGL_SLOW_CONFIG; in set()160 mMatchNativePixmap = EGL_NONE; in set()173 mTransparentType = EGL_NONE; in set()195 for (const EGLint *attr = attribList; attr[0] != EGL_NONE; attr += 2) in scanForWantedComponents()237 META_ASSERT(EGL_NONE < EGL_SLOW_CONFIG && EGL_SLOW_CONFIG < EGL_NON_CONFORMANT_CONFIG); in operator ()()277 EGL_NONE307 while (attribute[0] != EGL_NONE) in getConfigs()
233 const EGLint attribList[] = {EGL_NONE}; in eglGetConfigs()270 const EGLint attribList[] = {EGL_NONE}; in eglChooseConfig()341 while (*attrib_list != EGL_NONE) in eglCreateWindowSurface()781 for (const EGLint* attribute = attrib_list; attribute[0] != EGL_NONE; attribute += 2) in eglCreateContext()
69 EGL_NONE in createGLContext()77 EGL_NONE in createGLContext()85 EGL_NONE in createGLContext()
157 EGL_NONE in defaultPbufferConfig()163 EGL_NONE in defaultPbufferConfig()200 EGL_NONE in defaultWindowConfig()206 EGL_NONE in defaultWindowConfig()244 EGL_NONE in createPbufferSurface()435 EGL_NONE in contextForSurface()
109 EGL_NONE in getDeviceForTile()117 EGL_NONE in getDeviceForTile()
277 EGL_NONE in defaultPbufferConfig()294 EGL_NONE in createPbufferSurface()583 static const EGLint attr[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE }; in createEGLImageFromTexture()
249 newConfigSpec[len + 1] = EGL10.EGL_NONE; in filterConfigSpec()281 EGL10.EGL_NONE}); in ComponentSizeChooser()
710 EGL10.EGL_NONE }; in createContext()816 newConfigSpec[len+1] = EGL10.EGL_NONE; in filterConfigSpec()831 EGL10.EGL_NONE}); in ComponentSizeChooser()
76 EGL_NONE in engine_init_display()
119 #define EGL_NONE 0x3038 /* Attrib list terminator */ macro