Home
last modified time | relevance | path

Searched refs:eglCreatePlatformWindowSurface (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreatePlatformWindowSurface.java3 public static native EGLSurface eglCreatePlatformWindowSurface( in eglCreatePlatformWindowSurface() method
H A DeglCreatePlatformWindowSurface.nativeReg1 {"eglCreatePlatformWindowSurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;Ljava/nio…
H A DeglCreatePlatformWindowSurface.cpp47 _returnValue = eglCreatePlatformWindowSurface( in android_eglCreatePlatformWindowSurface()
/aosp12/frameworks/libs/native_bridge_support/libEGL/
H A Dstubs_arm.cc66 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreatePlatformWindowSurface);
180 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreatePlatformWindowSurface); in init_stub_library()
H A Dstubs_arm64.cc66 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 DEGL15.java128 public static native EGLSurface eglCreatePlatformWindowSurface( in eglCreatePlatformWindowSurface() method in EGL15
/aosp12/frameworks/native/opengl/libs/
H A DlibEGL.map.txt17 eglCreatePlatformWindowSurface; # introduced=29
H A Dplatform_entries.in9 EGL_ENTRY(EGLSurface, eglCreatePlatformWindowSurface, EGLDisplay, EGLConfig, void*, const EGLAttrib…
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_entries.in51 EGL_ENTRY(EGLSurface, eglCreatePlatformWindowSurface, EGLDisplay, EGLConfig, void *, const EGLAttri…
H A DeglApi.cpp114 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 Degl_display.cpp298 !cnx->egl.eglGetPlatformDisplay || !cnx->egl.eglCreatePlatformWindowSurface || in initialize()
H A Degl_platform_entries.cpp759 if (cnx->egl.eglCreatePlatformWindowSurface) { in eglCreatePlatformWindowSurfaceImpl()
762 cnx->egl.eglCreatePlatformWindowSurface); in eglCreatePlatformWindowSurfaceImpl()
/aosp12/frameworks/native/opengl/include/EGL/
H A Degl.h294 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurface (EGLDisplay dpy, EGLConfig config, voi…
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_EGL15.cpp421 _returnValue = eglCreatePlatformWindowSurface( in android_eglCreatePlatformWindowSurface()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt27798 …method public static android.opengl.EGLSurface eglCreatePlatformWindowSurface(android.opengl.EGLDi…