Searched refs:CreatePlatformWindowSurface (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.cpp | 333 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()
|
D | main.cpp | 376 EGLSurface CreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void *native_window, const… 592 return egl::CreatePlatformWindowSurface(dpy, config, native_window, attrib_list); in eglCreatePlatformWindowSurface()
|