Home
last modified time | relevance | path

Searched refs:CreatePlatformWindowSurfaceEXT (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libGLESv2/
Degl_ext_stubs_autogen.h53 EGLSurface CreatePlatformWindowSurfaceEXT(Thread *thread,
Dentry_points_egl_ext_autogen.cpp644 EGL_EVENT(CreatePlatformWindowSurfaceEXT, in EGL_CreatePlatformWindowSurfaceEXT()
655 ANGLE_EGL_VALIDATE(thread, CreatePlatformWindowSurfaceEXT, GetDisplayIfValid(dpyPacked), in EGL_CreatePlatformWindowSurfaceEXT()
658 return CreatePlatformWindowSurfaceEXT(thread, dpyPacked, configPacked, native_window, in EGL_CreatePlatformWindowSurfaceEXT()
Degl_ext_stubs.cpp81 EGLSurface CreatePlatformWindowSurfaceEXT(Thread *thread, in CreatePlatformWindowSurfaceEXT() function
/external/swiftshader/src/OpenGL/libEGL/
Dmain.cpp385 EGLSurface EGLAPIENTRY CreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *nativ…
597 return egl::CreatePlatformWindowSurfaceEXT(dpy, config, native_window, attrib_list); in eglCreatePlatformWindowSurfaceEXT()
DlibEGL.cpp376 EGLSurface EGLAPIENTRY CreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *nativ… in CreatePlatformWindowSurfaceEXT() function