Home
last modified time | relevance | path

Searched refs:eglCreatePlatformWindowSurface (Results 1 – 13 of 13) 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/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.cpp115 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()
Degl_display.cpp327 !cnx->egl.eglCreatePlatformWindowSurface || in initialize()
Degl_platform_entries.cpp812 if (cnx->egl.eglCreatePlatformWindowSurface) { in eglCreatePlatformWindowSurfaceImpl()
815 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.cpp421 _returnValue = eglCreatePlatformWindowSurface( in android_eglCreatePlatformWindowSurface()
/frameworks/base/api/
Dcurrent.txt31129 …method public static android.opengl.EGLSurface eglCreatePlatformWindowSurface(android.opengl.EGLDi…