Home
last modified time | relevance | path

Searched refs:CreatePlatformWindowSurface (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp333 EGLSurface CreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void *native_window, const… in CreatePlatformWindowSurface() function
359 return CreatePlatformWindowSurface(dpy, config, native_window, &attribs); in CreatePlatformWindowSurfaceEXT()
368 return CreatePlatformWindowSurface(dpy, config, (void*)window, &attribs); in CreateWindowSurface()
Dmain.cpp376 EGLSurface CreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void *native_window, const…
592 return egl::CreatePlatformWindowSurface(dpy, config, native_window, attrib_list); in eglCreatePlatformWindowSurface()