Searched defs:EGL_NO_SURFACE (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degltypes.h20 #define EGL_NO_SURFACE ((EGLSurface)0) macro
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp86 eglMakeCurrent(display(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); local
96 if (context() == EGL_NO_CONTEXT || surface() == EGL_NO_SURFACE)
123 (surface() != EGL_NO_SURFACE);
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java95 EGLSurface EGL_NO_SURFACE = new com.google.android.gles_jni.EGLSurfaceImpl(0); field in interface:EGL10
/frameworks/native/opengl/include/EGL/
H A Degl.h71 #define EGL_NO_SURFACE ((EGLSurface)0) macro
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java35 public static EGLSurface EGL_NO_SURFACE = null; field in class:EGL14

Completed in 262 milliseconds