Searched refs:display_id (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglGetDisplay.cpp | 4 (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()
|
D | eglGetDisplay.java | 4 int display_id in eglGetDisplay() argument 11 long display_id in eglGetDisplay() argument
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL14.java | 160 int display_id in eglGetDisplay() argument 167 long display_id in eglGetDisplay() argument
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | EGL14.spec | 2 EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id )
|
/frameworks/base/libs/hwui/tests/ |
D | nullegl.cpp | 58 EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id) { in eglGetDisplay() argument
|
/frameworks/base/core/jni/ |
D | android_opengl_EGL14.cpp | 150 (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/ |
D | egl.h | 251 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay(EGLNativeDisplayType display_id);
|
D | eglext.h | 500 … EGLBoolean EGLAPIENTRY eglQueryNativeDisplayNV( EGLDisplay dpy, EGLNativeDisplayType* display_id); 504 …an (EGLAPIENTRYP PFNEGLQUERYNATIVEDISPLAYNVPROC)(EGLDisplay dpy, EGLNativeDisplayType *display_id);
|