Searched refs:CreatePlatformWindowSurface (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.cpp | 350 EGLSurface EGLAPIENTRY CreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void *native_w… in CreatePlatformWindowSurface() function 382 return CreatePlatformWindowSurface(dpy, config, native_window, &attribs); in CreatePlatformWindowSurfaceEXT() 393 return CreatePlatformWindowSurface(dpy, config, (void*)&window, &attribs); in CreateWindowSurface() 395 return CreatePlatformWindowSurface(dpy, config, (void*)window, &attribs); in CreateWindowSurface()
|
D | main.cpp | 386 EGLSurface EGLAPIENTRY CreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void *native_w… 602 return egl::CreatePlatformWindowSurface(dpy, config, native_window, attrib_list); in eglCreatePlatformWindowSurface()
|
/external/angle/src/libGLESv2/ |
D | egl_stubs_autogen.h | 86 EGLSurface CreatePlatformWindowSurface(Thread *thread,
|
D | entry_points_egl_autogen.cpp | 684 EGL_EVENT(CreatePlatformWindowSurface, in EGL_CreatePlatformWindowSurface() 695 ANGLE_EGL_VALIDATE(thread, CreatePlatformWindowSurface, GetDisplayIfValid(dpyPacked), in EGL_CreatePlatformWindowSurface() 698 return CreatePlatformWindowSurface(thread, dpyPacked, configPacked, native_window, in EGL_CreatePlatformWindowSurface()
|
D | egl_stubs.cpp | 229 EGLSurface CreatePlatformWindowSurface(Thread *thread, in CreatePlatformWindowSurface() function
|