Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibEGL.map.txt63 eglStreamAttribKHR; # introduced=23
Dplatform_entries.in58 EGL_ENTRY(EGLBoolean, eglStreamAttribKHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLint)
/frameworks/native/opengl/libs/EGL/
Degl_entries.in78 EGL_ENTRY(EGLBoolean, eglStreamAttribKHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLint)
DeglApi.cpp489 EGLBoolean eglStreamAttribKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, in eglStreamAttribKHR() function
494 return cnx->platform.eglStreamAttribKHR(dpy, stream, attribute, value); in eglStreamAttribKHR()
Degl_platform_entries.cpp213 (__eglMustCastToProperFunctionPointerType)&eglStreamAttribKHR },
2010 if (cnx->dso && cnx->egl.eglStreamAttribKHR) { in eglStreamAttribKHRImpl()
2011 result = cnx->egl.eglStreamAttribKHR( in eglStreamAttribKHRImpl()
/frameworks/native/opengl/include/EGL/
Deglext.h355 EGLAPI EGLBoolean EGLAPIENTRY eglStreamAttribKHR (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attr…