Home
last modified time | relevance | path

Searched refs:eglGetSyncAttribKHR (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/gamesdk/src/swappy/
DEGL.cpp51 auto eglGetSyncAttribKHR = reinterpret_cast<eglGetSyncAttribKHR_type>( in create() local
53 if (eglGetSyncAttribKHR == nullptr) { in create()
89 egl->eglGetSyncAttribKHR = eglGetSyncAttribKHR; in create()
123 EGLBoolean result = eglGetSyncAttribKHR(display, mSyncFence, EGL_SYNC_STATUS_KHR, &status); in lastFrameIsComplete()
DEGL.h78 eglGetSyncAttribKHR_type eglGetSyncAttribKHR = nullptr; variable
/frameworks/native/opengl/libs/
DlibEGL.map.txt44eglGetSyncAttribKHR; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=…
Dplatform_entries.in55 EGL_ENTRY(EGLBoolean, eglGetSyncAttribKHR, EGLDisplay, EGLSyncKHR, EGLint, EGLint*)
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt65 in <value> when eglGetSyncAttribKHR is called with <attribute>
79 Returned in <value> when eglGetSyncAttribKHR is called with <attribute>
254 eglGetSyncAttribKHR return a different (dup'd) file descriptor each time
/frameworks/native/opengl/libs/EGL/
Degl_entries.in72 EGL_ENTRY(EGLBoolean, eglGetSyncAttribKHR, EGLDisplay, EGLSyncKHR, EGLint, EGLint *)
DeglApi.cpp468 EGLBoolean eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint* value) { in eglGetSyncAttribKHR() function
472 return cnx->platform.eglGetSyncAttribKHR(dpy, sync, attribute, value); in eglGetSyncAttribKHR()
Degl_platform_entries.cpp180 (__eglMustCastToProperFunctionPointerType)&eglGetSyncAttribKHR },
1960 .eglGetSyncAttribKHR); in eglGetSyncAttribImpl()
1971 .eglGetSyncAttribKHR); in eglGetSyncAttribKHRImpl()
/frameworks/native/opengl/libagl/
Degl.cpp910 (__eglMustCastToProperFunctionPointerType)&eglGetSyncAttribKHR },
2188 EGLBoolean eglGetSyncAttribKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync, in eglGetSyncAttribKHR() function
/frameworks/native/opengl/include/EGL/
Deglext.h160 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribut…