Searched refs:eglCreatePixmapSurface (Results 1 – 7 of 7) sorted by relevance
/device/generic/goldfish-opengl/system/egl/ |
D | egl_ftable.h | 30 {"eglCreatePixmapSurface", (void *)eglCreatePixmapSurface},
|
D | egl.cpp | 1241 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 | 347 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface() function 349 EGLSurface surface = getDispatch()->eglCreatePixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface()
|
/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/system/include/EGL/ |
D | egl.h | 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
|