Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibEGL.map.txt20 eglCreateStreamProducerSurfaceKHR; # introduced=23
Dplatform_entries.in62 EGL_ENTRY(EGLSurface, eglCreateStreamProducerSurfaceKHR, EGLDisplay, EGLConfig, EGLStreamKHR, const…
/frameworks/native/opengl/libs/EGL/
Degl_entries.in84 EGL_ENTRY(EGLSurface, eglCreateStreamProducerSurfaceKHR, EGLDisplay, EGLConfig, EGLStreamKHR…
DeglApi.cpp521 EGLSurface eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, in eglCreateStreamProducerSurfaceKHR() function
526 return cnx->platform.eglCreateStreamProducerSurfaceKHR(dpy, config, stream, attrib_list); in eglCreateStreamProducerSurfaceKHR()
Degl_platform_entries.cpp221 (__eglMustCastToProperFunctionPointerType)&eglCreateStreamProducerSurfaceKHR },
2069 if (cnx->dso && cnx->egl.eglCreateStreamProducerSurfaceKHR) { in eglCreateStreamProducerSurfaceKHRImpl()
2070 EGLSurface surface = cnx->egl.eglCreateStreamProducerSurfaceKHR( in eglCreateStreamProducerSurfaceKHRImpl()
/frameworks/native/opengl/include/EGL/
Deglext.h435 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR (EGLDisplay dpy, EGLConfig config, …