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

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp196 { "eglStreamAttribKHR",
197 (__eglMustCastToProperFunctionPointerType)&eglStreamAttribKHR },
1852 EGLBoolean eglStreamAttribKHR(EGLDisplay dpy, EGLStreamKHR stream, function
1862 if (cnx->dso && cnx->egl.eglStreamAttribKHR) {
1863 result = cnx->egl.eglStreamAttribKHR(
/frameworks/native/opengl/include/EGL/
H A Deglext.h355 EGLAPI EGLBoolean EGLAPIENTRY eglStreamAttribKHR (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value);

Completed in 57 milliseconds