Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Degl_ext_stubs_autogen.h158 EGLBoolean StreamConsumerAcquireKHR(Thread *thread, egl::Display *dpyPacked, Stream *streamPacked);
Dentry_points_egl_ext_autogen.cpp987 EGL_EVENT(StreamConsumerAcquireKHR, "dpy = 0x%016" PRIxPTR ", stream = 0x%016" PRIxPTR "", in EGL_StreamConsumerAcquireKHR()
995 ANGLE_EGL_VALIDATE(thread, StreamConsumerAcquireKHR, GetDisplayIfValid(dpyPacked), EGLBoolean, in EGL_StreamConsumerAcquireKHR()
998 return StreamConsumerAcquireKHR(thread, dpyPacked, streamPacked); in EGL_StreamConsumerAcquireKHR()
Degl_ext_stubs.cpp519 EGLBoolean StreamConsumerAcquireKHR(Thread *thread, Display *display, Stream *streamObject) in StreamConsumerAcquireKHR() function