Searched refs:eglStreamAttribKHR (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp194 { "eglStreamAttribKHR",
195 (__eglMustCastToProperFunctionPointerType)&eglStreamAttribKHR },
1656 EGLBoolean eglStreamAttribKHR(EGLDisplay dpy, EGLStreamKHR stream, function
1666 if (cnx->dso && cnx->egl.eglStreamAttribKHR) {
1667 result = cnx->egl.eglStreamAttribKHR(
/frameworks/native/opengl/include/EGL/
H A Deglext.h365 EGLAPI EGLBoolean EGLAPIENTRY eglStreamAttribKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value);

Completed in 237 milliseconds