Home
last modified time | relevance | path

Searched refs:EGL_NONE (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DConfig.cpp45 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_NONE
307 while (attribute[0] != EGL_NONE) in getConfigs()
DlibEGL.cpp233 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()
/external/skia/src/gpu/android/
DSkNativeGLContext_android.cpp69 EGL_NONE in createGLContext()
77 EGL_NONE in createGLContext()
85 EGL_NONE in createGLContext()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DEGLDisplayOpenVG.cpp157 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()
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DGaneshContext.cpp109 EGL_NONE in getDeviceForTile()
117 EGL_NONE in getDeviceForTile()
DGLUtils.cpp277 EGL_NONE in defaultPbufferConfig()
294 EGL_NONE in createPbufferSurface()
583 static const EGLint attr[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE }; in createEGLImageFromTexture()
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
DAndroidConfigChooser.java249 newConfigSpec[len + 1] = EGL10.EGL_NONE; in filterConfigSpec()
281 EGL10.EGL_NONE}); in ComponentSizeChooser()
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java710 EGL10.EGL_NONE }; in createContext()
816 newConfigSpec[len+1] = EGL10.EGL_NONE; in filterConfigSpec()
831 EGL10.EGL_NONE}); in ComponentSizeChooser()
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
Dmain.c76 EGL_NONE in engine_init_display()
/external/webkit/Source/ThirdParty/ANGLE/include/EGL/
Degl.h119 #define EGL_NONE 0x3038 /* Attrib list terminator */ macro