OpenCoverage

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

Function Tree

Path:<top>::QOpenGLTexturePrivate
FunctionCondition %eLOC - Effective Lines of Codeā–¾McCabe - Cyclomatic Complexity
createTextureView
Name: QOpenGLTexturePrivate::createTextureView
Prototype: QOpenGLTexture *QOpenGLTexturePrivate::createTextureView(QOpenGLTexture::Target viewTarget, QOpenGLTexture::TextureFormat viewFormat, int minimumMipmapLevel, int maximumMipmapLevel, int minimumLayer, int maximumLayer) const
Coverage:  0.000% (0/219)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 1623-1821
  0.000% (0/219)
12532
allocateMutableStorage
Name: QOpenGLTexturePrivate::allocateMutableStorage
Prototype: void QOpenGLTexturePrivate::allocateMutableStorage(QOpenGLTexture::PixelFormat pixelFormat, QOpenGLTexture::PixelType pixelType)
Coverage:  0.000% (0/81)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 995-1144
  0.000% (0/81)
9628
setCompressedData
Name: QOpenGLTexturePrivate::setCompressedData
Prototype: void QOpenGLTexturePrivate::setCompressedData(int mipLevel, int layer, QOpenGLTexture::CubeMapFace cubeFace, int dataSize, const void *data, const QOpenGLPixelTransferOptions * const options)
Coverage:  0.000% (0/55)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 1339-1471
  0.000% (0/55)
9021
setData
Name: QOpenGLTexturePrivate::setData
Prototype: void QOpenGLTexturePrivate::setData(int mipLevel, int layer, QOpenGLTexture::CubeMapFace cubeFace, QOpenGLTexture::PixelFormat sourceFormat, QOpenGLTexture::PixelType sourceType, const void *data, const QOpenGLPixelTransferOptions * const options)
Coverage:  0.000% (0/28)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 1240-1337
  0.000% (0/28)
6813
allocateImmutableStorage
Name: QOpenGLTexturePrivate::allocateImmutableStorage
Prototype: void QOpenGLTexturePrivate::allocateImmutableStorage()
Coverage:  0.000% (0/53)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 1146-1238
  0.000% (0/53)
5319
destroy
Name: QOpenGLTexturePrivate::destroy
Prototype: void QOpenGLTexturePrivate::destroy()
Coverage:  0.000% (0/11)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 186-233
  0.000% (0/11)
383
QOpenGLTexturePrivate
Name: QOpenGLTexturePrivate::QOpenGLTexturePrivate
Prototype: QOpenGLTexturePrivate::QOpenGLTexturePrivate(QOpenGLTexture::Target textureTarget, QOpenGLTexture *qq)
Coverage:  0.000% (0/25)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 56-134
  0.000% (0/25)
3212
setWrapMode
Name: QOpenGLTexturePrivate::setWrapMode
Prototype: void QOpenGLTexturePrivate::setWrapMode(QOpenGLTexture::CoordinateDirection direction, QOpenGLTexture::WrapMode mode)
Coverage:  0.000% (0/32)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 1504-1566
  0.000% (0/32)
2921
wrapMode
Name: QOpenGLTexturePrivate::wrapMode
Prototype: QOpenGLTexture::WrapMode QOpenGLTexturePrivate::wrapMode(QOpenGLTexture::CoordinateDirection direction) const
Coverage:  0.000% (0/32)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 1568-1621
  0.000% (0/32)
1921
create
Name: QOpenGLTexturePrivate::create
Prototype: bool QOpenGLTexturePrivate::create()
Coverage:  0.000% (0/13)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 157-184
  0.000% (0/13)
175
setWrapMode
Name: QOpenGLTexturePrivate::setWrapMode
Prototype: void QOpenGLTexturePrivate::setWrapMode(QOpenGLTexture::WrapMode mode)
Coverage:  0.000% (0/15)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 1473-1502
  0.000% (0/15)
1312
isBound
Name: QOpenGLTexturePrivate::isBound
Prototype: bool QOpenGLTexturePrivate::isBound(uint unit) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 278-290
  0.000% (0/1)
81
release
Name: QOpenGLTexturePrivate::release
Prototype: void QOpenGLTexturePrivate::release(uint unit, QOpenGLTexture::TextureUnitReset reset)
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 258-269
  0.000% (0/7)
73
bind
Name: QOpenGLTexturePrivate::bind
Prototype: void QOpenGLTexturePrivate::bind(uint unit, QOpenGLTexture::TextureUnitReset reset)
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 240-251
  0.000% (0/7)
73
initializeOpenGLFunctions
Name: QOpenGLTexturePrivate::initializeOpenGLFunctions
Prototype: void QOpenGLTexturePrivate::initializeOpenGLFunctions()
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 141-155
  0.000% (0/7)
63
isUsingImmutableStorage
Name: QOpenGLTexturePrivate::isUsingImmutableStorage
Prototype: bool QOpenGLTexturePrivate::isUsingImmutableStorage() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 459-468
  0.000% (0/1)
41
allocateStorage
Name: QOpenGLTexturePrivate::allocateStorage
Prototype: void QOpenGLTexturePrivate::allocateStorage(QOpenGLTexture::PixelFormat pixelFormat, QOpenGLTexture::PixelType pixelType)
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 470-479
  0.000% (0/4)
42
isBound
Name: QOpenGLTexturePrivate::isBound
Prototype: bool QOpenGLTexturePrivate::isBound() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 271-276
  0.000% (0/1)
31
evaluateMipLevels
Name: QOpenGLTexturePrivate::evaluateMipLevels
Prototype: int QOpenGLTexturePrivate::evaluateMipLevels() const
Coverage:  0.000% (0/14)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 292-311
  0.000% (0/14)
313
~QOpenGLTexturePrivate
Name: QOpenGLTexturePrivate::~QOpenGLTexturePrivate
Prototype: QOpenGLTexturePrivate::~QOpenGLTexturePrivate()
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 136-139
  0.000% (0/1)
11
release
Name: QOpenGLTexturePrivate::release
Prototype: void QOpenGLTexturePrivate::release()
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 253-256
  0.000% (0/1)
11
bind
Name: QOpenGLTexturePrivate::bind
Prototype: void QOpenGLTexturePrivate::bind()
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 235-238
  0.000% (0/1)
11

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