Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreatePlatformWindowSurface.java3 public static native EGLSurface eglCreatePlatformWindowSurface( in eglCreatePlatformWindowSurface() method
DeglCreatePlatformWindowSurface.nativeReg1 {"eglCreatePlatformWindowSurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;Ljava/nio…
DeglCreatePlatformWindowSurface.cpp47 _returnValue = eglCreatePlatformWindowSurface( in android_eglCreatePlatformWindowSurface()
/frameworks/base/opengl/java/android/opengl/
DEGL15.java128 public static native EGLSurface eglCreatePlatformWindowSurface( in eglCreatePlatformWindowSurface() method in EGL15
/frameworks/libs/native_bridge_support/android_api/libEGL/
Dstubs_riscv64.cc71 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreatePlatformWindowSurface);
190 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreatePlatformWindowSurface); in init_stub_library()
Dstubs_arm64.cc71 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreatePlatformWindowSurface);
190 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreatePlatformWindowSurface); in init_stub_library()
Dstubs_arm.cc71 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreatePlatformWindowSurface);
190 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreatePlatformWindowSurface); in init_stub_library()
/frameworks/native/opengl/libs/
DlibEGL.map.txt17 eglCreatePlatformWindowSurface; # introduced=29
Dplatform_entries.in9 EGL_ENTRY(EGLSurface, eglCreatePlatformWindowSurface, EGLDisplay, EGLConfig, void*, const EGLAttrib…
/frameworks/native/opengl/libs/EGL/
Degl_entries.in51 EGL_ENTRY(EGLSurface, eglCreatePlatformWindowSurface, EGLDisplay, EGLConfig, void *, const EGLAttri…
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()
Degl_display.cpp294 !cnx->egl.eglGetPlatformDisplay || !cnx->egl.eglCreatePlatformWindowSurface || in initialize()
Degl_platform_entries.cpp777 if (cnx->egl.eglCreatePlatformWindowSurface) { in eglCreatePlatformWindowSurfaceImpl()
780 cnx->egl.eglCreatePlatformWindowSurface); in eglCreatePlatformWindowSurfaceImpl()
/frameworks/native/opengl/include/EGL/
Degl.h294 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurface (EGLDisplay dpy, EGLConfig config, voi…
/frameworks/base/core/jni/
Dandroid_opengl_EGL15.cpp422 _returnValue = eglCreatePlatformWindowSurface( in android_eglCreatePlatformWindowSurface()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt29672 …method public static android.opengl.EGLSurface eglCreatePlatformWindowSurface(android.opengl.EGLDi…