Searched refs:EGLNativePixmapType (Results 1 – 7 of 7) sorted by relevance
/device/generic/goldfish-opengl/system/include/EGL/ |
D | eglplatform.h | 77 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;
|
D | egl.h | 271 EGLNativePixmapType pixmap, 314 EGLNativePixmapType target);
|
D | eglext.h | 502 … 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/ |
D | egl_proc.h | 33 typedef EGLSurface (* eglCreatePixmapSurface_t) (EGLDisplay, EGLConfig, EGLNativePixmapType, const … 55 typedef EGLBoolean (* eglCopyBuffers_t) (EGLDisplay, EGLSurface, EGLNativePixmapType);
|
D | egl.cpp | 347 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/ |
D | egl.entries | 9 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target); 12 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con…
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 1241 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface() 2072 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers()
|