Home
last modified time | relevance | path

Searched refs:eglQueryWaylandBufferWL (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/docs/
DWL_bind_wayland_display.spec59 EGLBoolean eglQueryWaylandBufferWL(EGLDisplay dpy,
101 various planes. The eglQueryWaylandBufferWL function should be
110 If eglQueryWaylandBufferWL succeeds, the returned value will be
/external/mesa3d/include/EGL/
Deglmesaext.h127 EGLAPI EGLBoolean EGLAPIENTRY eglQueryWaylandBufferWL(EGLDisplay dpy, struct wl_buffer *buffer, EGL…
/external/mesa3d/src/egl/main/
Deglapi.c939 { "eglQueryWaylandBufferWL", (_EGLProc) eglQueryWaylandBufferWL }, in eglGetProcAddress()
1542 eglQueryWaylandBufferWL(EGLDisplay dpy,struct wl_buffer *buffer, in eglQueryWaylandBufferWL() function