Searched defs:EGL_COLOR_BUFFER_TYPE (Results 1 - 3 of 3) sorted by last modified time

/frameworks/native/opengl/include/EGL/
H A Degl.h126 #define EGL_COLOR_BUFFER_TYPE 0x303F macro
137 #define EGL_RGB_BUFFER 0x308E /* EGL_COLOR_BUFFER_TYPE value */
138 #define EGL_LUMINANCE_BUFFER 0x308F /* EGL_COLOR_BUFFER_TYPE value */
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java62 int EGL_COLOR_BUFFER_TYPE = 0x303F; field in interface:EGL10
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java84 public static final int EGL_COLOR_BUFFER_TYPE = 0x303F; field in class:EGL14

Completed in 24 milliseconds