Home
last modified time | relevance | path

Searched defs:EGL_NO_SURFACE (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/tests/angeles/include/GLES/
Degltypes.h20 #define EGL_NO_SURFACE ((EGLSurface)0) macro
/frameworks/native/opengl/include/EGL/
Degl.h71 #define EGL_NO_SURFACE ((EGLSurface)0) macro
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java95 EGLSurface EGL_NO_SURFACE = new com.google.android.gles_jni.EGLSurfaceImpl(0); field
/frameworks/base/opengl/java/android/opengl/
DEGL14.java35 public static EGLSurface EGL_NO_SURFACE = null; field in EGL14