Home
last modified time | relevance | path

Searched refs:NativePixmapType (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/opengl/tests/angeles/include/GLES/
Degltypes.h12 typedef void *NativePixmapType; typedef
Degl.h207 … 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/
Deglplatform.h143 typedef EGLNativePixmapType NativePixmapType; typedef
/frameworks/native/opengl/libs/EGL/
Degl_entries.in9 EGL_ENTRY(EGLSurface, eglCreatePixmapSurface, EGLDisplay, EGLConfig, NativePixmapType, const EGLint…
23 EGL_ENTRY(EGLBoolean, eglCopyBuffers, EGLDisplay, EGLSurface, NativePixmapType)
DeglApi.cpp122 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, in eglCreatePixmapSurface()
268 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, NativePixmapType target) { in eglCopyBuffers()
Degl_platform_entries.cpp823 NativePixmapType /*pixmap*/, const EGLint* /*attrib_list*/) { in eglCreatePixmapSurfaceImpl() argument
1398 EGLBoolean eglCopyBuffersImpl(EGLDisplay dpy, EGLSurface surface, NativePixmapType target) { in eglCopyBuffersImpl()
/frameworks/native/opengl/libs/
Dplatform_entries.in10 EGL_ENTRY(EGLSurface, eglCreatePixmapSurface, EGLDisplay, EGLConfig, NativePixmapType, const EGLint…
29 EGL_ENTRY(EGLBoolean, eglCopyBuffers, EGLDisplay, EGLSurface, NativePixmapType)