Searched refs:sync_native (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_EGL15.cpp | 252 EGLSync sync_native = (EGLSync) fromEGLHandle(_env, eglsyncGetHandleID, sync); in android_eglGetSyncAttrib() local 275 (EGLSync)sync_native, in android_eglGetSyncAttrib() 302 EGLSync sync_native = (EGLSync) fromEGLHandle(_env, eglsyncGetHandleID, sync); in android_eglDestroySync() local 306 (EGLSync)sync_native in android_eglDestroySync() 317 EGLSync sync_native = (EGLSync) fromEGLHandle(_env, eglsyncGetHandleID, sync); in android_eglClientWaitSync() local 321 (EGLSync)sync_native, in android_eglClientWaitSync() 458 EGLSync sync_native = (EGLSync) fromEGLHandle(_env, eglsyncGetHandleID, sync); in android_eglWaitSync() local 462 (EGLSync)sync_native, in android_eglWaitSync()
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreateSync.cpp | 58 EGLSync sync_native = (EGLSync) fromEGLHandle(_env, eglsyncGetHandleID, sync); in android_eglGetSyncAttrib() local 81 (EGLSync)sync_native, in android_eglGetSyncAttrib()
|