Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm.cc68 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateStreamKHR);
182 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateStreamKHR); in init_stub_library()
Dstubs_arm64.cc68 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateStreamKHR);
182 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.cpp472 EGLStreamKHR eglCreateStreamKHR(EGLDisplay dpy, const EGLint* attrib_list) { in eglCreateStreamKHR() function
476 return cnx->platform.eglCreateStreamKHR(dpy, attrib_list); in eglCreateStreamKHR()
Degl_platform_entries.cpp207 (__eglMustCastToProperFunctionPointerType)&eglCreateStreamKHR },
1997 if (cnx->dso && cnx->egl.eglCreateStreamKHR) { in eglCreateStreamKHRImpl()
1998 result = cnx->egl.eglCreateStreamKHR( in eglCreateStreamKHRImpl()