Searched refs:EGL_RED_SIZE (Results 1 – 6 of 6) sorted by relevance
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/ |
D | GL2JNIView.java | 151 EGL10.EGL_RED_SIZE, 4, 198 EGL10.EGL_RED_SIZE, 0); in chooseConfig() 238 EGL10.EGL_RED_SIZE, in printConfig()
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | app-linux.c | 97 EGL_RED_SIZE, 5, in initGraphics() 101 EGL_RED_SIZE, 8, in initGraphics()
|
D | app-win32.c | 83 EGL_RED_SIZE, 5, in initEGL() 87 EGL_RED_SIZE, 8, in initEGL()
|
/development/ndk/sources/android/ndk_helper/ |
D | GLContext.cpp | 109 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()
|
/development/ndk/platforms/android-9/samples/native-activity/jni/ |
D | main.c | 75 EGL_RED_SIZE, 8, in engine_init_display()
|
/development/ndk/platforms/android-9/include/EGL/ |
D | egl.h | 100 #define EGL_RED_SIZE 0x3024 macro
|