Home
last modified time | relevance | path

Searched defs:native_display (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglGetPlatformDisplay.java5 long native_display, in eglGetPlatformDisplay()
H A DeglGetPlatformDisplay.cpp4 …(JNIEnv *_env, jobject _this, jint platform, jlong native_display, jlongArray attrib_list_ref, jin… in android_eglGetPlatformDisplay()
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java117 public synchronized EGLDisplay eglGetDisplay(Object native_display) { in eglGetDisplay()
162 private native long _eglGetDisplay(Object native_display); in _eglGetDisplay()
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DEGL15.java121 long native_display, in eglGetPlatformDisplay()
H A DEGLLogWrapper.java230 public EGLDisplay eglGetDisplay(Object native_display) { in eglGetDisplay()
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java112 EGLDisplay eglGetDisplay(Object native_display); in eglGetDisplay()
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_EGL15.cpp331 …(JNIEnv *_env, jobject _this, jint platform, jlong native_display, jlongArray attrib_list_ref, jin… in android_eglGetPlatformDisplay()
H A Dcom_google_android_gles_jni_EGLImpl.cpp398 static jlong jni_eglGetDisplay(JNIEnv *_env, jobject _this, jobject native_display) { in jni_eglGetDisplay()
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_platform_entries.cpp268 EGLDisplay eglGetPlatformDisplayImpl(EGLenum platform, void* native_display, in eglGetPlatformDisplayImpl()