| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QOpenGLShaderProgram::isLinked| Name: | QOpenGLShaderProgram::isLinked | | Prototype: | bool QOpenGLShaderProgram::isLinked() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 1077-1081 |
| | 2 | 1 |
QOpenGLShaderProgram::init| Name: | QOpenGLShaderProgram::init | | Prototype: | bool QOpenGLShaderProgram::init() | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 788-818 |
| | 21 | 6 |
QOpenGLShaderProgram::hasOpenGLShaderPrograms| Name: | QOpenGLShaderProgram::hasOpenGLShaderPrograms | | Prototype: | bool QOpenGLShaderProgram::hasOpenGLShaderPrograms(QOpenGLContext *context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 3416-3428 |
| | 5 | 3 |
QOpenGLShaderProgram::enableAttributeArray| Name: | QOpenGLShaderProgram::enableAttributeArray | | Prototype: | void QOpenGLShaderProgram::enableAttributeArray(int location) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 1838-1844 |
| | 4 | 2 |
QOpenGLShaderProgram::enableAttributeArray| Name: | QOpenGLShaderProgram::enableAttributeArray | | Prototype: | void QOpenGLShaderProgram::enableAttributeArray(const char *name) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 1856-1859 |
| | 1 | 1 |
QOpenGLShaderProgram::disableAttributeArray| Name: | QOpenGLShaderProgram::disableAttributeArray | | Prototype: | void QOpenGLShaderProgram::disableAttributeArray(int location) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 1868-1874 |
| | 4 | 2 |
QOpenGLShaderProgram::disableAttributeArray| Name: | QOpenGLShaderProgram::disableAttributeArray | | Prototype: | void QOpenGLShaderProgram::disableAttributeArray(const char *name) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 1885-1888 |
| | 1 | 1 |
QOpenGLShaderProgram::defaultOuterTessellationLevels| Name: | QOpenGLShaderProgram::defaultOuterTessellationLevels | | Prototype: | QVector<float> QOpenGLShaderProgram::defaultOuterTessellationLevels() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 3332-3341 |
| | 5 | 2 |
QOpenGLShaderProgram::defaultInnerTessellationLevels| Name: | QOpenGLShaderProgram::defaultInnerTessellationLevels | | Prototype: | QVector<float> QOpenGLShaderProgram::defaultInnerTessellationLevels() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 3397-3406 |
| | 5 | 2 |
QOpenGLShaderProgram::create| Name: | QOpenGLShaderProgram::create | | Prototype: | bool QOpenGLShaderProgram::create() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 783-786 |
| | 1 | 1 |
QOpenGLShaderProgram::bindAttributeLocation| Name: | QOpenGLShaderProgram::bindAttributeLocation | | Prototype: | void QOpenGLShaderProgram::bindAttributeLocation(const char *name, int location) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 1170-1177 |
| | 5 | 2 |
QOpenGLShaderProgram::bindAttributeLocation| Name: | QOpenGLShaderProgram::bindAttributeLocation | | Prototype: | void QOpenGLShaderProgram::bindAttributeLocation(const QByteArray& name, int location) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 1192-1195 |
| | 1 | 1 |
QOpenGLShaderProgram::bindAttributeLocation| Name: | QOpenGLShaderProgram::bindAttributeLocation | | Prototype: | void QOpenGLShaderProgram::bindAttributeLocation(const QString& name, int location) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 1210-1213 |
| | 1 | 1 |
QOpenGLShaderProgram::bind| Name: | QOpenGLShaderProgram::bind | | Prototype: | bool QOpenGLShaderProgram::bind() | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 1105-1121 |
| | 11 | 4 |
QOpenGLShaderProgram::attributeLocation| Name: | QOpenGLShaderProgram::attributeLocation | | Prototype: | int QOpenGLShaderProgram::attributeLocation(const char *name) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 1222-1232 |
| | 6 | 2 |
QOpenGLShaderProgram::attributeLocation| Name: | QOpenGLShaderProgram::attributeLocation | | Prototype: | int QOpenGLShaderProgram::attributeLocation(const QByteArray& name) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 1243-1246 |
| | 1 | 1 |
QOpenGLShaderProgram::attributeLocation| Name: | QOpenGLShaderProgram::attributeLocation | | Prototype: | int QOpenGLShaderProgram::attributeLocation(const QString& name) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 1257-1260 |
| | 1 | 1 |
QOpenGLShaderProgram::addShaderFromSourceFile| Name: | QOpenGLShaderProgram::addShaderFromSourceFile | | Prototype: | bool QOpenGLShaderProgram::addShaderFromSourceFile (QOpenGLShader::ShaderType type, const QString& fileName) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 936-950 |
| | 10 | 3 |
QOpenGLShaderProgram::addShaderFromSourceCode| Name: | QOpenGLShaderProgram::addShaderFromSourceCode | | Prototype: | bool QOpenGLShaderProgram::addShaderFromSourceCode(QOpenGLShader::ShaderType type, const char *source) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 869-882 |
| | 10 | 3 |
QOpenGLShaderProgram::addShaderFromSourceCode| Name: | QOpenGLShaderProgram::addShaderFromSourceCode | | Prototype: | bool QOpenGLShaderProgram::addShaderFromSourceCode(QOpenGLShader::ShaderType type, const QByteArray& source) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 899-902 |
| | 1 | 1 |
QOpenGLShaderProgram::addShaderFromSourceCode| Name: | QOpenGLShaderProgram::addShaderFromSourceCode | | Prototype: | bool QOpenGLShaderProgram::addShaderFromSourceCode(QOpenGLShader::ShaderType type, const QString& source) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 919-922 |
| | 1 | 1 |
QOpenGLShaderProgram::addShader| Name: | QOpenGLShaderProgram::addShader | | Prototype: | bool QOpenGLShaderProgram::addShader(QOpenGLShader *shader) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 832-854 |
| | 17 | 6 |
QOpenGLShaderProgram::QOpenGLShaderProgram| Name: | QOpenGLShaderProgram::QOpenGLShaderProgram | | Prototype: | QOpenGLShaderProgram::QOpenGLShaderProgram(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 756-759 |
| | 2 | 1 |
QOpenGLShaderPrivate::~QOpenGLShaderPrivate| Name: | QOpenGLShaderPrivate::~QOpenGLShaderPrivate | | Prototype: | QOpenGLShaderPrivate::~QOpenGLShaderPrivate() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 220-225 |
| | 3 | 2 |
QOpenGLShaderPrivate::deleteShader| Name: | QOpenGLShaderPrivate::deleteShader | | Prototype: | void QOpenGLShaderPrivate::deleteShader() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 353-359 |
| | 3 | 2 |
QOpenGLShaderPrivate::create| Name: | QOpenGLShaderPrivate::create | | Prototype: | bool QOpenGLShaderPrivate::create() | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 227-258 |
| | 20 | 8 |
QOpenGLShaderPrivate::compile| Name: | QOpenGLShaderPrivate::compile | | Prototype: | bool QOpenGLShaderPrivate::compile(QOpenGLShader *q) | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 260-351 |
| | 53 | 14 |
QOpenGLShaderPrivate::QOpenGLShaderPrivate| Name: | QOpenGLShaderPrivate::QOpenGLShaderPrivate | | Prototype: | QOpenGLShaderPrivate(QOpenGLContext *ctx, QOpenGLShader::ShaderType type) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 169-190 |
| | 6 | 4 |
QOpenGLShader::sourceCode| Name: | QOpenGLShader::sourceCode | | Prototype: | QByteArray QOpenGLShader::sourceCode() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 637-653 |
| | 14 | 3 |
QOpenGLShader::shaderType| Name: | QOpenGLShader::shaderType | | Prototype: | QOpenGLShader::ShaderType QOpenGLShader::shaderType() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 392-396 |
| | 2 | 1 |
QOpenGLShader::shaderId| Name: | QOpenGLShader::shaderId | | Prototype: | GLuint QOpenGLShader::shaderId() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 682-686 |
| | 2 | 1 |
QOpenGLShader::log| Name: | QOpenGLShader::log | | Prototype: | QString QOpenGLShader::log() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 671-675 |
| | 2 | 1 |
QOpenGLShader::isCompiled| Name: | QOpenGLShader::isCompiled | | Prototype: | bool QOpenGLShader::isCompiled() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 660-664 |
| | 2 | 1 |
QOpenGLShader::hasOpenGLShaders| Name: | QOpenGLShader::hasOpenGLShaders | | Prototype: | bool QOpenGLShader::hasOpenGLShaders(ShaderType type, QOpenGLContext *context) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 3448-3489 |
| | 17 | 7 |
QOpenGLShader::compileSourceFile| Name: | QOpenGLShader::compileSourceFile | | Prototype: | bool QOpenGLShader::compileSourceFile(const QString& fileName) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 620-630 |
| | 6 | 2 |
QOpenGLShader::compileSourceCode::[lambda]| Name: | QOpenGLShader::compileSourceCode::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 571-571 |
| | 0 | 1 |
QOpenGLShader::compileSourceCode| Name: | QOpenGLShader::compileSourceCode | | Prototype: | bool QOpenGLShader::compileSourceCode(const char *source) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 509-585 |
| | 30 | 8 |
QOpenGLShader::compileSourceCode| Name: | QOpenGLShader::compileSourceCode | | Prototype: | bool QOpenGLShader::compileSourceCode(const QByteArray& source) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 595-598 |
| | 1 | 1 |
QOpenGLShader::compileSourceCode| Name: | QOpenGLShader::compileSourceCode | | Prototype: | bool QOpenGLShader::compileSourceCode(const QString& source) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 608-611 |
| | 1 | 1 |
QOpenGLShader::QOpenGLShader| Name: | QOpenGLShader::QOpenGLShader | | Prototype: | QOpenGLShader::QOpenGLShader(QOpenGLShader::ShaderType type, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 373-378 |
| | 2 | 1 |
QOpenGLPixelTransferOptionsData::QOpenGLPixelTransferOptionsData| Name: | QOpenGLPixelTransferOptionsData::QOpenGLPixelTransferOptionsData | | Prototype: | QOpenGLPixelTransferOptionsData() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpixeltransferoptions.cpp | | Lines: | 65-74 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::skipRows| Name: | QOpenGLPixelTransferOptions::skipRows | | Prototype: | int QOpenGLPixelTransferOptions::skipRows() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpixeltransferoptions.cpp | | Lines: | 167-170 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::skipPixels| Name: | QOpenGLPixelTransferOptions::skipPixels | | Prototype: | int QOpenGLPixelTransferOptions::skipPixels() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpixeltransferoptions.cpp | | Lines: | 185-188 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::skipImages| Name: | QOpenGLPixelTransferOptions::skipImages | | Prototype: | int QOpenGLPixelTransferOptions::skipImages() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpixeltransferoptions.cpp | | Lines: | 149-152 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::setSwapBytesEnabled| Name: | QOpenGLPixelTransferOptions::setSwapBytesEnabled | | Prototype: | void QOpenGLPixelTransferOptions::setSwapBytesEnabled(bool swapBytes) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpixeltransferoptions.cpp | | Lines: | 250-253 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::setSkipRows| Name: | QOpenGLPixelTransferOptions::setSkipRows | | Prototype: | void QOpenGLPixelTransferOptions::setSkipRows(int skipRows) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpixeltransferoptions.cpp | | Lines: | 159-162 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::setSkipPixels| Name: | QOpenGLPixelTransferOptions::setSkipPixels | | Prototype: | void QOpenGLPixelTransferOptions::setSkipPixels(int skipPixels) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpixeltransferoptions.cpp | | Lines: | 177-180 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::setSkipImages| Name: | QOpenGLPixelTransferOptions::setSkipImages | | Prototype: | void QOpenGLPixelTransferOptions::setSkipImages(int skipImages) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpixeltransferoptions.cpp | | Lines: | 141-144 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::setRowLength| Name: | QOpenGLPixelTransferOptions::setRowLength | | Prototype: | void QOpenGLPixelTransferOptions::setRowLength(int rowLength) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpixeltransferoptions.cpp | | Lines: | 213-216 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::setLeastSignificantByteFirst| Name: | QOpenGLPixelTransferOptions::setLeastSignificantByteFirst | | Prototype: | void QOpenGLPixelTransferOptions::setLeastSignificantByteFirst(bool lsbFirst) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpixeltransferoptions.cpp | | Lines: | 232-235 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::setImageHeight| Name: | QOpenGLPixelTransferOptions::setImageHeight | | Prototype: | void QOpenGLPixelTransferOptions::setImageHeight(int imageHeight) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpixeltransferoptions.cpp | | Lines: | 195-198 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::setAlignment| Name: | QOpenGLPixelTransferOptions::setAlignment | | Prototype: | void QOpenGLPixelTransferOptions::setAlignment(int alignment) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpixeltransferoptions.cpp | | Lines: | 123-126 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::rowLength| Name: | QOpenGLPixelTransferOptions::rowLength | | Prototype: | int QOpenGLPixelTransferOptions::rowLength() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpixeltransferoptions.cpp | | Lines: | 221-224 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::operator=| Name: | QOpenGLPixelTransferOptions::operator= | | Prototype: | QOpenGLPixelTransferOptions &QOpenGLPixelTransferOptions::operator=(const QOpenGLPixelTransferOptions &rhs) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpixeltransferoptions.cpp | | Lines: | 105-110 |
| | 3 | 2 |
QOpenGLPixelTransferOptions::isSwapBytesEnabled| Name: | QOpenGLPixelTransferOptions::isSwapBytesEnabled | | Prototype: | bool QOpenGLPixelTransferOptions::isSwapBytesEnabled() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpixeltransferoptions.cpp | | Lines: | 258-261 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::isLeastSignificantBitFirst| Name: | QOpenGLPixelTransferOptions::isLeastSignificantBitFirst | | Prototype: | bool QOpenGLPixelTransferOptions::isLeastSignificantBitFirst() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpixeltransferoptions.cpp | | Lines: | 240-243 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::imageHeight| Name: | QOpenGLPixelTransferOptions::imageHeight | | Prototype: | int QOpenGLPixelTransferOptions::imageHeight() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpixeltransferoptions.cpp | | Lines: | 203-206 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::alignment| Name: | QOpenGLPixelTransferOptions::alignment | | Prototype: | int QOpenGLPixelTransferOptions::alignment() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpixeltransferoptions.cpp | | Lines: | 131-134 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::QOpenGLPixelTransferOptions| Name: | QOpenGLPixelTransferOptions::QOpenGLPixelTransferOptions | | Prototype: | QOpenGLPixelTransferOptions::QOpenGLPixelTransferOptions() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpixeltransferoptions.cpp | | Lines: | 89-92 |
| | 2 | 1 |
QOpenGLPixelTransferOptions::QOpenGLPixelTransferOptions| Name: | QOpenGLPixelTransferOptions::QOpenGLPixelTransferOptions | | Prototype: | QOpenGLPixelTransferOptions::QOpenGLPixelTransferOptions(const QOpenGLPixelTransferOptions &rhs) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpixeltransferoptions.cpp | | Lines: | 97-100 |
| | 2 | 1 |
QOpenGLPaintDevicePrivate::QOpenGLPaintDevicePrivate| Name: | QOpenGLPaintDevicePrivate::QOpenGLPaintDevicePrivate | | Prototype: | QOpenGLPaintDevicePrivate::QOpenGLPaintDevicePrivate(const QSize &sz) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintdevice.cpp | | Lines: | 167-176 |
| | 2 | 1 |
QOpenGLPaintDevice::~QOpenGLPaintDevice| Name: | QOpenGLPaintDevice::~QOpenGLPaintDevice | | Prototype: | QOpenGLPaintDevice::~QOpenGLPaintDevice() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintdevice.cpp | | Lines: | 156-159 |
| | 1 | 1 |
QOpenGLPaintDevice::size| Name: | QOpenGLPaintDevice::size | | Prototype: | QSize QOpenGLPaintDevice::size() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintdevice.cpp | | Lines: | 231-234 |
| | 1 | 1 |
QOpenGLPaintDevice::setSize| Name: | QOpenGLPaintDevice::setSize | | Prototype: | void QOpenGLPaintDevice::setSize(const QSize &size) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintdevice.cpp | | Lines: | 242-245 |
| | 1 | 1 |
QOpenGLPaintDevice::setPaintFlipped| Name: | QOpenGLPaintDevice::setPaintFlipped | | Prototype: | void QOpenGLPaintDevice::setPaintFlipped(bool flipped) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintdevice.cpp | | Lines: | 342-345 |
| | 1 | 1 |
QOpenGLPaintDevice::setDotsPerMeterY| Name: | QOpenGLPaintDevice::setDotsPerMeterY | | Prototype: | void QOpenGLPaintDevice::setDotsPerMeterY(qreal dpmy) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintdevice.cpp | | Lines: | 332-335 |
| | 1 | 1 |
QOpenGLPaintDevice::setDotsPerMeterX| Name: | QOpenGLPaintDevice::setDotsPerMeterX | | Prototype: | void QOpenGLPaintDevice::setDotsPerMeterX(qreal dpmx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintdevice.cpp | | Lines: | 321-324 |
| | 1 | 1 |
QOpenGLPaintDevice::setDevicePixelRatio| Name: | QOpenGLPaintDevice::setDevicePixelRatio | | Prototype: | void QOpenGLPaintDevice::setDevicePixelRatio(qreal devicePixelRatio) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintdevice.cpp | | Lines: | 250-253 |
| | 1 | 1 |
QOpenGLPaintDevice::paintFlipped| Name: | QOpenGLPaintDevice::paintFlipped | | Prototype: | bool QOpenGLPaintDevice::paintFlipped() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintdevice.cpp | | Lines: | 353-356 |
| | 1 | 1 |
QOpenGLPaintDevice::paintEngine| Name: | QOpenGLPaintDevice::paintEngine | | Prototype: | QPaintEngine *QOpenGLPaintDevice::paintEngine() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintdevice.cpp | | Lines: | 202-214 |
| | 7 | 3 |
QOpenGLPaintDevice::metric| Name: | QOpenGLPaintDevice::metric | | Prototype: | int QOpenGLPaintDevice::metric(QPaintDevice::PaintDeviceMetric metric) const | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintdevice.cpp | | Lines: | 259-291 |
| | 15 | 14 |
QOpenGLPaintDevice::dotsPerMeterY| Name: | QOpenGLPaintDevice::dotsPerMeterY | | Prototype: | qreal QOpenGLPaintDevice::dotsPerMeterY() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintdevice.cpp | | Lines: | 310-313 |
| | 1 | 1 |
QOpenGLPaintDevice::dotsPerMeterX| Name: | QOpenGLPaintDevice::dotsPerMeterX | | Prototype: | qreal QOpenGLPaintDevice::dotsPerMeterX() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintdevice.cpp | | Lines: | 299-302 |
| | 1 | 1 |
QOpenGLPaintDevice::context| Name: | QOpenGLPaintDevice::context | | Prototype: | QOpenGLContext *QOpenGLPaintDevice::context() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintdevice.cpp | | Lines: | 220-223 |
| | 1 | 1 |
QOpenGLPaintDevice::QOpenGLPaintDevice| Name: | QOpenGLPaintDevice::QOpenGLPaintDevice | | Prototype: | QOpenGLPaintDevice::QOpenGLPaintDevice() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintdevice.cpp | | Lines: | 115-118 |
| | 2 | 1 |
QOpenGLPaintDevice::QOpenGLPaintDevice| Name: | QOpenGLPaintDevice::QOpenGLPaintDevice | | Prototype: | QOpenGLPaintDevice::QOpenGLPaintDevice(const QSize &size) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintdevice.cpp | | Lines: | 127-130 |
| | 2 | 1 |
QOpenGLPaintDevice::QOpenGLPaintDevice| Name: | QOpenGLPaintDevice::QOpenGLPaintDevice | | Prototype: | QOpenGLPaintDevice::QOpenGLPaintDevice(int width, int height) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintdevice.cpp | | Lines: | 139-142 |
| | 2 | 1 |
QOpenGLPaintDevice::QOpenGLPaintDevice| Name: | QOpenGLPaintDevice::QOpenGLPaintDevice | | Prototype: | QOpenGLPaintDevice::QOpenGLPaintDevice(QOpenGLPaintDevicePrivate &dd) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintdevice.cpp | | Lines: | 147-150 |
| | 2 | 1 |
QOpenGLMultiGroupSharedResource::~QOpenGLMultiGroupSharedResource| Name: | QOpenGLMultiGroupSharedResource::~QOpenGLMultiGroupSharedResource | | Prototype: | QOpenGLMultiGroupSharedResource::~QOpenGLMultiGroupSharedResource() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | | Lines: | 1569-1591 |
| | 12 | 5 |
QOpenGLMultiGroupSharedResource::value| Name: | QOpenGLMultiGroupSharedResource::value | | Prototype: | QOpenGLSharedResource *QOpenGLMultiGroupSharedResource::value(QOpenGLContext *context) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | | Lines: | 1605-1609 |
| | 2 | 1 |
QOpenGLMultiGroupSharedResource::resources| Name: | QOpenGLMultiGroupSharedResource::resources | | Prototype: | QList<QOpenGLSharedResource *> QOpenGLMultiGroupSharedResource::resources() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | | Lines: | 1611-1620 |
| | 6 | 3 |
QOpenGLMultiGroupSharedResource::insert| Name: | QOpenGLMultiGroupSharedResource::insert | | Prototype: | void QOpenGLMultiGroupSharedResource::insert(QOpenGLContext *context, QOpenGLSharedResource *value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | | Lines: | 1593-1603 |
| | 5 | 1 |
QOpenGLMultiGroupSharedResource::cleanup| Name: | QOpenGLMultiGroupSharedResource::cleanup | | Prototype: | void QOpenGLMultiGroupSharedResource::cleanup(QOpenGLContextGroup *group, QOpenGLSharedResource *value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | | Lines: | 1622-1633 |
| | 5 | 1 |
QOpenGLMultiGroupSharedResource::QOpenGLMultiGroupSharedResource| Name: | QOpenGLMultiGroupSharedResource::QOpenGLMultiGroupSharedResource | | Prototype: | QOpenGLMultiGroupSharedResource::QOpenGLMultiGroupSharedResource() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | | Lines: | 1560-1567 |
| | 5 | 1 |
QOpenGLFunctions_4_5_DeprecatedBackend::init| Name: | QOpenGLFunctions_4_5_DeprecatedBackend::init | | Prototype: | void QOpenGLFunctions_4_5_DeprecatedBackend::init() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | | Lines: | 339-339 |
| | 1 | 2 |
QOpenGLFunctions_4_5_CoreBackend::init| Name: | QOpenGLFunctions_4_5_CoreBackend::init | | Prototype: | void QOpenGLFunctions_4_5_CoreBackend::init() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | | Lines: | 328-328 |
| | 1 | 2 |
QOpenGLFunctions_4_5_Core::~QOpenGLFunctions_4_5_Core| Name: | QOpenGLFunctions_4_5_Core::~QOpenGLFunctions_4_5_Core | | Prototype: | QOpenGLFunctions_4_5_Core::~QOpenGLFunctions_4_5_Core() | | Coverage: | 0.000% (0/55) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_5_core.cpp | | Lines: | 91-147 |
| | 54 | 19 |
QOpenGLFunctions_4_5_Core::versionProfile| Name: | QOpenGLFunctions_4_5_Core::versionProfile | | Prototype: | QOpenGLVersionProfile QOpenGLFunctions_4_5_Core::versionProfile() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_5_core.cpp | | Lines: | 252-258 |
| | 4 | 1 |
QOpenGLFunctions_4_5_Core::isContextCompatible| Name: | QOpenGLFunctions_4_5_Core::isContextCompatible | | Prototype: | bool QOpenGLFunctions_4_5_Core::isContextCompatible(QOpenGLContext *context) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_5_core.cpp | | Lines: | 241-250 |
| | 6 | 2 |
QOpenGLFunctions_4_5_Core::initializeOpenGLFunctions| Name: | QOpenGLFunctions_4_5_Core::initializeOpenGLFunctions | | Prototype: | bool QOpenGLFunctions_4_5_Core::initializeOpenGLFunctions() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_5_core.cpp | | Lines: | 149-239 |
| | 62 | 3 |
QOpenGLFunctions_4_5_Core::QOpenGLFunctions_4_5_Core| Name: | QOpenGLFunctions_4_5_Core::QOpenGLFunctions_4_5_Core | | Prototype: | QOpenGLFunctions_4_5_Core::QOpenGLFunctions_4_5_Core() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_5_core.cpp | | Lines: | 68-89 |
| | 2 | 1 |
QOpenGLFunctions_4_5_Compatibility::~QOpenGLFunctions_4_5_Compatibility| Name: | QOpenGLFunctions_4_5_Compatibility::~QOpenGLFunctions_4_5_Compatibility | | Prototype: | QOpenGLFunctions_4_5_Compatibility::~QOpenGLFunctions_4_5_Compatibility() | | Coverage: | 0.000% (0/76) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_5_compatibility.cpp | | Lines: | 98-175 |
| | 75 | 26 |
QOpenGLFunctions_4_5_Compatibility::versionProfile| Name: | QOpenGLFunctions_4_5_Compatibility::versionProfile | | Prototype: | QOpenGLVersionProfile QOpenGLFunctions_4_5_Compatibility::versionProfile() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_5_compatibility.cpp | | Lines: | 311-317 |
| | 4 | 1 |
QOpenGLFunctions_4_5_Compatibility::isContextCompatible| Name: | QOpenGLFunctions_4_5_Compatibility::isContextCompatible | | Prototype: | bool QOpenGLFunctions_4_5_Compatibility::isContextCompatible(QOpenGLContext *context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_5_compatibility.cpp | | Lines: | 297-309 |
| | 8 | 3 |
QOpenGLFunctions_4_5_Compatibility::initializeOpenGLFunctions| Name: | QOpenGLFunctions_4_5_Compatibility::initializeOpenGLFunctions | | Prototype: | bool QOpenGLFunctions_4_5_Compatibility::initializeOpenGLFunctions() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_5_compatibility.cpp | | Lines: | 177-295 |
| | 83 | 3 |
QOpenGLFunctions_4_5_Compatibility::QOpenGLFunctions_4_5_Compatibility| Name: | QOpenGLFunctions_4_5_Compatibility::QOpenGLFunctions_4_5_Compatibility | | Prototype: | QOpenGLFunctions_4_5_Compatibility::QOpenGLFunctions_4_5_Compatibility() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_5_compatibility.cpp | | Lines: | 68-96 |
| | 2 | 1 |
QOpenGLFunctions_4_4_CoreBackend::init| Name: | QOpenGLFunctions_4_4_CoreBackend::init | | Prototype: | void QOpenGLFunctions_4_4_CoreBackend::init() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | | Lines: | 327-327 |
| | 1 | 2 |
QOpenGLFunctions_4_4_Core::~QOpenGLFunctions_4_4_Core| Name: | QOpenGLFunctions_4_4_Core::~QOpenGLFunctions_4_4_Core | | Prototype: | QOpenGLFunctions_4_4_Core::~QOpenGLFunctions_4_4_Core() | | Coverage: | 0.000% (0/52) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_4_core.cpp | | Lines: | 90-143 |
| | 51 | 18 |
QOpenGLFunctions_4_4_Core::versionProfile| Name: | QOpenGLFunctions_4_4_Core::versionProfile | | Prototype: | QOpenGLVersionProfile QOpenGLFunctions_4_4_Core::versionProfile() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_4_core.cpp | | Lines: | 244-250 |
| | 4 | 1 |
QOpenGLFunctions_4_4_Core::isContextCompatible| Name: | QOpenGLFunctions_4_4_Core::isContextCompatible | | Prototype: | bool QOpenGLFunctions_4_4_Core::isContextCompatible(QOpenGLContext *context) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_4_core.cpp | | Lines: | 233-242 |
| | 6 | 2 |