Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libEGL/
Dstubs_riscv64.cc74 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateStreamProducerSurfaceKHR);
193 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateStreamProducerSurfaceKHR); in init_stub_library()
Dstubs_arm64.cc74 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateStreamProducerSurfaceKHR);
193 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateStreamProducerSurfaceKHR); in init_stub_library()
Dstubs_arm.cc74 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateStreamProducerSurfaceKHR);
193 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.cpp517 EGLSurface eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, in eglCreateStreamProducerSurfaceKHR() function
522 return cnx->platform.eglCreateStreamProducerSurfaceKHR(dpy, config, stream, attrib_list); in eglCreateStreamProducerSurfaceKHR()
Degl_platform_entries.cpp195 …roducerSurfaceKHR", (__eglMustCastToProperFunctionPointerType)&eglCreateStreamProducerSurfaceKHR },
1970 if (cnx->dso && cnx->egl.eglCreateStreamProducerSurfaceKHR) { in eglCreateStreamProducerSurfaceKHRImpl()
1971 EGLSurface surface = cnx->egl.eglCreateStreamProducerSurfaceKHR(dp->disp.dpy, config, in eglCreateStreamProducerSurfaceKHRImpl()
/frameworks/native/opengl/include/EGL/
Deglext.h435 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR (EGLDisplay dpy, EGLConfig config, …