Searched refs:NativePixmapType (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egltypes.h | 12 typedef void *NativePixmapType; typedef
|
D | egl.h | 207 … APIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const… 223 GLAPI EGLBoolean APIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, NativePixmapType targ…
|
/frameworks/native/opengl/include/EGL/ |
D | eglplatform.h | 143 typedef EGLNativePixmapType NativePixmapType; typedef
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 9 EGL_ENTRY(EGLSurface, eglCreatePixmapSurface, EGLDisplay, EGLConfig, NativePixmapType, const EGLint… 23 EGL_ENTRY(EGLBoolean, eglCopyBuffers, EGLDisplay, EGLSurface, NativePixmapType)
|
D | eglApi.cpp | 122 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, in eglCreatePixmapSurface() 268 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, NativePixmapType target) { in eglCopyBuffers()
|
D | egl_platform_entries.cpp | 823 NativePixmapType /*pixmap*/, const EGLint* /*attrib_list*/) { in eglCreatePixmapSurfaceImpl() argument 1398 EGLBoolean eglCopyBuffersImpl(EGLDisplay dpy, EGLSurface surface, NativePixmapType target) { in eglCopyBuffersImpl()
|
/frameworks/native/opengl/libs/ |
D | platform_entries.in | 10 EGL_ENTRY(EGLSurface, eglCreatePixmapSurface, EGLDisplay, EGLConfig, NativePixmapType, const EGLint… 29 EGL_ENTRY(EGLBoolean, eglCopyBuffers, EGLDisplay, EGLSurface, NativePixmapType)
|