Home
last modified time | relevance | path

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

/development/ndk/sources/android/ndk_helper/
DGLContext.cpp109 EGL_RED_SIZE, 8, EGL_DEPTH_SIZE, 24, EGL_NONE }; in InitEGLSurface()
122 EGL_RED_SIZE, 8, EGL_DEPTH_SIZE, 16, EGL_NONE }; in InitEGLSurface()
151 EGL_NONE }; in InitEGLContext()
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
DGL2JNIView.java115 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext()
155 EGL10.EGL_NONE
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dapp-linux.c111 EGL_NONE in initGraphics()
Dapp-win32.c97 EGL_NONE in initEGL()
/development/ndk/platforms/android-9/samples/native-activity/jni/
Dmain.c76 EGL_NONE in engine_init_display()
/development/ndk/platforms/android-9/include/EGL/
Degl.h119 #define EGL_NONE 0x3038 /* Attrib list terminator */ macro