Searched defs:EGL_NO_DISPLAY (Results 1 – 5 of 5) sorted by relevance
19 #define EGL_NO_DISPLAY ((EGLDisplay)0) macro
72 public static final EGLDisplay EGL_NO_DISPLAY = null; field in EGL15
35 public static EGLDisplay EGL_NO_DISPLAY = null; field in EGL14
93 EGLDisplay EGL_NO_DISPLAY = new com.google.android.gles_jni.EGLDisplayImpl(0); field
99 #define EGL_NO_DISPLAY EGL_CAST(EGLDisplay,0) macro