QtBase - 8193340a44fd835cee029e63a31cfcab8ef6fd55

Function Tree

Path:<top>::QOpenGLTexturePrivate
FunctionCondition %eLOC - Effective Lines of Codeā–“McCabe - Cyclomatic Complexity
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: 226-229
  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: 244-247
  0.000% (0/1)
11
~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: 129-132
  0.000% (0/1)
11
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: 283-302
  0.000% (0/14)
313
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: 262-267
  0.000% (0/1)
31
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: 461-470
  0.000% (0/4)
42
isUsingImmutableStorage
Name: QOpenGLTexturePrivate::isUsingImmutableStorage
Prototype: bool QOpenGLTexturePrivate::isUsingImmutableStorage() const
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp
Lines: 450-459
  0.000% (0/7)
41
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: 134-148
  0.000% (0/7)
63
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: 231-242
  0.000% (0/7)
73
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: 249-260
  0.000% (0/7)
73
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: 269-281
  0.000% (0/1)
81
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: 1464-1493
  0.000% (0/15)
1312
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: 150-176
  0.000% (0/13)
165
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: 1559-1612
  0.000% (0/32)
1921
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: 1495-1557
  0.000% (0/32)
2921
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: 50-127
  0.000% (0/25)
3212
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: 178-224
  0.000% (0/11)
373
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: 1137-1229
  0.000% (0/53)
5319
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: 1231-1328
  0.000% (0/28)
6813
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: 1330-1462
  0.000% (0/55)
9021
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: 986-1135
  0.000% (0/81)
9628
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: 1614-1812
  0.000% (0/219)
12532

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