Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QGLWidget::isValidName: | QGLWidget::isValid | Prototype: | bool QGLWidget::isValid() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 4054-4058 |
| | 2 | 1 |
QGLWidget::isSharingName: | QGLWidget::isSharing | Prototype: | bool QGLWidget::isSharing() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 4070-4074 |
| | 2 | 1 |
QGLWidget::formatName: | QGLWidget::format | Prototype: | QGLFormat QGLWidget::format() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 4999-5003 |
| | 2 | 1 |
QGLWidget::drawTextureName: | QGLWidget::drawTexture | Prototype: | void QGLWidget::drawTexture(const QRectF &target, GLuint textureId, GLenum textureTarget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 5124-5128 |
| | 2 | 1 |
QGLWidget::drawTextureName: | QGLWidget::drawTexture | Prototype: | void QGLWidget::drawTexture(const QPointF &point, GLuint textureId, GLenum textureTarget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 5137-5141 |
| | 2 | 1 |
QGLWidget::doubleBufferName: | QGLWidget::doubleBuffer | Prototype: | bool QGLWidget::doubleBuffer() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 5011-5015 |
| | 2 | 1 |
QGLWidget::doneCurrentName: | QGLWidget::doneCurrent | Prototype: | void QGLWidget::doneCurrent() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 4098-4102 |
| | 2 | 1 |
QGLWidget::deleteTextureName: | QGLWidget::deleteTexture | Prototype: | void QGLWidget::deleteTexture(GLuint id) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 5111-5115 |
| | 2 | 1 |
QGLWidget::contextName: | QGLWidget::context | Prototype: | QGLContext *QGLWidget::context() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 5005-5009 |
| | 2 | 1 |
QGLWidget::colormapName: | QGLWidget::colormap | Prototype: | const QGLColormap & QGLWidget::colormap() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 4718-4722 |
| | 2 | 1 |
QGLWidget::bindTextureName: | QGLWidget::bindTexture | Prototype: | GLuint QGLWidget::bindTexture(const QPixmap &pixmap, GLenum target, GLint format, QGLContext::BindOptions options) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 5086-5091 |
| | 2 | 1 |
QGLWidget::bindTextureName: | QGLWidget::bindTexture | Prototype: | GLuint QGLWidget::bindTexture(const QString &fileName) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 5099-5103 |
| | 2 | 1 |
QGLWidget::autoBufferSwapName: | QGLWidget::autoBufferSwap | Prototype: | bool QGLWidget::autoBufferSwap() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 5023-5027 |
| | 2 | 1 |
QGLThreadContext::~QGLThreadContextName: | QGLThreadContext::~QGLThreadContext | Prototype: | ~QGLThreadContext() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 147-150 |
| | 2 | 2 |
QGLShaderProgramPrivate::QGLShaderProgramPrivateName: | QGLShaderProgramPrivate::QGLShaderProgramPrivate | Prototype: | QGLShaderProgramPrivate(const QGLContext *) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 586-596 |
| | 2 | 1 |
QGLShaderProgram::shadersName: | QGLShaderProgram::shaders | Prototype: | QList<QGLShader *> QGLShaderProgram::shaders() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 865-869 |
| | 2 | 1 |
QGLShaderProgram::setUniformValueName: | QGLShaderProgram::setUniformValue | Prototype: | void QGLShaderProgram::setUniformValue(int location, const QMatrix2x2& value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 2252-2256 |
| | 2 | 1 |
QGLShaderProgram::setUniformValueName: | QGLShaderProgram::setUniformValue | Prototype: | void QGLShaderProgram::setUniformValue(int location, const QMatrix2x3& value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 2277-2281 |
| | 2 | 1 |
QGLShaderProgram::setUniformValueName: | QGLShaderProgram::setUniformValue | Prototype: | void QGLShaderProgram::setUniformValue(int location, const QMatrix2x4& value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 2302-2306 |
| | 2 | 1 |
QGLShaderProgram::setUniformValueName: | QGLShaderProgram::setUniformValue | Prototype: | void QGLShaderProgram::setUniformValue(int location, const QMatrix3x2& value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 2327-2331 |
| | 2 | 1 |
QGLShaderProgram::setUniformValueName: | QGLShaderProgram::setUniformValue | Prototype: | void QGLShaderProgram::setUniformValue(int location, const QMatrix3x3& value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 2352-2356 |
| | 2 | 1 |
QGLShaderProgram::setUniformValueName: | QGLShaderProgram::setUniformValue | Prototype: | void QGLShaderProgram::setUniformValue(int location, const QMatrix3x4& value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 2377-2381 |
| | 2 | 1 |
QGLShaderProgram::setUniformValueName: | QGLShaderProgram::setUniformValue | Prototype: | void QGLShaderProgram::setUniformValue(int location, const QMatrix4x2& value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 2402-2406 |
| | 2 | 1 |
QGLShaderProgram::setUniformValueName: | QGLShaderProgram::setUniformValue | Prototype: | void QGLShaderProgram::setUniformValue(int location, const QMatrix4x3& value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 2427-2431 |
| | 2 | 1 |
QGLShaderProgram::setUniformValueName: | QGLShaderProgram::setUniformValue | Prototype: | void QGLShaderProgram::setUniformValue(int location, const QMatrix4x4& value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 2452-2456 |
| | 2 | 1 |
QGLShaderProgram::logName: | QGLShaderProgram::log | Prototype: | QString QGLShaderProgram::log() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 992-996 |
| | 2 | 1 |
QGLShaderProgram::isLinkedName: | QGLShaderProgram::isLinked | Prototype: | bool QGLShaderProgram::isLinked() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 980-984 |
| | 2 | 1 |
QGLShaderProgram::QGLShaderProgramName: | QGLShaderProgram::QGLShaderProgram | Prototype: | QGLShaderProgram::QGLShaderProgram(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 652-655 |
| | 2 | 1 |
QGLShaderProgram::QGLShaderProgramName: | QGLShaderProgram::QGLShaderProgram | Prototype: | QGLShaderProgram::QGLShaderProgram(const QGLContext *context, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 665-668 |
| | 2 | 1 |
QGLShaderPrivate::QGLShaderPrivateName: | 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: | 199-205 |
| | 2 | 1 |
QGLShader::shaderTypeName: | 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: | 372-376 |
| | 2 | 1 |
QGLShader::shaderIdName: | QGLShader::shaderId | Prototype: | GLuint QGLShader::shaderId() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 546-550 |
| | 2 | 1 |
QGLShader::logName: | 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: | 535-539 |
| | 2 | 1 |
QGLShader::isCompiledName: | 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: | 524-528 |
| | 2 | 1 |
QGLShader::QGLShaderName: | 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: | 328-333 |
| | 2 | 1 |
QGLPixelBuffer::sizeName: | 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: | 375-379 |
| | 2 | 1 |
QGLPixelBuffer::isValidName: | 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: | 410-414 |
| | 2 | 1 |
QGLPixelBuffer::formatName: | 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: | 577-581 |
| | 2 | 1 |
QGLPixelBuffer::drawTextureName: | 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: | 553-557 |
| | 2 | 1 |
QGLPixelBuffer::drawTextureName: | 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: | 567-571 |
| | 2 | 1 |
QGLPixelBuffer::deleteTextureName: | 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: | 538-542 |
| | 2 | 1 |
QGLPixelBuffer::contextName: | 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: | 257-261 |
| | 2 | 1 |
QGLPixelBuffer::bindToDynamicTextureName: | 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: | 606-610 |
| | 2 | 1 |
QGLPixelBuffer::bindTextureName: | 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: | 527-531 |
| | 2 | 1 |
QGLPixelBuffer::QGLPixelBufferName: | 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: | 162-167 |
| | 2 | 1 |
QGLPixelBuffer::QGLPixelBufferName: | 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: | 184-189 |
| | 2 | 1 |
QGLPaintDevice::QGLPaintDeviceName: | QGLPaintDevice::QGLPaintDevice | Prototype: | QGLPaintDevice::QGLPaintDevice() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpaintdevice.cpp | Lines: | 49-52 |
| | 2 | 1 |
QGLPBufferGLPaintDevice::endPaintName: | 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: | 121-125 |
| | 2 | 1 |
QGLPBufferGLPaintDevice::beginPaintName: | 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: | 115-119 |
| | 2 | 1 |
QGLFunctionsPrivateEx::QGLFunctionsPrivateExName: | 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: | 148-155 |
| | 2 | 1 |
QGLFunctionsPrivate::QGLFunctionsPrivateName: | 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: | 1353-1356 |
| | 2 | 1 |
QGLFunctions::QGLFunctionsName: | QGLFunctions::QGLFunctions | Prototype: | QGLFunctions::QGLFunctions() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglfunctions.cpp | Lines: | 195-198 |
| | 2 | 1 |
QGLFunctions::QGLFunctionsName: | 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: | 210-213 |
| | 2 | 1 |
QGLFramebufferObjectFormat::~QGLFramebufferObjectFormatName: | QGLFramebufferObjectFormat::~QGLFramebufferObjectFormat | Prototype: | QGLFramebufferObjectFormat::~QGLFramebufferObjectFormat() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | Lines: | 194-198 |
| | 2 | 2 |
QGLFramebufferObjectFormat::setTextureTargetName: | 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: | 291-295 |
| | 2 | 1 |
QGLFramebufferObjectFormat::setSamplesName: | 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: | 213-217 |
| | 2 | 1 |
QGLFramebufferObjectFormat::setMipmapName: | 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: | 245-249 |
| | 2 | 1 |
QGLFramebufferObjectFormat::setInternalTextureFormatName: | 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: | 316-320 |
| | 2 | 1 |
QGLFramebufferObjectFormat::setAttachmentName: | 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: | 268-272 |
| | 2 | 1 |
QGLFramebufferObjectFormat::QGLFramebufferObjectFormatName: | 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: | 170-174 |
| | 2 | 1 |
QGLFramebufferObject::textureName: | QGLFramebufferObject::texture | Prototype: | GLuint QGLFramebufferObject::texture() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | Lines: | 1088-1092 |
| | 2 | 1 |
QGLFramebufferObject::sizeName: | 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: | 1100-1104 |
| | 2 | 1 |
QGLFramebufferObject::isValidName: | QGLFramebufferObject::isValid | Prototype: | bool QGLFramebufferObject::isValid() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | Lines: | 1004-1008 |
| | 2 | 1 |
QGLFramebufferObject::handleName: | 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: | 1313-1317 |
| | 2 | 1 |
QGLFramebufferObject::formatName: | 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: | 1109-1113 |
| | 2 | 1 |
QGLFormat::~QGLFormatName: | QGLFormat::~QGLFormat | Prototype: | QGLFormat::~QGLFormat() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 437-441 |
| | 2 | 2 |
QGLFormat::setSwapIntervalName: | QGLFormat::setSwapInterval | Prototype: | void QGLFormat::setSwapInterval(int interval) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 851-855 |
| | 2 | 1 |
QGLFormat::setProfileName: | QGLFormat::setProfile | Prototype: | void QGLFormat::setProfile(OpenGLContextProfile profile) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 1214-1218 |
| | 2 | 1 |
QGLFormat::setPlaneName: | QGLFormat::setPlane | Prototype: | void QGLFormat::setPlane(int plane) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 919-923 |
| | 2 | 1 |
QGLFormat::hasOpenGLName: | QGLFormat::hasOpenGL | Prototype: | bool QGLFormat::hasOpenGL() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 1242-1246 |
| | 2 | 1 |
QGLFormat::QGLFormatName: | QGLFormat::QGLFormat | Prototype: | QGLFormat::QGLFormat(const QGLFormat &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 413-417 |
| | 2 | 1 |
QGLEngineSharedShadersResource::invalidateResourceName: | QGLEngineSharedShadersResource::invalidateResource | Prototype: | void invalidateResource() override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglengineshadermanager.cpp | Lines: | 71-75 |
| | 2 | 1 |
QGLEngineSharedShadersResource::QGLEngineSharedShadersResourceName: | QGLEngineSharedShadersResource::QGLEngineSharedShadersResource | Prototype: | QGLEngineSharedShadersResource(QOpenGLContext *ctx) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglengineshadermanager.cpp | Lines: | 60-64 |
| | 2 | 1 |
QGLEngineSharedShaders::snippetNameStrName: | QGLEngineSharedShaders::snippetNameStr | Prototype: | QByteArray QGLEngineSharedShaders::snippetNameStr(SnippetName name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglengineshadermanager.cpp | Lines: | 324-328 |
| | 2 | 1 |
QGLCustomShaderStage::sourceName: | QGLCustomShaderStage::source | Prototype: | QByteArray QGLCustomShaderStage::source() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglcustomshaderstage.cpp | Lines: | 117-121 |
| | 2 | 1 |
QGLCustomShaderStage::setSourceName: | QGLCustomShaderStage::setSource | Prototype: | void QGLCustomShaderStage::setSource(const QByteArray& s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglcustomshaderstage.cpp | Lines: | 131-135 |
| | 2 | 1 |
QGLCustomShaderStage::setInactiveName: | QGLCustomShaderStage::setInactive | Prototype: | void QGLCustomShaderStage::setInactive() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglcustomshaderstage.cpp | Lines: | 125-129 |
| | 2 | 1 |
QGLCustomShaderStage::QGLCustomShaderStageName: | QGLCustomShaderStage::QGLCustomShaderStage | Prototype: | QGLCustomShaderStage::QGLCustomShaderStage() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglcustomshaderstage.cpp | Lines: | 60-63 |
| | 2 | 1 |
QGLContextPrivate::swapRegionName: | QGLContextPrivate::swapRegion | Prototype: | void QGLContextPrivate::swapRegion(const QRegion &) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2268-2272 |
| | 2 | 1 |
QGLContextPrivate::QGLContextPrivateName: | QGLContextPrivate::QGLContextPrivate | Prototype: | QGLContextPrivate::QGLContextPrivate(QGLContext *context) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 1719-1728 |
| | 2 | 1 |
QGLContextGroupList::removeName: | QGLContextGroupList::remove | Prototype: | void remove(QGLContextGroup *group) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 1681-1684 |
| | 2 | 1 |
QGLContextGroupList::appendName: | QGLContextGroupList::append | Prototype: | void append(QGLContextGroup *group) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 1676-1679 |
| | 2 | 1 |
QGLContextGroupList::QGLContextGroupListName: | QGLContextGroupList::QGLContextGroupList | Prototype: | QGLContextGroupList() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 1671-1674 |
| | 2 | 1 |
QGLContext::windowCreatedName: | QGLContext::windowCreated | Prototype: | bool QGLContext::windowCreated() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3422-3426 |
| | 2 | 1 |
QGLContext::setWindowCreatedName: | QGLContext::setWindowCreated | Prototype: | void QGLContext::setWindowCreated(bool on) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3429-3433 |
| | 2 | 1 |
QGLContext::setValidName: | QGLContext::setValid | Prototype: | void QGLContext::setValid(bool valid) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3385-3389 |
| | 2 | 1 |
QGLContext::setInitializedName: | QGLContext::setInitialized | Prototype: | void QGLContext::setInitialized(bool on) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3441-3445 |
| | 2 | 1 |
QGLContext::requestedFormatName: | QGLContext::requestedFormat | Prototype: | QGLFormat QGLContext::requestedFormat() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3403-3407 |
| | 2 | 1 |
QGLContext::isValidName: | QGLContext::isValid | Prototype: | bool QGLContext::isValid() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3379-3383 |
| | 2 | 1 |
QGLContext::isSharingName: | QGLContext::isSharing | Prototype: | bool QGLContext::isSharing() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3391-3395 |
| | 2 | 1 |
QGLContext::initializedName: | QGLContext::initialized | Prototype: | bool QGLContext::initialized() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3435-3439 |
| | 2 | 1 |
QGLContext::getProcAddressName: | QGLContext::getProcAddress | Prototype: | QFunctionPointer QGLContext::getProcAddress(const QString &procName) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 4040-4044 |
| | 2 | 1 |
QGLContext::formatName: | QGLContext::format | Prototype: | QGLFormat QGLContext::format() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3397-3401 |
| | 2 | 1 |
QGLContext::doneCurrentName: | QGLContext::doneCurrent | Prototype: | void QGLContext::doneCurrent() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3627-3631 |
| | 2 | 1 |
QGLContext::deviceIsPixmapName: | QGLContext::deviceIsPixmap | Prototype: | bool QGLContext::deviceIsPixmap() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3415-3419 |
| | 2 | 1 |
QGLContext::deviceName: | QGLContext::device | Prototype: | QPaintDevice* QGLContext::device() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3409-3413 |
| | 2 | 1 |
QGLContext::contextHandleName: | QGLContext::contextHandle | Prototype: | QOpenGLContext *QGLContext::contextHandle() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2191-2195 |
| | 2 | 1 |
QGLContext::QGLContextName: | QGLContext::QGLContext | Prototype: | QGLContext::QGLContext(const QGLFormat &format) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2163-2168 |
| | 2 | 1 |
QGLContext::QGLContextName: | QGLContext::QGLContext | Prototype: | QGLContext::QGLContext(const QGLFormat &format, QPaintDevice *device) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2140-2145 |
| | 2 | 1 |
QGLColormap::~QGLColormapName: | QGLColormap::~QGLColormap | Prototype: | QGLColormap::~QGLColormap() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | Lines: | 121-125 |
| | 2 | 2 |