Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/include/EGL/
Deglplatform.h77 typedef HBITMAP EGLNativePixmapType; typedef
84 typedef void *EGLNativePixmapType; typedef
92 typedef struct egl_native_pixmap_t* EGLNativePixmapType; typedef
102 typedef Pixmap EGLNativePixmapType; typedef
108 typedef void* EGLNativePixmapType; typedef
117 typedef EGLNativePixmapType NativePixmapType;
Degl.h271 EGLNativePixmapType pixmap,
314 EGLNativePixmapType target);
Deglext.h502 … EGLAPIENTRY eglQueryNativePixmapNV( EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType* pixmap);
506 …NTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl_proc.h33 typedef EGLSurface (* eglCreatePixmapSurface_t) (EGLDisplay, EGLConfig, EGLNativePixmapType, const …
55 typedef EGLBoolean (* eglCopyBuffers_t) (EGLDisplay, EGLSurface, EGLNativePixmapType);
Degl.cpp347 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface()
572 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Degl.entries9 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
12 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con…
/device/generic/goldfish-opengl/system/egl/
Degl.cpp1130 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface()
1958 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers()