Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QOpenGLTexturePrivateName: | 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 |
| | 32 | 12 |
allocateImmutableStorageName: | 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 |
| | 53 | 19 |
allocateMutableStorageName: | 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 |
| | 96 | 28 |
allocateStorageName: | 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 |
| | 4 | 2 |
bindName: | 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 |
| | 1 | 1 |
bindName: | 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 |
| | 7 | 3 |
createName: | 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 |
| | 16 | 5 |
createTextureViewName: | 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 |
| | 125 | 32 |
destroyName: | 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 |
| | 37 | 3 |
evaluateMipLevelsName: | 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 |
| | 3 | 13 |
initializeOpenGLFunctionsName: | 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 |
| | 6 | 3 |
isBoundName: | 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 |
| | 3 | 1 |
isBoundName: | 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 |
| | 8 | 1 |
isUsingImmutableStorageName: | 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 |
| | 4 | 1 |
releaseName: | 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 |
| | 1 | 1 |
releaseName: | 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 |
| | 7 | 3 |
setCompressedDataName: | 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 |
| | 90 | 21 |
setDataName: | 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 |
| | 68 | 13 |
setWrapModeName: | 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 |
| | 13 | 12 |
setWrapModeName: | 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 |
| | 29 | 21 |
wrapModeName: | 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 |
| | 19 | 21 |
~QOpenGLTexturePrivateName: | 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 |
| | 1 | 1 |