Searched refs:eglCreateStreamProducerSurfaceKHR (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libEGL/ |
D | stubs_riscv64.cc | 74 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateStreamProducerSurfaceKHR); 193 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateStreamProducerSurfaceKHR); in init_stub_library()
|
D | stubs_arm64.cc | 74 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateStreamProducerSurfaceKHR); 193 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateStreamProducerSurfaceKHR); in init_stub_library()
|
D | stubs_arm.cc | 74 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateStreamProducerSurfaceKHR); 193 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateStreamProducerSurfaceKHR); in init_stub_library()
|
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 20 eglCreateStreamProducerSurfaceKHR; # introduced=23
|
D | platform_entries.in | 62 EGL_ENTRY(EGLSurface, eglCreateStreamProducerSurfaceKHR, EGLDisplay, EGLConfig, EGLStreamKHR, const…
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 84 EGL_ENTRY(EGLSurface, eglCreateStreamProducerSurfaceKHR, EGLDisplay, EGLConfig, EGLStreamKHR…
|
D | eglApi.cpp | 517 EGLSurface eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, in eglCreateStreamProducerSurfaceKHR() function 522 return cnx->platform.eglCreateStreamProducerSurfaceKHR(dpy, config, stream, attrib_list); in eglCreateStreamProducerSurfaceKHR()
|
D | egl_platform_entries.cpp | 195 …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/ |
D | eglext.h | 435 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR (EGLDisplay dpy, EGLConfig config, …
|