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

Function eglCreateContext

server/faker-egl.cpp:399–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397
398
399EGLContext eglCreateContext(EGLDisplay display, EGLConfig config,
400 EGLContext share_context, const EGLint *attrib_list)
401{
402 WRAP_DISPLAY_INIT(EGL_NOT_INITIALIZED);
403 return _eglCreateContext(display, config, share_context, attrib_list);
404 bailout:
405 return EGL_NO_CONTEXT;
406}
407
408
409EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config,

Callers 7

readbackTestFunction · 0.85
runMethod · 0.85
offScreenTestFunction · 0.85
extensionQueryTestFunction · 0.85
mainFunction · 0.85
create_context_flagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected