MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / eglCreatePbufferSurface

Function eglCreatePbufferSurface

server/faker-egl.cpp:496–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494
495
496EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config,
497 const EGLint *attrib_list)
498{
499 WRAP_DISPLAY_INIT(EGL_NOT_INITIALIZED);
500 return _eglCreatePbufferSurface(display, config, attrib_list);
501 bailout:
502 return EGL_NO_SURFACE;
503}
504
505
506EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config,

Callers 3

offScreenTestFunction · 0.85
extensionQueryTestFunction · 0.85
print_display_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected