Searched defs:EGL_NO_SURFACE (Results 1 – 5 of 5) sorted by relevance
20 #define EGL_NO_SURFACE ((EGLSurface)0) macro
73 public static final EGLSurface EGL_NO_SURFACE = null; field in EGL15
36 public static EGLSurface EGL_NO_SURFACE = null; field in EGL14
96 EGLSurface EGL_NO_SURFACE = new com.google.android.gles_jni.EGLSurfaceImpl(0); field
100 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0) macro