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

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp202 { "eglCreateStreamProducerSurfaceKHR",
203 (__eglMustCastToProperFunctionPointerType)&eglCreateStreamProducerSurfaceKHR },
1724 EGLSurface eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, function
1733 if (cnx->dso && cnx->egl.eglCreateStreamProducerSurfaceKHR) {
1734 EGLSurface surface = cnx->egl.eglCreateStreamProducerSurfaceKHR(
/frameworks/native/opengl/include/EGL/
H A Deglext.h397 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);

Completed in 1094 milliseconds