Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/angeles/include/GLES/
Degltypes.h20 #define EGL_NO_SURFACE ((EGLSurface)0) macro
/frameworks/base/opengl/java/android/opengl/
DEGL15.java73 public static final EGLSurface EGL_NO_SURFACE = null; field in EGL15
DEGL14.java36 public static EGLSurface EGL_NO_SURFACE = null; field in EGL14
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java96 EGLSurface EGL_NO_SURFACE = new com.google.android.gles_jni.EGLSurfaceImpl(0); field
/frameworks/native/opengl/include/EGL/
Degl.h100 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0) macro