Searched refs:eglStreamAttribKHR (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 63 eglStreamAttribKHR; # introduced=23
|
D | platform_entries.in | 58 EGL_ENTRY(EGLBoolean, eglStreamAttribKHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLint)
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 78 EGL_ENTRY(EGLBoolean, eglStreamAttribKHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLint)
|
D | eglApi.cpp | 489 EGLBoolean eglStreamAttribKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, in eglStreamAttribKHR() function 494 return cnx->platform.eglStreamAttribKHR(dpy, stream, attribute, value); in eglStreamAttribKHR()
|
D | egl_platform_entries.cpp | 213 (__eglMustCastToProperFunctionPointerType)&eglStreamAttribKHR }, 2010 if (cnx->dso && cnx->egl.eglStreamAttribKHR) { in eglStreamAttribKHRImpl() 2011 result = cnx->egl.eglStreamAttribKHR( in eglStreamAttribKHRImpl()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 355 EGLAPI EGLBoolean EGLAPIENTRY eglStreamAttribKHR (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attr…
|