Searched refs:eglCreateStreamKHR (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libEGL/ |
D | stubs_riscv64.cc | 73 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateStreamKHR); 192 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateStreamKHR); in init_stub_library()
|
D | stubs_arm64.cc | 73 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateStreamKHR); 192 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateStreamKHR); in init_stub_library()
|
D | stubs_arm.cc | 73 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateStreamKHR); 192 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 | 471 EGLStreamKHR eglCreateStreamKHR(EGLDisplay dpy, const EGLint* attrib_list) { in eglCreateStreamKHR() function 475 return cnx->platform.eglCreateStreamKHR(dpy, attrib_list); in eglCreateStreamKHR()
|
D | egl_platform_entries.cpp | 189 { "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/ |
D | eglext.h | 353 EGLAPI EGLStreamKHR EGLAPIENTRY eglCreateStreamKHR (EGLDisplay dpy, const EGLint *attrib_list);
|