Searched refs:eglBindTexImage (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 4 eglBindTexImage;
|
D | platform_entries.in | 33 EGL_ENTRY(EGLBoolean, eglBindTexImage, EGLDisplay, EGLSurface, EGLint)
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | EGL14.spec | 20 EGLBoolean eglBindTexImage ( EGLDisplay dpy, EGLSurface surface, EGLint buffer )
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL14.java | 370 public static native boolean eglBindTexImage( in eglBindTexImage() method in EGL14
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 31 EGL_ENTRY(EGLBoolean, eglBindTexImage, EGLDisplay, EGLSurface, EGLint)
|
D | eglApi.cpp | 298 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) { in eglBindTexImage() function 302 return cnx->platform.eglBindTexImage(dpy, surface, buffer); in eglBindTexImage()
|
D | egl_platform_entries.cpp | 1557 if (s->cnx->egl.eglBindTexImage) { in eglBindTexImageImpl() 1558 return s->cnx->egl.eglBindTexImage( in eglBindTexImageImpl()
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 163 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
|
/frameworks/base/core/jni/ |
D | android_opengl_EGL14.cpp | 947 _returnValue = eglBindTexImage( in android_eglBindTexImage()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 1995 EGLBoolean eglBindTexImage( in eglBindTexImage() function
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |