Searched defs:EGL_NO_SURFACE (Results 1 – 4 of 4) sorted by relevance
20 #define EGL_NO_SURFACE ((EGLSurface)0) macro
71 #define EGL_NO_SURFACE ((EGLSurface)0) macro
95 EGLSurface EGL_NO_SURFACE = new com.google.android.gles_jni.EGLSurfaceImpl(0); field
35 public static EGLSurface EGL_NO_SURFACE = null; field in EGL14