Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/angeles/include/GLES/
Degltypes.h19 #define EGL_NO_DISPLAY ((EGLDisplay)0) macro
/frameworks/base/opengl/java/android/opengl/
DEGL15.java72 public static final EGLDisplay EGL_NO_DISPLAY = null; field in EGL15
DEGL14.java35 public static EGLDisplay EGL_NO_DISPLAY = null; field in EGL14
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java93 EGLDisplay EGL_NO_DISPLAY = new com.google.android.gles_jni.EGLDisplayImpl(0); field
/frameworks/native/opengl/include/EGL/
Degl.h99 #define EGL_NO_DISPLAY EGL_CAST(EGLDisplay,0) macro