Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QOpenGLShaderProgram::setAttributeArrayName: | QOpenGLShaderProgram::setAttributeArray | Prototype: | void QOpenGLShaderProgram::setAttributeArray (const char *name, const QVector3D *values, int stride) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 1713-1717 |
| | 1 | 1 |
QOpenGLShaderProgram::setAttributeArrayName: | QOpenGLShaderProgram::setAttributeArray | Prototype: | void QOpenGLShaderProgram::setAttributeArray (const char *name, const QVector4D *values, int stride) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 1734-1738 |
| | 1 | 1 |
QOpenGLShaderProgram::setAttributeArrayName: | QOpenGLShaderProgram::setAttributeArray | Prototype: | void QOpenGLShaderProgram::setAttributeArray (const char *name, GLenum type, const void *values, int tupleSize, int stride) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 1762-1766 |
| | 1 | 1 |
QOpenGLShaderProgram::maxGeometryOutputVerticesName: | QOpenGLShaderProgram::maxGeometryOutputVertices | Prototype: | int QOpenGLShaderProgram::maxGeometryOutputVertices() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 3216-3224 |
| | 4 | 1 |
QOpenGLShaderProgram::logName: | QOpenGLShaderProgram::log | Prototype: | QString QOpenGLShaderProgram::log() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 1085-1089 |
| | 2 | 1 |
QOpenGLShaderProgram::isLinkedName: | 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: | 1073-1077 |
| | 2 | 1 |
QOpenGLShaderProgram::enableAttributeArrayName: | 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: | 1852-1855 |
| | 1 | 1 |
QOpenGLShaderProgram::disableAttributeArrayName: | 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: | 1881-1884 |
| | 1 | 1 |
QOpenGLShaderProgram::createName: | 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: | 777-780 |
| | 1 | 1 |
QOpenGLShaderProgram::bindAttributeLocationName: | 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: | 1188-1191 |
| | 1 | 1 |
QOpenGLShaderProgram::bindAttributeLocationName: | 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: | 1206-1209 |
| | 1 | 1 |
QOpenGLShaderProgram::attributeLocationName: | 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: | 1239-1242 |
| | 1 | 1 |
QOpenGLShaderProgram::attributeLocationName: | 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: | 1253-1256 |
| | 1 | 1 |
QOpenGLShaderProgram::addShaderFromSourceCodeName: | 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: | 893-896 |
| | 1 | 1 |
QOpenGLShaderProgram::addShaderFromSourceCodeName: | 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: | 913-916 |
| | 1 | 1 |
QOpenGLShaderProgram::QOpenGLShaderProgramName: | 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: | 750-753 |
| | 2 | 1 |
QOpenGLShader::shaderTypeName: | 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: | 386-390 |
| | 2 | 1 |
QOpenGLShader::shaderIdName: | QOpenGLShader::shaderId | Prototype: | GLuint QOpenGLShader::shaderId() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 676-680 |
| | 2 | 1 |
QOpenGLShader::logName: | 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: | 665-669 |
| | 2 | 1 |
QOpenGLShader::isCompiledName: | 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: | 654-658 |
| | 2 | 1 |
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: | 565-565 |
| | 0 | 1 |
QOpenGLShader::compileSourceCodeName: | 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: | 589-592 |
| | 1 | 1 |
QOpenGLShader::compileSourceCodeName: | 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: | 602-605 |
| | 1 | 1 |
QOpenGLShader::QOpenGLShaderName: | 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: | 367-372 |
| | 2 | 1 |
QOpenGLPixelTransferOptionsData::QOpenGLPixelTransferOptionsDataName: | QOpenGLPixelTransferOptionsData::QOpenGLPixelTransferOptionsData | Prototype: | QOpenGLPixelTransferOptionsData() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpixeltransferoptions.cpp | Lines: | 59-68 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::skipRowsName: | 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: | 161-164 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::skipPixelsName: | 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: | 179-182 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::skipImagesName: | 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: | 143-146 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::setSwapBytesEnabledName: | 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: | 244-247 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::setSkipRowsName: | 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: | 153-156 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::setSkipPixelsName: | 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: | 171-174 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::setSkipImagesName: | 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: | 135-138 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::setRowLengthName: | 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: | 207-210 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::setLeastSignificantByteFirstName: | 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: | 226-229 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::setImageHeightName: | 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: | 189-192 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::setAlignmentName: | 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: | 117-120 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::rowLengthName: | 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: | 215-218 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::isSwapBytesEnabledName: | 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: | 252-255 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::isLeastSignificantBitFirstName: | 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: | 234-237 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::imageHeightName: | 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: | 197-200 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::alignmentName: | 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: | 125-128 |
| | 1 | 1 |
QOpenGLPixelTransferOptions::QOpenGLPixelTransferOptionsName: | 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: | 83-86 |
| | 2 | 1 |
QOpenGLPixelTransferOptions::QOpenGLPixelTransferOptionsName: | 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: | 91-94 |
| | 2 | 1 |
QOpenGLPaintDevicePrivate::QOpenGLPaintDevicePrivateName: | 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: | 161-170 |
| | 2 | 1 |
QOpenGLPaintDevice::~QOpenGLPaintDeviceName: | 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: | 150-153 |
| | 1 | 1 |
QOpenGLPaintDevice::sizeName: | 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: | 225-228 |
| | 1 | 1 |
QOpenGLPaintDevice::setSizeName: | 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: | 236-239 |
| | 1 | 1 |
QOpenGLPaintDevice::setPaintFlippedName: | 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: | 336-339 |
| | 1 | 1 |
QOpenGLPaintDevice::setDotsPerMeterYName: | 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: | 326-329 |
| | 1 | 1 |
QOpenGLPaintDevice::setDotsPerMeterXName: | 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: | 315-318 |
| | 1 | 1 |
QOpenGLPaintDevice::setDevicePixelRatioName: | 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: | 244-247 |
| | 1 | 1 |
QOpenGLPaintDevice::paintFlippedName: | 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: | 347-350 |
| | 1 | 1 |
QOpenGLPaintDevice::dotsPerMeterYName: | 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: | 304-307 |
| | 1 | 1 |
QOpenGLPaintDevice::dotsPerMeterXName: | 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: | 293-296 |
| | 1 | 1 |
QOpenGLPaintDevice::contextName: | 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: | 214-217 |
| | 1 | 1 |
QOpenGLPaintDevice::QOpenGLPaintDeviceName: | 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: | 109-112 |
| | 2 | 1 |
QOpenGLPaintDevice::QOpenGLPaintDeviceName: | 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: | 121-124 |
| | 2 | 1 |
QOpenGLPaintDevice::QOpenGLPaintDeviceName: | 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: | 133-136 |
| | 2 | 1 |
QOpenGLPaintDevice::QOpenGLPaintDeviceName: | 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: | 141-144 |
| | 2 | 1 |
QOpenGLMultiGroupSharedResource::valueName: | 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: | 1611-1615 |
| | 2 | 1 |
QOpenGLMultiGroupSharedResource::insertName: | 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: | 1599-1609 |
| | 5 | 1 |
QOpenGLMultiGroupSharedResource::cleanupName: | 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: | 1628-1639 |
| | 5 | 1 |
QOpenGLMultiGroupSharedResource::QOpenGLMultiGroupSharedResourceName: | 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: | 1566-1573 |
| | 5 | 1 |
QOpenGLFunctions_4_5_DeprecatedBackend::versionStatusName: | QOpenGLFunctions_4_5_DeprecatedBackend::versionStatus | Prototype: | QOpenGLVersionStatus QOpenGLFunctions_4_5_DeprecatedBackend::versionStatus() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | Lines: | 2098-2101 |
| | 1 | 1 |
QOpenGLFunctions_4_5_DeprecatedBackend::QOpenGLFunctions_4_5_DeprecatedBackendName: | QOpenGLFunctions_4_5_DeprecatedBackend::QOpenGLFunctions_4_5_DeprecatedBackend | Prototype: | QOpenGLFunctions_4_5_DeprecatedBackend::QOpenGLFunctions_4_5_DeprecatedBackend(QOpenGLContext *context) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | Lines: | 2079-2096 |
| | 12 | 1 |
QOpenGLFunctions_4_5_CoreBackend::versionStatusName: | QOpenGLFunctions_4_5_CoreBackend::versionStatus | Prototype: | QOpenGLVersionStatus QOpenGLFunctions_4_5_CoreBackend::versionStatus() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | Lines: | 1223-1226 |
| | 1 | 1 |
QOpenGLFunctions_4_5_CoreBackend::QOpenGLFunctions_4_5_CoreBackendName: | QOpenGLFunctions_4_5_CoreBackend::QOpenGLFunctions_4_5_CoreBackend | Prototype: | QOpenGLFunctions_4_5_CoreBackend::QOpenGLFunctions_4_5_CoreBackend(QOpenGLContext *context) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | Lines: | 1110-1221 |
| | 106 | 1 |
QOpenGLFunctions_4_5_Core::versionProfileName: | 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: | 336-342 |
| | 4 | 1 |
QOpenGLFunctions_4_5_Core::QOpenGLFunctions_4_5_CoreName: | 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: | 62-83 |
| | 2 | 1 |
QOpenGLFunctions_4_5_Compatibility::versionProfileName: | 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: | 430-436 |
| | 4 | 1 |
QOpenGLFunctions_4_5_Compatibility::QOpenGLFunctions_4_5_CompatibilityName: | 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: | 62-90 |
| | 2 | 1 |
QOpenGLFunctions_4_4_CoreBackend::versionStatusName: | QOpenGLFunctions_4_4_CoreBackend::versionStatus | Prototype: | QOpenGLVersionStatus QOpenGLFunctions_4_4_CoreBackend::versionStatus() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | Lines: | 1105-1108 |
| | 1 | 1 |
QOpenGLFunctions_4_4_CoreBackend::QOpenGLFunctions_4_4_CoreBackendName: | QOpenGLFunctions_4_4_CoreBackend::QOpenGLFunctions_4_4_CoreBackend | Prototype: | QOpenGLFunctions_4_4_CoreBackend::QOpenGLFunctions_4_4_CoreBackend(QOpenGLContext *context) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | Lines: | 1089-1103 |
| | 9 | 1 |
QOpenGLFunctions_4_4_Core::versionProfileName: | 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: | 323-329 |
| | 4 | 1 |
QOpenGLFunctions_4_4_Core::QOpenGLFunctions_4_4_CoreName: | QOpenGLFunctions_4_4_Core::QOpenGLFunctions_4_4_Core | Prototype: | QOpenGLFunctions_4_4_Core::QOpenGLFunctions_4_4_Core() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_4_core.cpp | Lines: | 62-82 |
| | 2 | 1 |
QOpenGLFunctions_4_4_Compatibility::versionProfileName: | QOpenGLFunctions_4_4_Compatibility::versionProfile | Prototype: | QOpenGLVersionProfile QOpenGLFunctions_4_4_Compatibility::versionProfile() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_4_compatibility.cpp | Lines: | 404-410 |
| | 4 | 1 |
QOpenGLFunctions_4_4_Compatibility::QOpenGLFunctions_4_4_CompatibilityName: | QOpenGLFunctions_4_4_Compatibility::QOpenGLFunctions_4_4_Compatibility | Prototype: | QOpenGLFunctions_4_4_Compatibility::QOpenGLFunctions_4_4_Compatibility() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_4_compatibility.cpp | Lines: | 62-88 |
| | 2 | 1 |
QOpenGLFunctions_4_3_CoreBackend::versionStatusName: | QOpenGLFunctions_4_3_CoreBackend::versionStatus | Prototype: | QOpenGLVersionStatus QOpenGLFunctions_4_3_CoreBackend::versionStatus() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | Lines: | 1084-1087 |
| | 1 | 1 |
QOpenGLFunctions_4_3_CoreBackend::QOpenGLFunctions_4_3_CoreBackendName: | QOpenGLFunctions_4_3_CoreBackend::QOpenGLFunctions_4_3_CoreBackend | Prototype: | QOpenGLFunctions_4_3_CoreBackend::QOpenGLFunctions_4_3_CoreBackend(QOpenGLContext *context) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | Lines: | 1034-1082 |
| | 43 | 1 |
QOpenGLFunctions_4_3_Core::versionProfileName: | QOpenGLFunctions_4_3_Core::versionProfile | Prototype: | QOpenGLVersionProfile QOpenGLFunctions_4_3_Core::versionProfile() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_3_core.cpp | Lines: | 310-316 |
| | 4 | 1 |
QOpenGLFunctions_4_3_Core::QOpenGLFunctions_4_3_CoreName: | QOpenGLFunctions_4_3_Core::QOpenGLFunctions_4_3_Core | Prototype: | QOpenGLFunctions_4_3_Core::QOpenGLFunctions_4_3_Core() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_3_core.cpp | Lines: | 62-81 |
| | 2 | 1 |
QOpenGLFunctions_4_3_Compatibility::versionProfileName: | QOpenGLFunctions_4_3_Compatibility::versionProfile | Prototype: | QOpenGLVersionProfile QOpenGLFunctions_4_3_Compatibility::versionProfile() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_3_compatibility.cpp | Lines: | 392-398 |
| | 4 | 1 |
QOpenGLFunctions_4_3_Compatibility::QOpenGLFunctions_4_3_CompatibilityName: | QOpenGLFunctions_4_3_Compatibility::QOpenGLFunctions_4_3_Compatibility | Prototype: | QOpenGLFunctions_4_3_Compatibility::QOpenGLFunctions_4_3_Compatibility() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_3_compatibility.cpp | Lines: | 62-88 |
| | 2 | 1 |
QOpenGLFunctions_4_2_CoreBackend::versionStatusName: | QOpenGLFunctions_4_2_CoreBackend::versionStatus | Prototype: | QOpenGLVersionStatus QOpenGLFunctions_4_2_CoreBackend::versionStatus() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | Lines: | 1029-1032 |
| | 1 | 1 |
QOpenGLFunctions_4_2_CoreBackend::QOpenGLFunctions_4_2_CoreBackendName: | QOpenGLFunctions_4_2_CoreBackend::QOpenGLFunctions_4_2_CoreBackend | Prototype: | QOpenGLFunctions_4_2_CoreBackend::QOpenGLFunctions_4_2_CoreBackend(QOpenGLContext *context) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | Lines: | 1010-1027 |
| | 12 | 1 |
QOpenGLFunctions_4_2_Core::versionProfileName: | QOpenGLFunctions_4_2_Core::versionProfile | Prototype: | QOpenGLVersionProfile QOpenGLFunctions_4_2_Core::versionProfile() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_2_core.cpp | Lines: | 297-303 |
| | 4 | 1 |
QOpenGLFunctions_4_2_Core::QOpenGLFunctions_4_2_CoreName: | QOpenGLFunctions_4_2_Core::QOpenGLFunctions_4_2_Core | Prototype: | QOpenGLFunctions_4_2_Core::QOpenGLFunctions_4_2_Core() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_2_core.cpp | Lines: | 62-80 |
| | 2 | 1 |
QOpenGLFunctions_4_2_Compatibility::versionProfileName: | QOpenGLFunctions_4_2_Compatibility::versionProfile | Prototype: | QOpenGLVersionProfile QOpenGLFunctions_4_2_Compatibility::versionProfile() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_2_compatibility.cpp | Lines: | 379-385 |
| | 4 | 1 |
QOpenGLFunctions_4_2_Compatibility::QOpenGLFunctions_4_2_CompatibilityName: | QOpenGLFunctions_4_2_Compatibility::QOpenGLFunctions_4_2_Compatibility | Prototype: | QOpenGLFunctions_4_2_Compatibility::QOpenGLFunctions_4_2_Compatibility() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_2_compatibility.cpp | Lines: | 62-87 |
| | 2 | 1 |
QOpenGLFunctions_4_1_CoreBackend::versionStatusName: | QOpenGLFunctions_4_1_CoreBackend::versionStatus | Prototype: | QOpenGLVersionStatus QOpenGLFunctions_4_1_CoreBackend::versionStatus() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | Lines: | 1005-1008 |
| | 1 | 1 |
QOpenGLFunctions_4_1_CoreBackend::QOpenGLFunctions_4_1_CoreBackendName: | QOpenGLFunctions_4_1_CoreBackend::QOpenGLFunctions_4_1_CoreBackend | Prototype: | QOpenGLFunctions_4_1_CoreBackend::QOpenGLFunctions_4_1_CoreBackend(QOpenGLContext *context) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | Lines: | 910-1003 |
| | 88 | 1 |
QOpenGLFunctions_4_1_Core::versionProfileName: | QOpenGLFunctions_4_1_Core::versionProfile | Prototype: | QOpenGLVersionProfile QOpenGLFunctions_4_1_Core::versionProfile() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_1_core.cpp | Lines: | 284-290 |
| | 4 | 1 |
QOpenGLFunctions_4_1_Core::QOpenGLFunctions_4_1_CoreName: | QOpenGLFunctions_4_1_Core::QOpenGLFunctions_4_1_Core | Prototype: | QOpenGLFunctions_4_1_Core::QOpenGLFunctions_4_1_Core() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_1_core.cpp | Lines: | 62-79 |
| | 2 | 1 |
QOpenGLFunctions_4_1_Compatibility::versionProfileName: | QOpenGLFunctions_4_1_Compatibility::versionProfile | Prototype: | QOpenGLVersionProfile QOpenGLFunctions_4_1_Compatibility::versionProfile() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_1_compatibility.cpp | Lines: | 366-372 |
| | 4 | 1 |
QOpenGLFunctions_4_1_Compatibility::QOpenGLFunctions_4_1_CompatibilityName: | QOpenGLFunctions_4_1_Compatibility::QOpenGLFunctions_4_1_Compatibility | Prototype: | QOpenGLFunctions_4_1_Compatibility::QOpenGLFunctions_4_1_Compatibility() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_1_compatibility.cpp | Lines: | 62-86 |
| | 2 | 1 |
QOpenGLFunctions_4_0_CoreBackend::versionStatusName: | QOpenGLFunctions_4_0_CoreBackend::versionStatus | Prototype: | QOpenGLVersionStatus QOpenGLFunctions_4_0_CoreBackend::versionStatus() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | Lines: | 905-908 |
| | 1 | 1 |
QOpenGLFunctions_4_0_CoreBackend::QOpenGLFunctions_4_0_CoreBackendName: | QOpenGLFunctions_4_0_CoreBackend::QOpenGLFunctions_4_0_CoreBackend | Prototype: | QOpenGLFunctions_4_0_CoreBackend::QOpenGLFunctions_4_0_CoreBackend(QOpenGLContext *context) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | Lines: | 852-903 |
| | 46 | 1 |
QOpenGLFunctions_4_0_Core::versionProfileName: | QOpenGLFunctions_4_0_Core::versionProfile | Prototype: | QOpenGLVersionProfile QOpenGLFunctions_4_0_Core::versionProfile() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_0_core.cpp | Lines: | 271-277 |
| | 4 | 1 |
QOpenGLFunctions_4_0_Core::QOpenGLFunctions_4_0_CoreName: | QOpenGLFunctions_4_0_Core::QOpenGLFunctions_4_0_Core | Prototype: | QOpenGLFunctions_4_0_Core::QOpenGLFunctions_4_0_Core() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_0_core.cpp | Lines: | 62-78 |
| | 2 | 1 |
QOpenGLFunctions_4_0_Compatibility::versionProfileName: | QOpenGLFunctions_4_0_Compatibility::versionProfile | Prototype: | QOpenGLVersionProfile QOpenGLFunctions_4_0_Compatibility::versionProfile() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_0_compatibility.cpp | Lines: | 353-359 |
| | 4 | 1 |