Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libEGL/
Dstubs_riscv64.cc73 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateStreamKHR);
192 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateStreamKHR); in init_stub_library()
Dstubs_arm64.cc73 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateStreamKHR);
192 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateStreamKHR); in init_stub_library()
Dstubs_arm.cc73 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateStreamKHR);
192 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateStreamKHR); in init_stub_library()
/frameworks/native/opengl/libs/
DlibEGL.map.txt19 eglCreateStreamKHR; # introduced=23
Dplatform_entries.in56 EGL_ENTRY(EGLStreamKHR, eglCreateStreamKHR, EGLDisplay, const EGLint*)
/frameworks/native/opengl/libs/EGL/
Degl_entries.in76 EGL_ENTRY(EGLStreamKHR, eglCreateStreamKHR, EGLDisplay, const EGLint *)
DeglApi.cpp471 EGLStreamKHR eglCreateStreamKHR(EGLDisplay dpy, const EGLint* attrib_list) { in eglCreateStreamKHR() function
475 return cnx->platform.eglCreateStreamKHR(dpy, attrib_list); in eglCreateStreamKHR()
Degl_platform_entries.cpp189 { "eglCreateStreamKHR", (__eglMustCastToProperFunctionPointerType)&eglCreateStreamKHR },
1894 if (cnx->dso && cnx->egl.eglCreateStreamKHR) { in eglCreateStreamKHRImpl()
1895 result = cnx->egl.eglCreateStreamKHR(dp->disp.dpy, attrib_list); in eglCreateStreamKHRImpl()
/frameworks/native/opengl/include/EGL/
Deglext.h353 EGLAPI EGLStreamKHR EGLAPIENTRY eglCreateStreamKHR (EGLDisplay dpy, const EGLint *attrib_list);