Searched refs:pixmap (Results 1 – 7 of 7) sorted by relevance
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | egl_wrapper_entry.cpp | 12 …EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, co… 80 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface() argument 83 return ctx->eglCreatePixmapSurface( dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface()
|
D | egl.in | 7 …eatePixmapSurface, EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *att…
|
/device/generic/goldfish-opengl/system/include/EGL/ |
D | eglext.h | 263 …ENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap); 265 …EGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap); 502 … EGLAPIENTRY eglQueryNativePixmapNV( EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType* pixmap); 506 …NTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
|
D | egl.h | 271 EGLNativePixmapType pixmap,
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | egl.entries | 12 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con…
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | egl.cpp | 347 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface() argument 349 EGLSurface surface = getDispatch()->eglCreatePixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface()
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 1128 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface() argument 1137 (void)pixmap; in eglCreatePixmapSurface()
|