OpenCoverage

QtBase - 2016-12-13 07:58:44 +0000

Function Tree

Path:<top>::QEGLPlatformContext
FunctionCondition %▾eLOC - Effective Lines of CodeMcCabe - Cyclomatic Complexity
~QEGLPlatformContext
Name: 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
  0.000% (0/6)
32
updateFormatFromGL
Name: 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
  0.000% (0/57)
5118
swapBuffers
Name: 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
  0.000% (0/7)
63
makeCurrent
Name: 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
  0.000% (0/33)
278
initialize
Name: 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
  0.000% (0/4)
22
init
Name: 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
  0.000% (0/39)
4412
getProcAddress
Name: 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
  0.000% (0/4)
52
format
Name: 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
  0.000% (0/1)
11
eglDisplay
Name: 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
  0.000% (0/1)
11
eglContext
Name: 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
  0.000% (0/1)
11
eglConfig
Name: 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
  0.000% (0/1)
11
doneCurrent
Name: 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
  0.000% (0/4)
42
destroyTemporaryOffscreenSurface
Name: 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
  0.000% (0/1)
11
createTemporaryOffscreenSurface
Name: 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
  0.000% (0/1)
81
adopt
Name: 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
  0.000% (0/24)
306
QEGLPlatformContext
Name: 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
  0.000% (0/6)
62

Generated by Squish Coco Non-Commercial 4.3.0-BETA-master-30-08-2018-4cb69e9