Home
last modified time | relevance | path

Searched refs:eglCreateStreamProducerSurfaceKHR (Results 1 – 7 of 7) sorted by relevance

/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm.cc69 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateStreamProducerSurfaceKHR);
183 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateStreamProducerSurfaceKHR); in init_stub_library()
Dstubs_arm64.cc69 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateStreamProducerSurfaceKHR);
183 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateStreamProducerSurfaceKHR); in init_stub_library()
/frameworks/native/opengl/libs/
DlibEGL.map.txt20 eglCreateStreamProducerSurfaceKHR; # introduced=23
Dplatform_entries.in62 EGL_ENTRY(EGLSurface, eglCreateStreamProducerSurfaceKHR, EGLDisplay, EGLConfig, EGLStreamKHR, const…
/frameworks/native/opengl/libs/EGL/
Degl_entries.in84 EGL_ENTRY(EGLSurface, eglCreateStreamProducerSurfaceKHR, EGLDisplay, EGLConfig, EGLStreamKHR…
DeglApi.cpp518 EGLSurface eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, in eglCreateStreamProducerSurfaceKHR() function
523 return cnx->platform.eglCreateStreamProducerSurfaceKHR(dpy, config, stream, attrib_list); in eglCreateStreamProducerSurfaceKHR()
Degl_platform_entries.cpp219 (__eglMustCastToProperFunctionPointerType)&eglCreateStreamProducerSurfaceKHR },
2085 if (cnx->dso && cnx->egl.eglCreateStreamProducerSurfaceKHR) { in eglCreateStreamProducerSurfaceKHRImpl()
2086 EGLSurface surface = cnx->egl.eglCreateStreamProducerSurfaceKHR( in eglCreateStreamProducerSurfaceKHRImpl()