Searched refs:NativeWindowType (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egltypes.h | 11 typedef void *NativeWindowType; typedef
|
D | egl.h | 206 … APIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, NativeWindowType window, const…
|
/frameworks/native/opengl/include/EGL/ |
D | eglplatform.h | 155 typedef EGLNativeWindowType NativeWindowType; typedef
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 8 EGL_ENTRY(EGLSurface, eglCreateWindowSurface, EGLDisplay, EGLConfig, NativeWindowType, const EGLint…
|
D | eglApi.cpp | 106 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, NativeWindowType window, in eglCreateWindowSurface()
|
D | egl_platform_entries.cpp | 754 NativeWindowType window, 759 EGLSurface eglCreateWindowSurfaceImpl(EGLDisplay dpy, EGLConfig config, NativeWindowType window, in eglCreateWindowSurfaceImpl()
|
/frameworks/native/opengl/libs/ |
D | platform_entries.in | 8 EGL_ENTRY(EGLSurface, eglCreateWindowSurface, EGLDisplay, EGLConfig, NativeWindowType, const EGLint…
|