Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp350 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()
Dmain.cpp386 EGLSurface EGLAPIENTRY CreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void *native_w…
602 return egl::CreatePlatformWindowSurface(dpy, config, native_window, attrib_list); in eglCreatePlatformWindowSurface()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl_autogen.cpp684 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()
Degl_stubs_autogen.h86 EGLSurface CreatePlatformWindowSurface(Thread *thread,
Degl_stubs.cpp229 EGLSurface CreatePlatformWindowSurface(Thread *thread, in CreatePlatformWindowSurface() function