Searched refs:CreateStreamKHR (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libGLESv2/ |
D | egl_ext_stubs_autogen.h | 58 EGLStreamKHR CreateStreamKHR(Thread *thread,
|
D | entry_points_egl_ext_autogen.cpp | 887 EGL_EVENT(CreateStreamKHR, "dpy = 0x%016" PRIxPTR ", attrib_list = 0x%016" PRIxPTR "", in EGL_CreateStreamKHR() 895 ANGLE_EGL_VALIDATE(thread, CreateStreamKHR, GetDisplayIfValid(dpyPacked), EGLStreamKHR, in EGL_CreateStreamKHR() 898 return CreateStreamKHR(thread, dpyPacked, attrib_listPacked); in EGL_CreateStreamKHR()
|
D | egl_ext_stubs.cpp | 94 EGLStreamKHR CreateStreamKHR(Thread *thread, Display *display, const AttributeMap &attributes) in CreateStreamKHR() function
|