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

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp192 { "eglDestroyStreamKHR",
193 (__eglMustCastToProperFunctionPointerType)&eglDestroyStreamKHR },
1640 EGLBoolean eglDestroyStreamKHR(EGLDisplay dpy, EGLStreamKHR stream) function
1649 if (cnx->dso && cnx->egl.eglDestroyStreamKHR) {
1650 result = cnx->egl.eglDestroyStreamKHR(
/frameworks/native/opengl/include/EGL/
H A Deglext.h364 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyStreamKHR(EGLDisplay dpy, EGLStreamKHR stream);

Completed in 91 milliseconds