Home
last modified time | relevance | path

Searched refs:EGL_CreatePlatformPixmapSurfaceEXT (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/libEGL/
Degl_loader_autogen.cpp83 PFNEGLCREATEPLATFORMPIXMAPSURFACEEXTPROC EGL_CreatePlatformPixmapSurfaceEXT; variable
223 EGL_CreatePlatformPixmapSurfaceEXT = reinterpret_cast<PFNEGLCREATEPLATFORMPIXMAPSURFACEEXTPROC>( in LoadEGL_EGL()
Degl_loader_autogen.h91 ANGLE_NO_EXPORT extern PFNEGLCREATEPLATFORMPIXMAPSURFACEEXTPROC EGL_CreatePlatformPixmapSurfaceEXT;
DlibEGL.cpp416 return EGL_CreatePlatformPixmapSurfaceEXT(dpy, config, native_pixmap, attrib_list); in eglCreatePlatformPixmapSurfaceEXT()
/external/angle/src/libGLESv2/
Dentry_points_egl_ext.h40 ANGLE_EXPORT EGLSurface EGLAPIENTRY EGL_CreatePlatformPixmapSurfaceEXT(EGLDisplay dpy,
DlibGLESv2_no_capture_autogen.def1689 EGL_CreatePlatformPixmapSurfaceEXT
DlibGLESv2_with_capture_autogen.def1689 EGL_CreatePlatformPixmapSurfaceEXT
DlibGLESv2_autogen.def1689 EGL_CreatePlatformPixmapSurfaceEXT
Dentry_points_egl_ext.cpp232 EGLSurface EGLAPIENTRY EGL_CreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, in EGL_CreatePlatformPixmapSurfaceEXT() function
Dproc_table_egl_autogen.cpp46 {"eglCreatePlatformPixmapSurfaceEXT", P(EGL_CreatePlatformPixmapSurfaceEXT)},