Searched refs:eglCreateStreamKHR (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 19 eglCreateStreamKHR; # introduced=23
|
D | platform_entries.in | 56 EGL_ENTRY(EGLStreamKHR, eglCreateStreamKHR, EGLDisplay, const EGLint*)
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 76 EGL_ENTRY(EGLStreamKHR, eglCreateStreamKHR, EGLDisplay, const EGLint *)
|
D | eglApi.cpp | 475 EGLStreamKHR eglCreateStreamKHR(EGLDisplay dpy, const EGLint* attrib_list) { in eglCreateStreamKHR() function 479 return cnx->platform.eglCreateStreamKHR(dpy, attrib_list); in eglCreateStreamKHR()
|
D | egl_platform_entries.cpp | 209 (__eglMustCastToProperFunctionPointerType)&eglCreateStreamKHR }, 1981 if (cnx->dso && cnx->egl.eglCreateStreamKHR) { in eglCreateStreamKHRImpl() 1982 result = cnx->egl.eglCreateStreamKHR( in eglCreateStreamKHRImpl()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 353 EGLAPI EGLStreamKHR EGLAPIENTRY eglCreateStreamKHR (EGLDisplay dpy, const EGLint *attrib_list);
|