Home
last modified time | relevance | path

Searched defs:eglGetSyncAttrib (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreateSync.java15 public static native boolean eglGetSyncAttrib( in eglGetSyncAttrib() method
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DEGL15.java93 public static native boolean eglGetSyncAttrib( in eglGetSyncAttrib() method in EGL15
/aosp12/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp457 EGLBoolean eglGetSyncAttrib(EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib* value) { in eglGetSyncAttrib() function