Searched defs:EGL_NO_DISPLAY (Results 1 – 4 of 4) sorted by relevance
19 #define EGL_NO_DISPLAY ((EGLDisplay)0) macro
70 #define EGL_NO_DISPLAY ((EGLDisplay)0) macro
93 EGLDisplay EGL_NO_DISPLAY = new com.google.android.gles_jni.EGLDisplayImpl(0); field
34 public static EGLDisplay EGL_NO_DISPLAY = null; field in EGL14