| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QGLShaderPrivate::create| Name: | QGLShaderPrivate::create | | Prototype: | bool QGLShaderPrivate::create() | | Coverage: | 47.368% (9/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 231-257 |
| | 17 | 6 |
QGLShaderPrivate::compile| Name: | QGLShaderPrivate::compile | | Prototype: | bool QGLShaderPrivate::compile(QGLShader *q) | | Coverage: | 16.667% (4/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 259-300 |
| | 33 | 7 |
QGLShaderPrivate::QGLShaderPrivate| Name: | QGLShaderPrivate::QGLShaderPrivate | | Prototype: | QGLShaderPrivate(const QGLContext *ctx, QGLShader::ShaderType type) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 193-199 |
| | 2 | 1 |
QGLShader::sourceCode| Name: | QGLShader::sourceCode | | Prototype: | QByteArray QGLShader::sourceCode() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 495-511 |
| | 14 | 3 |
QGLShader::shaderType| Name: | QGLShader::shaderType | | Prototype: | QGLShader::ShaderType QGLShader::shaderType() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 366-370 |
| | 2 | 1 |
QGLShader::shaderId| Name: | QGLShader::shaderId | | Prototype: | GLuint QGLShader::shaderId() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 540-544 |
| | 2 | 1 |
QGLShader::log| Name: | QGLShader::log | | Prototype: | QString QGLShader::log() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 529-533 |
| | 2 | 1 |
QGLShader::isCompiled| Name: | QGLShader::isCompiled | | Prototype: | bool QGLShader::isCompiled() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 518-522 |
| | 2 | 1 |
QGLShader::hasOpenGLShaders| Name: | QGLShader::hasOpenGLShaders | | Prototype: | bool QGLShader::hasOpenGLShaders(ShaderType type, const QGLContext *context) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 3209-3228 |
| | 13 | 6 |
QGLShader::compileSourceFile| Name: | QGLShader::compileSourceFile | | Prototype: | bool QGLShader::compileSourceFile(const QString& fileName) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 478-488 |
| | 6 | 2 |
QGLShader::compileSourceCode| Name: | QGLShader::compileSourceCode | | Prototype: | bool QGLShader::compileSourceCode(const char *source) | | Coverage: | 26.667% (8/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 399-443 |
| | 24 | 8 |
QGLShader::compileSourceCode| Name: | QGLShader::compileSourceCode | | Prototype: | bool QGLShader::compileSourceCode(const QByteArray& source) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 453-456 |
| | 1 | 1 |
QGLShader::compileSourceCode| Name: | QGLShader::compileSourceCode | | Prototype: | bool QGLShader::compileSourceCode(const QString& source) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 466-469 |
| | 1 | 1 |
QGLShader::QGLShader| Name: | QGLShader::QGLShader | | Prototype: | QGLShader::QGLShader(QGLShader::ShaderType type, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 322-327 |
| | 2 | 1 |
QGLShader::QGLShader| Name: | QGLShader::QGLShader | | Prototype: | QGLShader::QGLShader(QGLShader::ShaderType type, const QGLContext *context, QObject *parent) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 341-352 |
| | 5 | 2 |
QGLPixelBufferPrivate::init| Name: | QGLPixelBufferPrivate::init | | Prototype: | bool QGLPixelBufferPrivate::init(const QSize &, const QGLFormat &f, QGLWidget *shareWidget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 581-587 |
| | 4 | 1 |
QGLPixelBufferPrivate::common_init| Name: | QGLPixelBufferPrivate::common_init | | Prototype: | void QGLPixelBufferPrivate::common_init(const QSize &size, const QGLFormat &format, QGLWidget *shareWidget) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 131-141 |
| | 7 | 2 |
QGLPixelBufferPrivate::cleanup| Name: | QGLPixelBufferPrivate::cleanup | | Prototype: | bool QGLPixelBufferPrivate::cleanup() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 589-598 |
| | 7 | 1 |
QGLPixelBuffer::~QGLPixelBuffer| Name: | QGLPixelBuffer::~QGLPixelBuffer | | Prototype: | QGLPixelBuffer::~QGLPixelBuffer() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 190-201 |
| | 7 | 3 |
QGLPixelBuffer::updateDynamicTexture| Name: | QGLPixelBuffer::updateDynamicTexture | | Prototype: | void QGLPixelBuffer::updateDynamicTexture(GLuint texture_id) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 325-364 |
| | 16 | 5 |
QGLPixelBuffer::toImage| Name: | QGLPixelBuffer::toImage | | Prototype: | QImage QGLPixelBuffer::toImage() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 378-388 |
| | 7 | 3 |
QGLPixelBuffer::size| Name: | QGLPixelBuffer::size | | Prototype: | QSize QGLPixelBuffer::size() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 369-373 |
| | 2 | 1 |
QGLPixelBuffer::paintEngine| Name: | QGLPixelBuffer::paintEngine | | Prototype: | QPaintEngine *QGLPixelBuffer::paintEngine() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 413-416 |
| | 1 | 1 |
QGLPixelBuffer::metric| Name: | QGLPixelBuffer::metric | | Prototype: | int QGLPixelBuffer::metric(PaintDeviceMetric metric) const | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 419-469 |
| | 21 | 14 |
QGLPixelBuffer::makeCurrent| Name: | QGLPixelBuffer::makeCurrent | | Prototype: | bool QGLPixelBuffer::makeCurrent() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 211-231 |
| | 17 | 6 |
QGLPixelBuffer::isValid| Name: | QGLPixelBuffer::isValid | | Prototype: | bool QGLPixelBuffer::isValid() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 404-408 |
| | 2 | 1 |
QGLPixelBuffer::hasOpenGLPbuffers| Name: | QGLPixelBuffer::hasOpenGLPbuffers | | Prototype: | bool QGLPixelBuffer::hasOpenGLPbuffers() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 643-646 |
| | 1 | 1 |
QGLPixelBuffer::handle| Name: | QGLPixelBuffer::handle | | Prototype: | Qt::HANDLE QGLPixelBuffer::handle() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 393-399 |
| | 4 | 2 |
QGLPixelBuffer::generateDynamicTexture| Name: | QGLPixelBuffer::generateDynamicTexture | | Prototype: | GLuint QGLPixelBuffer::generateDynamicTexture() const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 610-641 |
| | 20 | 4 |
QGLPixelBuffer::format| Name: | QGLPixelBuffer::format | | Prototype: | QGLFormat QGLPixelBuffer::format() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 571-575 |
| | 2 | 1 |
QGLPixelBuffer::drawTexture| Name: | QGLPixelBuffer::drawTexture | | Prototype: | void QGLPixelBuffer::drawTexture(const QRectF &target, GLuint textureId, GLenum textureTarget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 547-551 |
| | 2 | 1 |
QGLPixelBuffer::drawTexture| Name: | QGLPixelBuffer::drawTexture | | Prototype: | void QGLPixelBuffer::drawTexture(const QPointF &point, GLuint textureId, GLenum textureTarget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 561-565 |
| | 2 | 1 |
QGLPixelBuffer::doneCurrent| Name: | QGLPixelBuffer::doneCurrent | | Prototype: | bool QGLPixelBuffer::doneCurrent() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 239-246 |
| | 5 | 2 |
QGLPixelBuffer::deleteTexture| Name: | QGLPixelBuffer::deleteTexture | | Prototype: | void QGLPixelBuffer::deleteTexture(GLuint texture_id) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 532-536 |
| | 2 | 1 |
QGLPixelBuffer::context| Name: | QGLPixelBuffer::context | | Prototype: | QGLContext *QGLPixelBuffer::context() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 251-255 |
| | 2 | 1 |
QGLPixelBuffer::bindToDynamicTexture| Name: | QGLPixelBuffer::bindToDynamicTexture | | Prototype: | bool QGLPixelBuffer::bindToDynamicTexture(GLuint texture_id) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 600-604 |
| | 2 | 1 |
QGLPixelBuffer::bindTexture| Name: | QGLPixelBuffer::bindTexture | | Prototype: | GLuint QGLPixelBuffer::bindTexture(const QImage &image, GLenum target) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 482-491 |
| | 3 | 1 |
QGLPixelBuffer::bindTexture| Name: | QGLPixelBuffer::bindTexture | | Prototype: | GLuint QGLPixelBuffer::bindTexture(const QPixmap &pixmap, GLenum target) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 501-510 |
| | 3 | 1 |
QGLPixelBuffer::bindTexture| Name: | QGLPixelBuffer::bindTexture | | Prototype: | GLuint QGLPixelBuffer::bindTexture(const QString &fileName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 521-525 |
| | 2 | 1 |
QGLPixelBuffer::QGLPixelBuffer| Name: | QGLPixelBuffer::QGLPixelBuffer | | Prototype: | QGLPixelBuffer::QGLPixelBuffer(const QSize &size, const QGLFormat &format, QGLWidget *shareWidget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 156-161 |
| | 2 | 1 |
QGLPixelBuffer::QGLPixelBuffer| Name: | QGLPixelBuffer::QGLPixelBuffer | | Prototype: | QGLPixelBuffer::QGLPixelBuffer(int width, int height, const QGLFormat &format, QGLWidget *shareWidget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 178-183 |
| | 2 | 1 |
QGLPaintDevice::metric| Name: | QGLPaintDevice::metric | | Prototype: | int QGLPaintDevice::metric(QPaintDevice::PaintDeviceMetric metric) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpaintdevice.cpp | | Lines: | 52-71 |
| | 9 | 7 |
QGLPaintDevice::isFlipped| Name: | QGLPaintDevice::isFlipped | | Prototype: | bool QGLPaintDevice::isFlipped() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpaintdevice.cpp | | Lines: | 144-147 |
| | 1 | 1 |
QGLPaintDevice::getDevice| Name: | QGLPaintDevice::getDevice | | Prototype: | QGLPaintDevice* QGLPaintDevice::getDevice(QPaintDevice* pd) | | Coverage: | 27.273% (3/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpaintdevice.cpp | | Lines: | 208-234 |
| | 14 | 6 |
QGLPaintDevice::format| Name: | QGLPaintDevice::format | | Prototype: | QGLFormat QGLPaintDevice::format() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpaintdevice.cpp | | Lines: | 134-137 |
| | 1 | 1 |
QGLPaintDevice::ensureActiveTarget| Name: | QGLPaintDevice::ensureActiveTarget | | Prototype: | void QGLPaintDevice::ensureActiveTarget() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpaintdevice.cpp | | Lines: | 103-117 |
| | 8 | 3 |
QGLPaintDevice::endPaint| Name: | QGLPaintDevice::endPaint | | Prototype: | void QGLPaintDevice::endPaint() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpaintdevice.cpp | | Lines: | 119-132 |
| | 6 | 2 |
QGLPaintDevice::beginPaint| Name: | QGLPaintDevice::beginPaint | | Prototype: | void QGLPaintDevice::beginPaint() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpaintdevice.cpp | | Lines: | 73-101 |
| | 8 | 2 |
QGLPaintDevice::alphaRequested| Name: | QGLPaintDevice::alphaRequested | | Prototype: | bool QGLPaintDevice::alphaRequested() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpaintdevice.cpp | | Lines: | 139-142 |
| | 1 | 1 |
QGLPaintDevice::QGLPaintDevice| Name: | QGLPaintDevice::QGLPaintDevice | | Prototype: | QGLPaintDevice::QGLPaintDevice() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpaintdevice.cpp | | Lines: | 43-46 |
| | 2 | 1 |
QGLPBufferGLPaintDevice::setPBuffer| Name: | QGLPBufferGLPaintDevice::setPBuffer | | Prototype: | void QGLPBufferGLPaintDevice::setPBuffer(QGLPixelBuffer* pb) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 126-129 |
| | 1 | 1 |
QGLPBufferGLPaintDevice::setFbo| Name: | QGLPBufferGLPaintDevice::setFbo | | Prototype: | void QGLPBufferGLPaintDevice::setFbo(GLuint fbo) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 121-124 |
| | 1 | 1 |
QGLPBufferGLPaintDevice::endPaint| Name: | QGLPBufferGLPaintDevice::endPaint | | Prototype: | void QGLPBufferGLPaintDevice::endPaint() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 115-119 |
| | 2 | 1 |
QGLPBufferGLPaintDevice::context| Name: | QGLPBufferGLPaintDevice::context | | Prototype: | QGLContext* QGLPBufferGLPaintDevice::context() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 104-107 |
| | 1 | 1 |
QGLPBufferGLPaintDevice::beginPaint| Name: | QGLPBufferGLPaintDevice::beginPaint | | Prototype: | void QGLPBufferGLPaintDevice::beginPaint() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 109-113 |
| | 2 | 1 |
QGLFunctionsPrivateEx::~QGLFunctionsPrivateEx| Name: | QGLFunctionsPrivateEx::~QGLFunctionsPrivateEx | | Prototype: | ~QGLFunctionsPrivateEx() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglfunctions.cpp | | Lines: | 151-154 |
| | 1 | 1 |
QGLFunctionsPrivateEx::invalidateResource| Name: | QGLFunctionsPrivateEx::invalidateResource | | Prototype: | void invalidateResource() override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglfunctions.cpp | | Lines: | 156-159 |
| | 1 | 1 |
QGLFunctionsPrivateEx::QGLFunctionsPrivateEx| Name: | QGLFunctionsPrivateEx::QGLFunctionsPrivateEx | | Prototype: | QGLFunctionsPrivateEx(QOpenGLContext *context) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglfunctions.cpp | | Lines: | 142-149 |
| | 2 | 1 |
QGLFunctionsPrivate::QGLFunctionsPrivate| Name: | QGLFunctionsPrivate::QGLFunctionsPrivate | | Prototype: | QGLFunctionsPrivate::QGLFunctionsPrivate(const QGLContext *) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglfunctions.cpp | | Lines: | 1347-1350 |
| | 2 | 1 |
QGLFunctions::openGLFeatures| Name: | QGLFunctions::openGLFeatures | | Prototype: | QGLFunctions::OpenGLFeatures QGLFunctions::openGLFeatures() const | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglfunctions.cpp | | Lines: | 300-308 |
| | 6 | 3 |
QGLFunctions::initializeGLFunctions| Name: | QGLFunctions::initializeGLFunctions | | Prototype: | void QGLFunctions::initializeGLFunctions(const QGLContext *context) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglfunctions.cpp | | Lines: | 338-341 |
| | 1 | 1 |
QGLFunctions::hasOpenGLFeature| Name: | QGLFunctions::hasOpenGLFeature | | Prototype: | bool QGLFunctions::hasOpenGLFeature(QGLFunctions::OpenGLFeature feature) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglfunctions.cpp | | Lines: | 319-327 |
| | 6 | 3 |
QGLFunctions::QGLFunctions| Name: | QGLFunctions::QGLFunctions | | Prototype: | QGLFunctions::QGLFunctions() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglfunctions.cpp | | Lines: | 189-192 |
| | 2 | 1 |
QGLFunctions::QGLFunctions| Name: | QGLFunctions::QGLFunctions | | Prototype: | QGLFunctions::QGLFunctions(const QGLContext *context) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglfunctions.cpp | | Lines: | 204-207 |
| | 2 | 1 |
QGLFramebufferObjectPrivate::init| Name: | QGLFramebufferObjectPrivate::init | | Prototype: | void QGLFramebufferObjectPrivate::init(QGLFramebufferObject *q, const QSize &sz, QGLFramebufferObject::Attachment attachment, GLenum texture_target, GLenum internal_format, GLint samples, bool mipmap) | | Coverage: | 0.000% (0/136) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 463-711 |
| | 152 | 35 |
QGLFramebufferObjectPrivate::checkFramebufferStatus| Name: | QGLFramebufferObjectPrivate::checkFramebufferStatus | | Prototype: | bool QGLFramebufferObjectPrivate::checkFramebufferStatus() const | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 386-440 |
| | 21 | 11 |
QGLFramebufferObjectFormat::~QGLFramebufferObjectFormat| Name: | QGLFramebufferObjectFormat::~QGLFramebufferObjectFormat | | Prototype: | QGLFramebufferObjectFormat::~QGLFramebufferObjectFormat() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 188-192 |
| | 2 | 2 |
QGLFramebufferObjectFormat::textureTarget| Name: | QGLFramebufferObjectFormat::textureTarget | | Prototype: | GLenum QGLFramebufferObjectFormat::textureTarget() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 298-301 |
| | 1 | 1 |
QGLFramebufferObjectFormat::setTextureTarget| Name: | QGLFramebufferObjectFormat::setTextureTarget | | Prototype: | void QGLFramebufferObjectFormat::setTextureTarget(GLenum target) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 285-289 |
| | 2 | 1 |
QGLFramebufferObjectFormat::setSamples| Name: | QGLFramebufferObjectFormat::setSamples | | Prototype: | void QGLFramebufferObjectFormat::setSamples(int samples) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 207-211 |
| | 2 | 1 |
QGLFramebufferObjectFormat::setMipmap| Name: | QGLFramebufferObjectFormat::setMipmap | | Prototype: | void QGLFramebufferObjectFormat::setMipmap(bool enabled) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 239-243 |
| | 2 | 1 |
QGLFramebufferObjectFormat::setInternalTextureFormat| Name: | QGLFramebufferObjectFormat::setInternalTextureFormat | | Prototype: | void QGLFramebufferObjectFormat::setInternalTextureFormat(GLenum internalTextureFormat) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 310-314 |
| | 2 | 1 |
QGLFramebufferObjectFormat::setAttachment| Name: | QGLFramebufferObjectFormat::setAttachment | | Prototype: | void QGLFramebufferObjectFormat::setAttachment(QGLFramebufferObject::Attachment attachment) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 262-266 |
| | 2 | 1 |
QGLFramebufferObjectFormat::samples| Name: | QGLFramebufferObjectFormat::samples | | Prototype: | int QGLFramebufferObjectFormat::samples() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 220-223 |
| | 1 | 1 |
QGLFramebufferObjectFormat::operator==| Name: | QGLFramebufferObjectFormat::operator== | | Prototype: | bool QGLFramebufferObjectFormat::operator==(const QGLFramebufferObjectFormat& other) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 333-339 |
| | 3 | 2 |
QGLFramebufferObjectFormat::operator=| Name: | QGLFramebufferObjectFormat::operator= | | Prototype: | QGLFramebufferObjectFormat &QGLFramebufferObjectFormat::operator=(const QGLFramebufferObjectFormat &other) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 174-183 |
| | 6 | 3 |
QGLFramebufferObjectFormat::operator!=| Name: | QGLFramebufferObjectFormat::operator!= | | Prototype: | bool QGLFramebufferObjectFormat::operator!=(const QGLFramebufferObjectFormat& other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 345-348 |
| | 1 | 1 |
QGLFramebufferObjectFormat::mipmap| Name: | QGLFramebufferObjectFormat::mipmap | | Prototype: | bool QGLFramebufferObjectFormat::mipmap() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 252-255 |
| | 1 | 1 |
QGLFramebufferObjectFormat::internalTextureFormat| Name: | QGLFramebufferObjectFormat::internalTextureFormat | | Prototype: | GLenum QGLFramebufferObjectFormat::internalTextureFormat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 324-327 |
| | 1 | 1 |
QGLFramebufferObjectFormat::detach| Name: | QGLFramebufferObjectFormat::detach | | Prototype: | void QGLFramebufferObjectFormat::detach() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 133-142 |
| | 6 | 3 |
QGLFramebufferObjectFormat::attachment| Name: | QGLFramebufferObjectFormat::attachment | | Prototype: | QGLFramebufferObject::Attachment QGLFramebufferObjectFormat::attachment() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 274-277 |
| | 1 | 1 |
QGLFramebufferObjectFormat::QGLFramebufferObjectFormat| Name: | QGLFramebufferObjectFormat::QGLFramebufferObjectFormat | | Prototype: | QGLFramebufferObjectFormat::QGLFramebufferObjectFormat() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 155-158 |
| | 1 | 1 |
QGLFramebufferObjectFormat::QGLFramebufferObjectFormat| Name: | QGLFramebufferObjectFormat::QGLFramebufferObjectFormat | | Prototype: | QGLFramebufferObjectFormat::QGLFramebufferObjectFormat(const QGLFramebufferObjectFormat &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 164-168 |
| | 2 | 1 |
QGLFramebufferObject::~QGLFramebufferObject| Name: | QGLFramebufferObject::~QGLFramebufferObject | | Prototype: | QGLFramebufferObject::~QGLFramebufferObject() | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 962-978 |
| | 12 | 6 |
QGLFramebufferObject::toImage| Name: | QGLFramebufferObject::toImage | | Prototype: | QImage QGLFramebufferObject::toImage() const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 1131-1155 |
| | 15 | 5 |
QGLFramebufferObject::texture| Name: | QGLFramebufferObject::texture | | Prototype: | GLuint QGLFramebufferObject::texture() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 1082-1086 |
| | 2 | 1 |
QGLFramebufferObject::size| Name: | QGLFramebufferObject::size | | Prototype: | QSize QGLFramebufferObject::size() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 1094-1098 |
| | 2 | 1 |
QGLFramebufferObject::release| Name: | QGLFramebufferObject::release | | Prototype: | bool QGLFramebufferObject::release() | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 1045-1070 |
| | 14 | 5 |
QGLFramebufferObject::paintEngine| Name: | QGLFramebufferObject::paintEngine | | Prototype: | QPaintEngine *QGLFramebufferObject::paintEngine() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 1160-1172 |
| | 8 | 3 |
QGLFramebufferObject::metric| Name: | QGLFramebufferObject::metric | | Prototype: | int QGLFramebufferObject::metric(PaintDeviceMetric metric) const | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 1246-1296 |
| | 21 | 14 |
QGLFramebufferObject::isValid| Name: | QGLFramebufferObject::isValid | | Prototype: | bool QGLFramebufferObject::isValid() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 998-1002 |
| | 2 | 1 |
QGLFramebufferObject::isBound| Name: | QGLFramebufferObject::isBound | | Prototype: | bool QGLFramebufferObject::isBound() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 1338-1348 |
| | 6 | 2 |
QGLFramebufferObject::hasOpenGLFramebufferObjects| Name: | QGLFramebufferObject::hasOpenGLFramebufferObjects | | Prototype: | bool QGLFramebufferObject::hasOpenGLFramebufferObjects() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 1209-1212 |
| | 1 | 1 |
QGLFramebufferObject::hasOpenGLFramebufferBlit| Name: | QGLFramebufferObject::hasOpenGLFramebufferBlit | | Prototype: | bool QGLFramebufferObject::hasOpenGLFramebufferBlit() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 1360-1363 |
| | 1 | 1 |
QGLFramebufferObject::handle| Name: | QGLFramebufferObject::handle | | Prototype: | GLuint QGLFramebufferObject::handle() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 1307-1311 |
| | 2 | 1 |
QGLFramebufferObject::format| Name: | QGLFramebufferObject::format | | Prototype: | QGLFramebufferObjectFormat QGLFramebufferObject::format() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 1103-1107 |
| | 2 | 1 |
QGLFramebufferObject::drawTexture| Name: | QGLFramebufferObject::drawTexture | | Prototype: | void QGLFramebufferObject::drawTexture(const QRectF &target, GLuint textureId, GLenum textureTarget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 1225-1228 |
| | 1 | 1 |
QGLFramebufferObject::drawTexture| Name: | QGLFramebufferObject::drawTexture | | Prototype: | void QGLFramebufferObject::drawTexture(const QPointF &point, GLuint textureId, GLenum textureTarget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 1240-1243 |
| | 1 | 1 |
QGLFramebufferObject::blitFramebuffer| Name: | QGLFramebufferObject::blitFramebuffer | | Prototype: | void QGLFramebufferObject::blitFramebuffer(QGLFramebufferObject *target, const QRect &targetRect, QGLFramebufferObject *source, const QRect &sourceRect, GLbitfield buffers, GLenum filter) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 1397-1437 |
| | 25 | 3 |
QGLFramebufferObject::bindDefault| Name: | QGLFramebufferObject::bindDefault | | Prototype: | bool QGLFramebufferObject::bindDefault() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 1183-1201 |
| | 9 | 3 |