Searched refs:eglCreatePlatformWindowSurface (Results 1 – 15 of 15) sorted by relevance
/aosp12/frameworks/native/opengl/tools/glgen/stubs/egl/ |
H A D | eglCreatePlatformWindowSurface.java | 3 public static native EGLSurface eglCreatePlatformWindowSurface( in eglCreatePlatformWindowSurface() method
|
H A D | eglCreatePlatformWindowSurface.nativeReg | 1 {"eglCreatePlatformWindowSurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;Ljava/nio…
|
H A D | eglCreatePlatformWindowSurface.cpp | 47 _returnValue = eglCreatePlatformWindowSurface( in android_eglCreatePlatformWindowSurface()
|
/aosp12/frameworks/libs/native_bridge_support/libEGL/ |
H A D | stubs_arm.cc | 66 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreatePlatformWindowSurface); 180 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreatePlatformWindowSurface); in init_stub_library()
|
H A D | stubs_arm64.cc | 66 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreatePlatformWindowSurface); 180 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreatePlatformWindowSurface); in init_stub_library()
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | EGL15.java | 128 public static native EGLSurface eglCreatePlatformWindowSurface( in eglCreatePlatformWindowSurface() method in EGL15
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libEGL.map.txt | 17 eglCreatePlatformWindowSurface; # introduced=29
|
H A D | platform_entries.in | 9 EGL_ENTRY(EGLSurface, eglCreatePlatformWindowSurface, EGLDisplay, EGLConfig, void*, const EGLAttrib…
|
/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | egl_entries.in | 51 EGL_ENTRY(EGLSurface, eglCreatePlatformWindowSurface, EGLDisplay, EGLConfig, void *, const EGLAttri…
|
H A D | eglApi.cpp | 114 EGLSurface eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void* native_window, in eglCreatePlatformWindowSurface() function 119 return cnx->platform.eglCreatePlatformWindowSurface(dpy, config, native_window, attrib_list); in eglCreatePlatformWindowSurface()
|
H A D | egl_display.cpp | 298 !cnx->egl.eglGetPlatformDisplay || !cnx->egl.eglCreatePlatformWindowSurface || in initialize()
|
H A D | egl_platform_entries.cpp | 759 if (cnx->egl.eglCreatePlatformWindowSurface) { in eglCreatePlatformWindowSurfaceImpl() 762 cnx->egl.eglCreatePlatformWindowSurface); in eglCreatePlatformWindowSurfaceImpl()
|
/aosp12/frameworks/native/opengl/include/EGL/ |
H A D | egl.h | 294 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurface (EGLDisplay dpy, EGLConfig config, voi…
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_EGL15.cpp | 421 _returnValue = eglCreatePlatformWindowSurface( in android_eglCreatePlatformWindowSurface()
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 27798 …method public static android.opengl.EGLSurface eglCreatePlatformWindowSurface(android.opengl.EGLDi…
|