Searched refs:eglCreatePixmapSurface (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish/opengl/system/egl/ |
D | egl_ftable.h | 30 {"eglCreatePixmapSurface", (void *)eglCreatePixmapSurface},
|
D | egl.cpp | 705 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface() function
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | egl_ftable.h | 30 {"eglCreatePixmapSurface", (void *)eglCreatePixmapSurface},
|
D | egl_dispatch.h | 32 eglCreatePixmapSurface_t eglCreatePixmapSurface; member 77 …xmapSurface_t f) { eglCreatePixmapSurface_t retval = eglCreatePixmapSurface; eglCreatePixmapSurfac… in set_eglCreatePixmapSurface()
|
D | egl.cpp | 383 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface() function 385 EGLSurface surface = getDispatch()->eglCreatePixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface()
|