Home
last modified time | relevance | path

Searched defs:native_window (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java87 …face eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attr… in eglCreateWindowSurface()
160 …ong _eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attr… in _eglCreateWindowSurface()
161 …lCreateWindowSurfaceTexture(EGLDisplay display, EGLConfig config, Object native_window, int[] attr… in _eglCreateWindowSurfaceTexture()
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DEGL15.java131 java.nio.Buffer native_window, in eglCreatePlatformWindowSurface()
H A DEGLLogWrapper.java126 EGLConfig config, Object native_window, int[] attrib_list) { in eglCreateWindowSurface()
/aosp14/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp258 jobject config, jobject native_window, jintArray attrib_list) { in jni_eglCreateWindowSurface()
285 jobject config, jobject native_window, jintArray attrib_list) { in jni_eglCreateWindowSurfaceTexture()
H A Dandroid_opengl_EGL15.cpp388 void *native_window = (void *) 0; in android_eglCreatePlatformWindowSurface() local
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java104 …EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int… in eglCreateWindowSurface()