Searched refs:eglCreateStreamKHR (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp190 { "eglCreateStreamKHR",
191 (__eglMustCastToProperFunctionPointerType)&eglCreateStreamKHR },
1624 EGLStreamKHR eglCreateStreamKHR(EGLDisplay dpy, const EGLint *attrib_list) function
1633 if (cnx->dso && cnx->egl.eglCreateStreamKHR) {
1634 result = cnx->egl.eglCreateStreamKHR(
/frameworks/native/opengl/include/EGL/
H A Deglext.h363 EGLAPI EGLStreamKHR EGLAPIENTRY eglCreateStreamKHR(EGLDisplay dpy, const EGLint *attrib_list);

Completed in 203 milliseconds