Searched refs:surface_native (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_EGL14.cpp | 749 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglDestroySurface() local 753 (EGLSurface)surface_native in android_eglDestroySurface() 767 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglQuerySurface() local 797 (EGLSurface)surface_native, in android_eglQuerySurface() 928 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglSurfaceAttrib() local 932 (EGLSurface)surface_native, in android_eglSurfaceAttrib() 945 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglBindTexImage() local 949 (EGLSurface)surface_native, in android_eglBindTexImage() 961 EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, surface); in android_eglReleaseTexImage() local 965 (EGLSurface)surface_native, in android_eglReleaseTexImage() [all …]
|