Home
last modified time | relevance | path

Searched refs:EGL_CreatePixmapSurface (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libGLESv2/
Dentry_points_egl_autogen.h35 ANGLE_EXPORT EGLSurface EGLAPIENTRY EGL_CreatePixmapSurface(EGLDisplay dpy,
DlibGLESv2_with_capture_autogen.def1007 EGL_CreatePixmapSurface
DlibGLESv2_no_capture_autogen.def1007 EGL_CreatePixmapSurface
Dproc_table_egl_autogen.cpp45 {"eglCreatePixmapSurface", P(EGL_CreatePixmapSurface)},
Dentry_points_egl_autogen.cpp113 EGLSurface EGLAPIENTRY EGL_CreatePixmapSurface(EGLDisplay dpy, in EGL_CreatePixmapSurface() function
/external/angle/src/libEGL/
Degl_loader_autogen.h22 #define EGL_CreatePixmapSurface l_EGL_CreatePixmapSurface macro
DlibEGL_autogen.cpp106 return EGL_CreatePixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface()