Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DeglApi.cpp1328 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function
/frameworks/native/opengl/libagl/
Degl.cpp2111 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto608 eglDestroySyncKHR = 2039; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1221 const GLMessage_Function GLMessage::eglDestroySyncKHR; member in android::gltrace::GLMessage
Dgltrace.pb.h1569 static const Function eglDestroySyncKHR = GLMessage_Function_eglDestroySyncKHR; variable