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

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp204 { "eglCreateStreamProducerSurfaceKHR",
205 (__eglMustCastToProperFunctionPointerType)&eglCreateStreamProducerSurfaceKHR },
1920 EGLSurface eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, function
1939 if (cnx->dso && cnx->egl.eglCreateStreamProducerSurfaceKHR) {
1940 EGLSurface surface = cnx->egl.eglCreateStreamProducerSurfaceKHR(
/frameworks/native/opengl/include/EGL/
H A Deglext.h435 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR (EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);

Completed in 35 milliseconds