Home
last modified time | relevance | path

Searched refs:native_display (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglGetPlatformDisplay.cpp4 …(JNIEnv *_env, jobject _this, jint platform, jlong native_display, jlongArray attrib_list_ref, jin… in android_eglGetPlatformDisplay() argument
32 (void *)native_display, in android_eglGetPlatformDisplay()
DeglGetPlatformDisplay.java5 long native_display, in eglGetPlatformDisplay() argument
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java108 public synchronized EGLDisplay eglGetDisplay(Object native_display) { in eglGetDisplay() argument
109 long value = _eglGetDisplay(native_display); in eglGetDisplay()
153 private native long _eglGetDisplay(Object native_display); in _eglGetDisplay() argument
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL15.spec6 // NOTE: native_display isn't actually an EGLAttrib. Using EGLAttrib
/frameworks/base/opengl/java/android/opengl/
DEGL15.java121 long native_display, in eglGetPlatformDisplay() argument
DEGLLogWrapper.java230 public EGLDisplay eglGetDisplay(Object native_display) { in eglGetDisplay() argument
232 arg("native_display", native_display); in eglGetDisplay()
235 EGLDisplay result = mEgl10.eglGetDisplay(native_display); in eglGetDisplay()
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java112 EGLDisplay eglGetDisplay(Object native_display); in eglGetDisplay() argument
/frameworks/base/core/jni/
Dandroid_opengl_EGL15.cpp331 …(JNIEnv *_env, jobject _this, jint platform, jlong native_display, jlongArray attrib_list_ref, jin… in android_eglGetPlatformDisplay() argument
359 (void *)native_display, in android_eglGetPlatformDisplay()
Dcom_google_android_gles_jni_EGLImpl.cpp402 static jlong jni_eglGetDisplay(JNIEnv *_env, jobject _this, jobject native_display) { in jni_eglGetDisplay() argument
/frameworks/native/opengl/include/EGL/
Degl.h293 EGLAPI EGLDisplay EGLAPIENTRY eglGetPlatformDisplay (EGLenum platform, void *native_display, const …
Deglext.h850 …LAPIENTRYP PFNEGLGETPLATFORMDISPLAYEXTPROC) (EGLenum platform, void *native_display, const EGLint …
854 EGLAPI EGLDisplay EGLAPIENTRY eglGetPlatformDisplayEXT (EGLenum platform, void *native_display, con…
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp307 EGLDisplay eglGetPlatformDisplayImpl(EGLenum platform, void* native_display, in eglGetPlatformDisplayImpl() argument
309 return eglGetPlatformDisplayTmpl(platform, static_cast<EGLNativeDisplayType>(native_display), in eglGetPlatformDisplayImpl()