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

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp180 { "eglStreamAttribKHR",
181 (__eglMustCastToProperFunctionPointerType)&eglStreamAttribKHR },
1586 EGLBoolean eglStreamAttribKHR(EGLDisplay dpy, EGLStreamKHR stream, function
1596 if (cnx->dso && cnx->egl.eglStreamAttribKHR) {
1597 result = cnx->egl.eglStreamAttribKHR(

Completed in 34 milliseconds