Home
last modified time | relevance | path

Searched refs:eglCreatePixmapSurface (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish/opengl/system/egl/
Degl_ftable.h30 {"eglCreatePixmapSurface", (void *)eglCreatePixmapSurface},
Degl.cpp705 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface() function
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Degl_ftable.h30 {"eglCreatePixmapSurface", (void *)eglCreatePixmapSurface},
Degl_dispatch.h32 eglCreatePixmapSurface_t eglCreatePixmapSurface; member
77 …xmapSurface_t f) { eglCreatePixmapSurface_t retval = eglCreatePixmapSurface; eglCreatePixmapSurfac… in set_eglCreatePixmapSurface()
Degl.cpp383 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface() function
385 EGLSurface surface = getDispatch()->eglCreatePixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface()