Searched defs:EGL_NO_CONTEXT (Results 1 – 4 of 4) sorted by relevance
18 #define EGL_NO_CONTEXT ((EGLContext)0) macro
69 #define EGL_NO_CONTEXT ((EGLContext)0) macro
94 EGLContext EGL_NO_CONTEXT = new com.google.android.gles_jni.EGLContextImpl(0); field
33 public static EGLContext EGL_NO_CONTEXT = null; field in EGL14