Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
updateFormatFromGLName: | QEGLPlatformContext::updateFormatFromGL | Prototype: | void QEGLPlatformContext::updateFormatFromGL() | Coverage: | 0.000% (0/57) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | Lines: | 293-374 |
| | 51 | 18 |
initName: | QEGLPlatformContext::init | Prototype: | void QEGLPlatformContext::init(const QSurfaceFormat &format, QPlatformOpenGLContext *share) | Coverage: | 0.000% (0/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | Lines: | 135-206 |
| | 44 | 12 |
makeCurrentName: | QEGLPlatformContext::makeCurrent | Prototype: | bool QEGLPlatformContext::makeCurrent(QPlatformSurface *surface) | Coverage: | 0.000% (0/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | Lines: | 376-417 |
| | 27 | 8 |
adoptName: | QEGLPlatformContext::adopt | Prototype: | void QEGLPlatformContext::adopt(const QVariant &nativeHandle, QPlatformOpenGLContext *share) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | Lines: | 208-254 |
| | 30 | 6 |
swapBuffersName: | QEGLPlatformContext::swapBuffers | Prototype: | void QEGLPlatformContext::swapBuffers(QPlatformSurface *surface) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | Lines: | 435-444 |
| | 6 | 3 |
~QEGLPlatformContextName: | QEGLPlatformContext::~QEGLPlatformContext | Prototype: | QEGLPlatformContext::~QEGLPlatformContext() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | Lines: | 419-425 |
| | 3 | 2 |
initializeName: | QEGLPlatformContext::initialize | Prototype: | void QEGLPlatformContext::initialize() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | Lines: | 256-260 |
| | 2 | 2 |
getProcAddressName: | QEGLPlatformContext::getProcAddress | Prototype: | QFunctionPointer QEGLPlatformContext::getProcAddress(const char *procName) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | Lines: | 446-455 |
| | 5 | 2 |
doneCurrentName: | QEGLPlatformContext::doneCurrent | Prototype: | void QEGLPlatformContext::doneCurrent() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | Lines: | 427-433 |
| | 4 | 2 |
QEGLPlatformContextName: | QEGLPlatformContext::QEGLPlatformContext | Prototype: | QEGLPlatformContext::QEGLPlatformContext(const QSurfaceFormat &format, QPlatformOpenGLContext *share, EGLDisplay display, EGLConfig *config, const QVariant &nativeHandle, Flags flags) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | Lines: | 117-133 |
| | 6 | 2 |
formatName: | QEGLPlatformContext::format | Prototype: | QSurfaceFormat QEGLPlatformContext::format() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | Lines: | 457-460 |
| | 1 | 1 |
eglDisplayName: | QEGLPlatformContext::eglDisplay | Prototype: | EGLDisplay QEGLPlatformContext::eglDisplay() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | Lines: | 467-470 |
| | 1 | 1 |
eglContextName: | QEGLPlatformContext::eglContext | Prototype: | EGLContext QEGLPlatformContext::eglContext() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | Lines: | 462-465 |
| | 1 | 1 |
eglConfigName: | QEGLPlatformContext::eglConfig | Prototype: | EGLConfig QEGLPlatformContext::eglConfig() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | Lines: | 472-475 |
| | 1 | 1 |
destroyTemporaryOffscreenSurfaceName: | QEGLPlatformContext::destroyTemporaryOffscreenSurface | Prototype: | void QEGLPlatformContext::destroyTemporaryOffscreenSurface(EGLSurface surface) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | Lines: | 282-285 |
| | 1 | 1 |
createTemporaryOffscreenSurfaceName: | QEGLPlatformContext::createTemporaryOffscreenSurface | Prototype: | EGLSurface QEGLPlatformContext::createTemporaryOffscreenSurface() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | Lines: | 264-280 |
| | 8 | 1 |