Home
last modified time | relevance | path

Searched defs:native_pixmap (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java51 …ic native boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap); in eglCopyBuffers()
78 …face eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attr… in eglCreatePixmapSurface()
159 …xmapSurface(EGLSurface sur, EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attr… in _eglCreatePixmapSurface()
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java65 Object native_pixmap) { in eglCopyBuffers()
110 EGLConfig config, Object native_pixmap, int[] attrib_list) { in eglCreatePixmapSurface()
H A DEGL15.java141 java.nio.Buffer native_pixmap, in eglCreatePlatformPixmapSurface()
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java99 boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap); in eglCopyBuffers()
103 …EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int… in eglCreatePixmapSurface()
/aosp14/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp251 jobject display, jobject config, jobject native_pixmap, in jni_eglCreatePixmapSurface()
444 jobject surface, jobject native_pixmap) { in jni_eglCopyBuffers()