Home
last modified time | relevance | path

Searched defs:eglDestroySyncKHR (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/opengl/libs/EGL/
DeglApi.cpp1435 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function
/frameworks/native/opengl/libagl/
Degl.cpp2109 EGLBoolean eglDestroySyncKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync) in eglDestroySyncKHR() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto798 eglDestroySyncKHR = 2039; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1603 const GLMessage_Function GLMessage::eglDestroySyncKHR; member in android::gltrace::GLMessage
Dgltrace.pb.h1951 static const Function eglDestroySyncKHR = GLMessage_Function_eglDestroySyncKHR; variable