Searched refs:eglCreateStreamKHR (Results 1 – 7 of 7) sorted by relevance
/frameworks/libs/native_bridge_support/libEGL/ |
D | stubs_arm.cc | 68 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateStreamKHR); 182 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateStreamKHR); in init_stub_library()
|
D | stubs_arm64.cc | 68 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateStreamKHR); 182 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateStreamKHR); in init_stub_library()
|
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 19 eglCreateStreamKHR; # introduced=23
|
D | platform_entries.in | 56 EGL_ENTRY(EGLStreamKHR, eglCreateStreamKHR, EGLDisplay, const EGLint*)
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 76 EGL_ENTRY(EGLStreamKHR, eglCreateStreamKHR, EGLDisplay, const EGLint *)
|
D | eglApi.cpp | 472 EGLStreamKHR eglCreateStreamKHR(EGLDisplay dpy, const EGLint* attrib_list) { in eglCreateStreamKHR() function 476 return cnx->platform.eglCreateStreamKHR(dpy, attrib_list); in eglCreateStreamKHR()
|
D | egl_platform_entries.cpp | 207 (__eglMustCastToProperFunctionPointerType)&eglCreateStreamKHR }, 1997 if (cnx->dso && cnx->egl.eglCreateStreamKHR) { in eglCreateStreamKHRImpl() 1998 result = cnx->egl.eglCreateStreamKHR( in eglCreateStreamKHRImpl()
|