Searched refs:eglCreateStreamProducerSurfaceKHR (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 20 eglCreateStreamProducerSurfaceKHR; # introduced=23
|
D | platform_entries.in | 62 EGL_ENTRY(EGLSurface, eglCreateStreamProducerSurfaceKHR, EGLDisplay, EGLConfig, EGLStreamKHR, const…
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 84 EGL_ENTRY(EGLSurface, eglCreateStreamProducerSurfaceKHR, EGLDisplay, EGLConfig, EGLStreamKHR…
|
D | eglApi.cpp | 521 EGLSurface eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, in eglCreateStreamProducerSurfaceKHR() function 526 return cnx->platform.eglCreateStreamProducerSurfaceKHR(dpy, config, stream, attrib_list); in eglCreateStreamProducerSurfaceKHR()
|
D | egl_platform_entries.cpp | 221 (__eglMustCastToProperFunctionPointerType)&eglCreateStreamProducerSurfaceKHR }, 2069 if (cnx->dso && cnx->egl.eglCreateStreamProducerSurfaceKHR) { in eglCreateStreamProducerSurfaceKHRImpl() 2070 EGLSurface surface = cnx->egl.eglCreateStreamProducerSurfaceKHR( in eglCreateStreamProducerSurfaceKHRImpl()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 435 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR (EGLDisplay dpy, EGLConfig config, …
|