Searched refs:eglCreatePlatformWindowSurface (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreatePlatformWindowSurface.java | 3 public static native EGLSurface eglCreatePlatformWindowSurface( in eglCreatePlatformWindowSurface() method
|
D | eglCreatePlatformWindowSurface.nativeReg | 1 {"eglCreatePlatformWindowSurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;Ljava/nio…
|
D | eglCreatePlatformWindowSurface.cpp | 47 _returnValue = eglCreatePlatformWindowSurface( in android_eglCreatePlatformWindowSurface()
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL15.java | 128 public static native EGLSurface eglCreatePlatformWindowSurface( in eglCreatePlatformWindowSurface() method in EGL15
|
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 17 eglCreatePlatformWindowSurface; # introduced=29
|
D | platform_entries.in | 9 EGL_ENTRY(EGLSurface, eglCreatePlatformWindowSurface, EGLDisplay, EGLConfig, void*, const EGLAttrib…
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 51 EGL_ENTRY(EGLSurface, eglCreatePlatformWindowSurface, EGLDisplay, EGLConfig, void *, const EGLAttri…
|
D | eglApi.cpp | 115 EGLSurface eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void* native_window, in eglCreatePlatformWindowSurface() function 120 return cnx->platform.eglCreatePlatformWindowSurface(dpy, config, native_window, attrib_list); in eglCreatePlatformWindowSurface()
|
D | egl_display.cpp | 327 !cnx->egl.eglCreatePlatformWindowSurface || in initialize()
|
D | egl_platform_entries.cpp | 812 if (cnx->egl.eglCreatePlatformWindowSurface) { in eglCreatePlatformWindowSurfaceImpl() 815 cnx->egl.eglCreatePlatformWindowSurface); in eglCreatePlatformWindowSurfaceImpl()
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 294 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurface (EGLDisplay dpy, EGLConfig config, voi…
|
/frameworks/base/core/jni/ |
D | android_opengl_EGL15.cpp | 421 _returnValue = eglCreatePlatformWindowSurface( in android_eglCreatePlatformWindowSurface()
|
/frameworks/base/api/ |
D | current.txt | 31129 …method public static android.opengl.EGLSurface eglCreatePlatformWindowSurface(android.opengl.EGLDi…
|