Home
last modified time | relevance | path

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

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