Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DeglApi.cpp1125 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) in eglCreateSyncKHR() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto503 eglCreateSyncKHR = 2038; enumerator
/frameworks/native/opengl/libagl/
Degl.cpp2074 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, in eglCreateSyncKHR() function
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1012 const GLMessage_Function GLMessage::eglCreateSyncKHR; member in android::gltrace::GLMessage
Dgltrace.pb.h1345 static const Function eglCreateSyncKHR = GLMessage_Function_eglCreateSyncKHR; variable