Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 54-57 |
| | 2 | 1 |
QGLCustomShaderEffectStage::setUniformsName: | QGLCustomShaderEffectStage::setUniforms | Prototype: | void QGLCustomShaderEffectStage::setUniforms(QGLShaderProgram *program) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgraphicsshadereffect.cpp | Lines: | 147-150 |
| | 1 | 1 |
QGLCustomShaderEffectStage::QGLCustomShaderEffectStageName: | QGLCustomShaderEffectStage::QGLCustomShaderEffectStage | Prototype: | QGLCustomShaderEffectStage (QGraphicsShaderEffect *e, const QByteArray& source) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgraphicsshadereffect.cpp | Lines: | 134-140 |
| | 1 | 1 |
QGLContextPrivate::~QGLContextPrivateName: | QGLContextPrivate::~QGLContextPrivate | Prototype: | QGLContextPrivate::~QGLContextPrivate() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 1724-1734 |
| | 5 | 2 |
QGLContextPrivate::textureCacheLookupName: | QGLContextPrivate::textureCacheLookup | Prototype: | QGLTexture *QGLContextPrivate::textureCacheLookup(const qint64 key, GLenum target) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2692-2702 |
| | 6 | 2 |
QGLContextPrivate::syncGlStateName: | QGLContextPrivate::syncGlState | Prototype: | void QGLContextPrivate::syncGlState() | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2246-2259 |
| | 5 | 3 |
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: | 2262-2266 |
| | 2 | 1 |
QGLContextPrivate::setupSharingName: | QGLContextPrivate::setupSharing | Prototype: | void QGLContextPrivate::setupSharing() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 503-511 |
| | 6 | 2 |
QGLContextPrivate::setVertexAttribArrayEnabledName: | QGLContextPrivate::setVertexAttribArrayEnabled | Prototype: | void QGLContextPrivate::setVertexAttribArrayEnabled(int arrayIndex, bool enabled) | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2229-2244 |
| | 7 | 3 |
QGLContextPrivate::setCurrentFboName: | QGLContextPrivate::setCurrentFbo | Prototype: | void QGLContextPrivate::setCurrentFbo(GLuint fbo) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 530-539 |
| | 5 | 2 |
QGLContextPrivate::setCurrentContextName: | QGLContextPrivate::setCurrentContext | Prototype: | void QGLContextPrivate::setCurrentContext(QGLContext *context) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3449-3452 |
| | 1 | 1 |
QGLContextPrivate::refreshCurrentFboName: | QGLContextPrivate::refreshCurrentFbo | Prototype: | void QGLContextPrivate::refreshCurrentFbo() | Coverage: | 50.000% (4/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 513-528 |
| | 8 | 2 |
QGLContextPrivate::maxTextureSizeName: | QGLContextPrivate::maxTextureSize | Prototype: | int QGLContextPrivate::maxTextureSize() | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2755-2791 |
| | 23 | 6 |
QGLContextPrivate::initName: | QGLContextPrivate::init | Prototype: | void QGLContextPrivate::init(QPaintDevice *dev, const QGLFormat &format) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 1736-1768 |
| | 26 | 2 |
QGLContextPrivate::bindTextureName: | QGLContextPrivate::bindTexture | Prototype: | QGLTexture *QGLContextPrivate::bindTexture(const QImage &image, GLenum target, GLint format, QGLContext::BindOptions options) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2407-2435 |
| | 14 | 4 |
QGLContextPrivate::bindTextureName: | QGLContextPrivate::bindTexture | Prototype: | QGLTexture* QGLContextPrivate::bindTexture(const QImage &image, GLenum target, GLint internalFormat, const qint64 key, QGLContext::BindOptions options) | Coverage: | 0.000% (0/101) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2468-2690 |
| | 99 | 29 |
QGLContextPrivate::bindTextureName: | QGLContextPrivate::bindTexture | Prototype: | QGLTexture *QGLContextPrivate::bindTexture(const QPixmap &pixmap, GLenum target, GLint format, QGLContext::BindOptions options) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2705-2752 |
| | 27 | 7 |
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: | 1713-1722 |
| | 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: | 1675-1678 |
| | 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: | 1670-1673 |
| | 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: | 1665-1668 |
| | 2 | 1 |
QGLContextGroup::~QGLContextGroupName: | QGLContextGroup::~QGLContextGroup | Prototype: | QGLContextGroup::~QGLContextGroup() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 1696-1699 |
| | 1 | 1 |
QGLContextGroup::removeShareName: | QGLContextGroup::removeShare | Prototype: | void QGLContextGroup::removeShare(const QGLContext *context) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 5232-5247 |
| | 9 | 4 |
QGLContextGroup::addShareName: | QGLContextGroup::addShare | Prototype: | void QGLContextGroup::addShare(const QGLContext *context, const QGLContext *share) | Coverage: | 57.143% (4/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 5211-5230 |
| | 11 | 3 |
QGLContextGroup::QGLContextGroupName: | QGLContextGroup::QGLContextGroup | Prototype: | QGLContextGroup::QGLContextGroup(const QGLContext *context) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 1690-1694 |
| | 1 | 1 |
QGLContext::~QGLContextName: | QGLContext::~QGLContext | Prototype: | QGLContext::~QGLContext() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2212-2222 |
| | 4 | 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: | 3416-3420 |
| | 2 | 1 |
QGLContext::textureCacheLimitName: | QGLContext::textureCacheLimit | Prototype: | int QGLContext::textureCacheLimit() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3134-3137 |
| | 1 | 1 |
QGLContext::swapBuffersName: | QGLContext::swapBuffers | Prototype: | void QGLContext::swapBuffers() const | Coverage: | 44.444% (4/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3602-3613 |
| | 7 | 3 |
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: | 3423-3427 |
| | 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: | 3379-3383 |
| | 2 | 1 |
QGLContext::setTextureCacheLimitName: | QGLContext::setTextureCacheLimit | Prototype: | void QGLContext::setTextureCacheLimit(int size) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3124-3127 |
| | 1 | 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: | 3435-3439 |
| | 2 | 1 |
QGLContext::setFormatName: | QGLContext::setFormat | Prototype: | void QGLContext::setFormat(const QGLFormat &format) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3169-3174 |
| | 3 | 1 |
QGLContext::setDeviceName: | QGLContext::setDevice | Prototype: | void QGLContext::setDevice(QPaintDevice *pDev) | Coverage: | 30.000% (3/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3179-3191 |
| | 6 | 2 |
QGLContext::resetName: | QGLContext::reset | Prototype: | void QGLContext::reset() | Coverage: | 70.588% (12/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3533-3559 |
| | 20 | 6 |
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: | 3397-3401 |
| | 2 | 1 |
QGLContext::overlayTransparentColorName: | QGLContext::overlayTransparentColor | Prototype: | QColor QGLContext::overlayTransparentColor() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3317-3320 |
| | 1 | 1 |
QGLContext::moveToThreadName: | QGLContext::moveToThread | Prototype: | void QGLContext::moveToThread(QThread *thread) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3460-3465 |
| | 3 | 2 |
QGLContext::makeCurrentName: | QGLContext::makeCurrent | Prototype: | void QGLContext::makeCurrent() | Coverage: | 55.000% (11/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3575-3594 |
| | 12 | 6 |
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: | 3373-3377 |
| | 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: | 3385-3389 |
| | 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: | 3429-3433 |
| | 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: | 4034-4038 |
| | 2 | 1 |
QGLContext::functionsName: | QGLContext::functions | Prototype: | QGLFunctions *QGLContext::functions() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2796-2804 |
| | 5 | 2 |
QGLContext::fromOpenGLContextName: | QGLContext::fromOpenGLContext | Prototype: | QGLContext *QGLContext::fromOpenGLContext(QOpenGLContext *context) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2195-2206 |
| | 6 | 3 |
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: | 3391-3395 |
| | 2 | 1 |
QGLContext::drawTextureName: | QGLContext::drawTexture | Prototype: | void QGLContext::drawTexture(const QRectF &target, GLuint textureId, GLenum textureTarget) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2998-3047 |
| | 21 | 6 |
QGLContext::drawTextureName: | QGLContext::drawTexture | Prototype: | void QGLContext::drawTexture(const QPointF &point, GLuint textureId, GLenum textureTarget) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3070-3114 |
| | 27 | 6 |
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: | 3621-3625 |
| | 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: | 3409-3413 |
| | 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: | 3403-3407 |
| | 2 | 1 |
QGLContext::deleteTextureName: | QGLContext::deleteTexture | Prototype: | void QGLContext::deleteTexture(GLuint id) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2896-2901 |
| | 3 | 2 |
QGLContext::currentContextName: | QGLContext::currentContext | Prototype: | const QGLContext* QGLContext::currentContext() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3441-3447 |
| | 3 | 2 |
QGLContext::createName: | QGLContext::create | Prototype: | bool QGLContext::create(const QGLContext* shareContext) | Coverage: | 46.154% (6/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3358-3371 |
| | 9 | 3 |
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: | 2185-2189 |
| | 2 | 1 |
QGLContext::colorIndexName: | QGLContext::colorIndex | Prototype: | uint QGLContext::colorIndex(const QColor&) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3267-3270 |
| | 1 | 1 |
QGLContext::chooseContextName: | QGLContext::chooseContext | Prototype: | bool QGLContext::chooseContext(const QGLContext* shareContext) | Coverage: | 48.000% (12/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3480-3524 |
| | 29 | 6 |
QGLContext::bindTextureName: | QGLContext::bindTexture | Prototype: | GLuint QGLContext::bindTexture(const QString &fileName) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2287-2294 |
| | 5 | 2 |
QGLContext::bindTextureName: | QGLContext::bindTexture | Prototype: | GLuint QGLContext::bindTexture(const QImage &image, GLenum target, GLint format) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2813-2821 |
| | 5 | 2 |
QGLContext::bindTextureName: | QGLContext::bindTexture | Prototype: | GLuint QGLContext::bindTexture(const QImage &image, GLenum target, GLint format, BindOptions options) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2848-2856 |
| | 5 | 2 |
QGLContext::bindTextureName: | QGLContext::bindTexture | Prototype: | GLuint QGLContext::bindTexture(const QPixmap &pixmap, GLenum target, GLint format) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2862-2870 |
| | 5 | 2 |
QGLContext::bindTextureName: | QGLContext::bindTexture | Prototype: | GLuint QGLContext::bindTexture(const QPixmap &pixmap, GLenum target, GLint format, BindOptions options) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2879-2887 |
| | 5 | 2 |
QGLContext::areSharingName: | QGLContext::areSharing | Prototype: | bool QGLContext::areSharing(const QGLContext *context1, const QGLContext *context2) | Coverage: | 50.000% (3/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3223-3228 |
| | 3 | 2 |
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: | 2134-2139 |
| | 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: | 2157-2162 |
| | 2 | 1 |
QGLContext::QGLContextName: | QGLContext::QGLContext | Prototype: | QGLContext::QGLContext(QOpenGLContext *context) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2170-2180 |
| | 7 | 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: | 115-119 |
| | 2 | 2 |
QGLColormap::sizeName: | QGLColormap::size | Prototype: | int QGLColormap::size() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | Lines: | 245-248 |
| | 1 | 1 |
QGLColormap::setEntryName: | QGLColormap::setEntry | Prototype: | void QGLColormap::setEntry(int idx, QRgb color) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | Lines: | 165-171 |
| | 4 | 2 |
QGLColormap::setEntryName: | QGLColormap::setEntry | Prototype: | void QGLColormap::setEntry(int idx, const QColor &color) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | Lines: | 207-210 |
| | 1 | 1 |
QGLColormap::setEntriesName: | QGLColormap::setEntries | Prototype: | void QGLColormap::setEntries(int count, const QRgb *colors, int base) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | Lines: | 179-189 |
| | 13 | 3 |
QGLColormap::operator=Name: | QGLColormap::operator= | Prototype: | QGLColormap & QGLColormap::operator=(const QGLColormap &map) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | Lines: | 131-138 |
| | 5 | 2 |
QGLColormap::isEmptyName: | QGLColormap::isEmpty | Prototype: | bool QGLColormap::isEmpty() const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | Lines: | 236-239 |
| | 1 | 1 |
QGLColormap::findNearestName: | QGLColormap::findNearest | Prototype: | int QGLColormap::findNearest(QRgb color) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | Lines: | 265-288 |
| | 19 | 4 |
QGLColormap::findName: | QGLColormap::find | Prototype: | int QGLColormap::find(QRgb color) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | Lines: | 254-259 |
| | 3 | 2 |
QGLColormap::entryRgbName: | QGLColormap::entryRgb | Prototype: | QRgb QGLColormap::entryRgb(int idx) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | Lines: | 194-200 |
| | 3 | 2 |
QGLColormap::entryColorName: | QGLColormap::entryColor | Prototype: | QColor QGLColormap::entryColor(int idx) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | Lines: | 215-221 |
| | 3 | 2 |
QGLColormap::detach_helperName: | QGLColormap::detach_helper | Prototype: | void QGLColormap::detach_helper() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | Lines: | 147-160 |
| | 10 | 3 |
QGLColormap::cleanupName: | QGLColormap::cleanup | Prototype: | void QGLColormap::cleanup(QGLColormap::QGLColormapData *x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | Lines: | 121-126 |
| | 3 | 1 |
QGLColormap::QGLColormapName: | QGLColormap::QGLColormap | Prototype: | QGLColormap::QGLColormap() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | Lines: | 95-99 |
| | 1 | 1 |
QGLColormap::QGLColormapName: | QGLColormap::QGLColormap | Prototype: | QGLColormap::QGLColormap(const QGLColormap &map) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | Lines: | 105-109 |
| | 1 | 1 |
QGLBufferPrivate::QGLBufferPrivateName: | QGLBufferPrivate::QGLBufferPrivate | Prototype: | QGLBufferPrivate(QGLBuffer::Type t) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | Lines: | 129-137 |
| | 2 | 1 |
QGLBuffer::~QGLBufferName: | QGLBuffer::~QGLBuffer | Prototype: | QGLBuffer::~QGLBuffer() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | Lines: | 191-197 |
| | 3 | 2 |
QGLBuffer::writeName: | QGLBuffer::write | Prototype: | void QGLBuffer::write(int offset, const void *data, int count) | Coverage: | 55.556% (5/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | Lines: | 363-372 |
| | 5 | 3 |
QGLBuffer::usagePatternName: | QGLBuffer::usagePattern | Prototype: | QGLBuffer::UsagePattern QGLBuffer::usagePattern() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | Lines: | 233-237 |
| | 2 | 1 |
QGLBuffer::unmapName: | QGLBuffer::unmap | Prototype: | bool QGLBuffer::unmap() | Coverage: | 44.444% (4/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | Lines: | 557-567 |
| | 6 | 3 |
QGLBuffer::typeName: | QGLBuffer::type | Prototype: | QGLBuffer::Type QGLBuffer::type() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | Lines: | 221-225 |
| | 2 | 1 |
QGLBuffer::sizeName: | QGLBuffer::size | Prototype: | int QGLBuffer::size() const | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | Lines: | 508-516 |
| | 6 | 2 |
QGLBuffer::setUsagePatternName: | QGLBuffer::setUsagePattern | Prototype: | void QGLBuffer::setUsagePattern(QGLBuffer::UsagePattern value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | Lines: | 245-249 |
| | 2 | 1 |
QGLBuffer::releaseName: | QGLBuffer::release | Prototype: | void QGLBuffer::release() | Coverage: | 55.556% (5/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | Lines: | 449-458 |
| | 5 | 3 |
QGLBuffer::releaseName: | QGLBuffer::release | Prototype: | void QGLBuffer::release(QGLBuffer::Type type) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | Lines: | 475-479 |
| | 2 | 2 |
QGLBuffer::readName: | QGLBuffer::read | Prototype: | bool QGLBuffer::read(int offset, void *data, int count) | Coverage: | 44.444% (4/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | Lines: | 336-351 |
| | 6 | 3 |
QGLBuffer::operator=Name: | QGLBuffer::operator= | Prototype: | QGLBuffer &QGLBuffer::operator=(const QGLBuffer &other) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | Lines: | 205-216 |
| | 7 | 3 |
QGLBuffer::mapName: | QGLBuffer::map | Prototype: | void *QGLBuffer::map(QGLBuffer::Access access) | Coverage: | 44.444% (4/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | Lines: | 532-542 |
| | 6 | 3 |
QGLBuffer::isCreatedName: | QGLBuffer::isCreated | Prototype: | bool QGLBuffer::isCreated() const | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | Lines: | 306-310 |
| | 2 | 1 |
QGLBuffer::destroyName: | QGLBuffer::destroy | Prototype: | void QGLBuffer::destroy() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | Lines: | 317-324 |
| | 4 | 2 |
QGLBuffer::createName: | QGLBuffer::create | Prototype: | bool QGLBuffer::create() | Coverage: | 33.333% (6/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | Lines: | 274-297 |
| | 17 | 6 |
QGLBuffer::bufferIdName: | QGLBuffer::bufferId | Prototype: | GLuint QGLBuffer::bufferId() const | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | Lines: | 489-493 |
| | 2 | 1 |
QGLBuffer::bindName: | QGLBuffer::bind | Prototype: | bool QGLBuffer::bind() | Coverage: | 83.333% (10/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | Lines: | 418-438 |
| | 11 | 4 |