Home
last modified time | relevance | path

Searched refs:EGL_CreateWindowSurface (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libGLESv2/
Dentry_points_egl_autogen.h39 ANGLE_EXPORT EGLSurface EGLAPIENTRY EGL_CreateWindowSurface(EGLDisplay dpy,
DlibGLESv2_no_capture_autogen.def1008 EGL_CreateWindowSurface
DlibGLESv2_with_capture_autogen.def1008 EGL_CreateWindowSurface
DlibGLESv2_autogen.def1008 EGL_CreateWindowSurface
Dproc_table_egl_autogen.cpp54 {"eglCreateWindowSurface", P(EGL_CreateWindowSurface)},
Dentry_points_egl_autogen.cpp136 EGLSurface EGLAPIENTRY EGL_CreateWindowSurface(EGLDisplay dpy, in EGL_CreateWindowSurface() function
/external/angle/src/libEGL/
Degl_loader_autogen.h23 #define EGL_CreateWindowSurface l_EGL_CreateWindowSurface macro
DlibEGL_autogen.cpp115 return EGL_CreateWindowSurface(dpy, config, win, attrib_list); in eglCreateWindowSurface()