Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibEGL.map.txt19 eglCreateStreamKHR; # introduced=23
Dplatform_entries.in56 EGL_ENTRY(EGLStreamKHR, eglCreateStreamKHR, EGLDisplay, const EGLint*)
/frameworks/native/opengl/libs/EGL/
Degl_entries.in76 EGL_ENTRY(EGLStreamKHR, eglCreateStreamKHR, EGLDisplay, const EGLint *)
DeglApi.cpp475 EGLStreamKHR eglCreateStreamKHR(EGLDisplay dpy, const EGLint* attrib_list) { in eglCreateStreamKHR() function
479 return cnx->platform.eglCreateStreamKHR(dpy, attrib_list); in eglCreateStreamKHR()
Degl_platform_entries.cpp209 (__eglMustCastToProperFunctionPointerType)&eglCreateStreamKHR },
1981 if (cnx->dso && cnx->egl.eglCreateStreamKHR) { in eglCreateStreamKHRImpl()
1982 result = cnx->egl.eglCreateStreamKHR( in eglCreateStreamKHRImpl()
/frameworks/native/opengl/include/EGL/
Deglext.h353 EGLAPI EGLStreamKHR EGLAPIENTRY eglCreateStreamKHR (EGLDisplay dpy, const EGLint *attrib_list);