Searched refs:StreamConsumerAcquireKHR (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libGLESv2/ |
D | egl_ext_stubs_autogen.h | 158 EGLBoolean StreamConsumerAcquireKHR(Thread *thread, egl::Display *dpyPacked, Stream *streamPacked);
|
D | entry_points_egl_ext_autogen.cpp | 987 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()
|
D | egl_ext_stubs.cpp | 519 EGLBoolean StreamConsumerAcquireKHR(Thread *thread, Display *display, Stream *streamObject) in StreamConsumerAcquireKHR() function
|