Home
last modified time | relevance | path

Searched refs:display_id (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglGetDisplay.cpp4 (JNIEnv *_env, jobject _this, jlong display_id) { in android_eglGetDisplay() argument
7 reinterpret_cast<EGLNativeDisplayType>(display_id) in android_eglGetDisplay()
15 (JNIEnv *_env, jobject _this, jint display_id) { in android_eglGetDisplayInt() argument
17 if (static_cast<uintptr_t>(display_id) != in android_eglGetDisplayInt()
22 return android_eglGetDisplay(_env, _this, display_id); in android_eglGetDisplayInt()
DeglGetDisplay.java4 int display_id in eglGetDisplay() argument
11 long display_id in eglGetDisplay() argument
/frameworks/base/opengl/java/android/opengl/
DEGL14.java160 int display_id in eglGetDisplay() argument
167 long display_id in eglGetDisplay() argument
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec2 EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id )
/frameworks/base/libs/hwui/tests/
Dnullegl.cpp58 EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id) { in eglGetDisplay() argument
/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp150 (JNIEnv *_env, jobject _this, jlong display_id) { in android_eglGetDisplay() argument
153 reinterpret_cast<EGLNativeDisplayType>(display_id) in android_eglGetDisplay()
161 (JNIEnv *_env, jobject _this, jint display_id) { in android_eglGetDisplayInt() argument
163 if (static_cast<uintptr_t>(display_id) != in android_eglGetDisplayInt()
168 return android_eglGetDisplay(_env, _this, display_id); in android_eglGetDisplayInt()
/frameworks/native/opengl/include/EGL/
Degl.h251 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay(EGLNativeDisplayType display_id);
Deglext.h500 … EGLBoolean EGLAPIENTRY eglQueryNativeDisplayNV( EGLDisplay dpy, EGLNativeDisplayType* display_id);
504 …an (EGLAPIENTRYP PFNEGLQUERYNATIVEDISPLAYNVPROC)(EGLDisplay dpy, EGLNativeDisplayType *display_id);