Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Degl_ext_stubs_autogen.h153 EGLBoolean StreamAttribKHR(Thread *thread,
Dentry_points_egl_ext_autogen.cpp968 EGL_EVENT(StreamAttribKHR, in EGL_StreamAttribKHR()
977 ANGLE_EGL_VALIDATE(thread, StreamAttribKHR, GetDisplayIfValid(dpyPacked), EGLBoolean, dpyPacked, in EGL_StreamAttribKHR()
980 return StreamAttribKHR(thread, dpyPacked, streamPacked, attribute, value); in EGL_StreamAttribKHR()
Degl_ext_stubs.cpp495 EGLBoolean StreamAttribKHR(Thread *thread, in StreamAttribKHR() function