Home
last modified time | relevance | path

Searched refs:eglCreateStreamKHR (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/libs/
DlibEGL.map.txt15 eglCreateStreamKHR; # introduced=23
/frameworks/native/opengl/libs/EGL/
Degl_entries.in64 EGL_ENTRY(EGLStreamKHR, eglCreateStreamKHR, EGLDisplay, const EGLint *)
DeglApi.cpp191 (__eglMustCastToProperFunctionPointerType)&eglCreateStreamKHR },
1624 EGLStreamKHR eglCreateStreamKHR(EGLDisplay dpy, const EGLint *attrib_list) in eglCreateStreamKHR() function
1633 if (cnx->dso && cnx->egl.eglCreateStreamKHR) { in eglCreateStreamKHR()
1634 result = cnx->egl.eglCreateStreamKHR( in eglCreateStreamKHR()
/frameworks/native/opengl/include/EGL/
Deglext.h363 EGLAPI EGLStreamKHR EGLAPIENTRY eglCreateStreamKHR(EGLDisplay dpy, const EGLint *attrib_list);