Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QOpenGLCompositor::~QOpenGLCompositorName: | QOpenGLCompositor::~QOpenGLCompositor | Prototype: | QOpenGLCompositor::~QOpenGLCompositor() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/platformcompositor/qopenglcompositor.cpp | Lines: | 83-88 |
| | 3 | 1 |
QOpenGLCompositor::updateName: | QOpenGLCompositor::update | Prototype: | void QOpenGLCompositor::update() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/platformcompositor/qopenglcompositor.cpp | Lines: | 96-100 |
| | 2 | 2 |
QOpenGLCompositor::setTargetName: | QOpenGLCompositor::setTarget | Prototype: | void QOpenGLCompositor::setTarget(QOpenGLContext *context, QWindow *targetWindow) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/platformcompositor/qopenglcompositor.cpp | Lines: | 90-94 |
| | 2 | 1 |
QOpenGLCompositor::renderAllName: | QOpenGLCompositor::renderAll | Prototype: | void QOpenGLCompositor::renderAll(QOpenGLFramebufferObject *fbo) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/platformcompositor/qopenglcompositor.cpp | Lines: | 118-147 |
| | 18 | 7 |
QOpenGLCompositor::renderName: | QOpenGLCompositor::render | Prototype: | void QOpenGLCompositor::render(QOpenGLCompositorWindow *window) | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/platformcompositor/qopenglcompositor.cpp | Lines: | 195-239 |
| | 29 | 9 |
QOpenGLCompositor::removeWindowName: | QOpenGLCompositor::removeWindow | Prototype: | void QOpenGLCompositor::removeWindow(QOpenGLCompositorWindow *window) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/platformcompositor/qopenglcompositor.cpp | Lines: | 262-267 |
| | 3 | 2 |
QOpenGLCompositor::moveToTopName: | QOpenGLCompositor::moveToTop | Prototype: | void QOpenGLCompositor::moveToTop(QOpenGLCompositorWindow *window) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/platformcompositor/qopenglcompositor.cpp | Lines: | 269-274 |
| | 3 | 1 |
QOpenGLCompositor::instanceName: | QOpenGLCompositor::instance | Prototype: | QOpenGLCompositor *QOpenGLCompositor::instance() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/platformcompositor/qopenglcompositor.cpp | Lines: | 241-246 |
| | 3 | 2 |
QOpenGLCompositor::handleRenderAllRequestName: | QOpenGLCompositor::handleRenderAllRequest | Prototype: | void QOpenGLCompositor::handleRenderAllRequest() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/platformcompositor/qopenglcompositor.cpp | Lines: | 111-116 |
| | 3 | 1 |
QOpenGLCompositor::grabName: | QOpenGLCompositor::grab | Prototype: | QImage QOpenGLCompositor::grab() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/platformcompositor/qopenglcompositor.cpp | Lines: | 102-109 |
| | 5 | 1 |
QOpenGLCompositor::destroyName: | QOpenGLCompositor::destroy | Prototype: | void QOpenGLCompositor::destroy() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/platformcompositor/qopenglcompositor.cpp | Lines: | 248-252 |
| | 2 | 1 |
QOpenGLCompositor::changeWindowIndexName: | QOpenGLCompositor::changeWindowIndex | Prototype: | void QOpenGLCompositor::changeWindowIndex(QOpenGLCompositorWindow *window, int newIdx) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/platformcompositor/qopenglcompositor.cpp | Lines: | 276-284 |
| | 5 | 3 |
QOpenGLCompositor::addWindowName: | QOpenGLCompositor::addWindow | Prototype: | void QOpenGLCompositor::addWindow(QOpenGLCompositorWindow *window) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/platformcompositor/qopenglcompositor.cpp | Lines: | 254-260 |
| | 3 | 2 |
QOpenGLCompositor::QOpenGLCompositorName: | QOpenGLCompositor::QOpenGLCompositor | Prototype: | QOpenGLCompositor::QOpenGLCompositor() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/platformcompositor/qopenglcompositor.cpp | Lines: | 73-81 |
| | 4 | 1 |
QOpenGLCachedTexture::QOpenGLCachedTextureName: | QOpenGLCachedTexture::QOpenGLCachedTexture | Prototype: | QOpenGLCachedTexture::QOpenGLCachedTexture(GLuint id, int options, QOpenGLContext *context) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturecache.cpp | Lines: | 368-371 |
| | 1 | 1 |
QOpenGLBufferPrivate::QOpenGLBufferPrivateName: | QOpenGLBufferPrivate::QOpenGLBufferPrivate | Prototype: | QOpenGLBufferPrivate(QOpenGLBuffer::Type t) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 138-146 |
| | 2 | 1 |
QOpenGLBuffer::~QOpenGLBufferName: | QOpenGLBuffer::~QOpenGLBuffer | Prototype: | QOpenGLBuffer::~QOpenGLBuffer() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 198-204 |
| | 3 | 2 |
QOpenGLBuffer::writeName: | QOpenGLBuffer::write | Prototype: | void QOpenGLBuffer::write(int offset, const void *data, int count) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 364-373 |
| | 5 | 3 |
QOpenGLBuffer::usagePatternName: | QOpenGLBuffer::usagePattern | Prototype: | QOpenGLBuffer::UsagePattern QOpenGLBuffer::usagePattern() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 240-244 |
| | 2 | 1 |
QOpenGLBuffer::unmapName: | QOpenGLBuffer::unmap | Prototype: | bool QOpenGLBuffer::unmap() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 596-606 |
| | 6 | 3 |
QOpenGLBuffer::typeName: | QOpenGLBuffer::type | Prototype: | QOpenGLBuffer::Type QOpenGLBuffer::type() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 228-232 |
| | 2 | 1 |
QOpenGLBuffer::sizeName: | QOpenGLBuffer::size | Prototype: | int QOpenGLBuffer::size() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 502-510 |
| | 6 | 2 |
QOpenGLBuffer::setUsagePatternName: | QOpenGLBuffer::setUsagePattern | Prototype: | void QOpenGLBuffer::setUsagePattern(QOpenGLBuffer::UsagePattern value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 252-256 |
| | 2 | 1 |
QOpenGLBuffer::releaseName: | QOpenGLBuffer::release | Prototype: | void QOpenGLBuffer::release() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 450-459 |
| | 5 | 3 |
QOpenGLBuffer::releaseName: | QOpenGLBuffer::release | Prototype: | void QOpenGLBuffer::release(QOpenGLBuffer::Type type) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 474-479 |
| | 3 | 2 |
QOpenGLBuffer::readName: | QOpenGLBuffer::read | Prototype: | bool QOpenGLBuffer::read(int offset, void *data, int count) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 337-352 |
| | 6 | 3 |
QOpenGLBuffer::operator=Name: | QOpenGLBuffer::operator= | Prototype: | QOpenGLBuffer &QOpenGLBuffer::operator=(const QOpenGLBuffer &other) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 212-223 |
| | 7 | 3 |
QOpenGLBuffer::mapRangeName: | QOpenGLBuffer::mapRange | Prototype: | void *QOpenGLBuffer::mapRange(int offset, int count, QOpenGLBuffer::RangeAccessFlags access) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 571-581 |
| | 6 | 3 |
QOpenGLBuffer::mapName: | QOpenGLBuffer::map | Prototype: | void *QOpenGLBuffer::map(QOpenGLBuffer::Access access) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 530-556 |
| | 16 | 7 |
QOpenGLBuffer::isCreatedName: | QOpenGLBuffer::isCreated | Prototype: | bool QOpenGLBuffer::isCreated() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 305-309 |
| | 2 | 1 |
QOpenGLBuffer::destroyName: | QOpenGLBuffer::destroy | Prototype: | void QOpenGLBuffer::destroy() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 316-325 |
| | 6 | 2 |
QOpenGLBuffer::createName: | QOpenGLBuffer::create | Prototype: | bool QOpenGLBuffer::create() | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 278-298 |
| | 15 | 5 |
QOpenGLBuffer::bufferIdName: | QOpenGLBuffer::bufferId | Prototype: | GLuint QOpenGLBuffer::bufferId() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 487-491 |
| | 2 | 1 |
QOpenGLBuffer::bindName: | QOpenGLBuffer::bind | Prototype: | bool QOpenGLBuffer::bind() | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 419-439 |
| | 11 | 4 |
QOpenGLBuffer::allocateName: | QOpenGLBuffer::allocate | Prototype: | void QOpenGLBuffer::allocate(const void *data, int count) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 384-393 |
| | 5 | 3 |
QOpenGLBuffer::QOpenGLBufferName: | QOpenGLBuffer::QOpenGLBuffer | Prototype: | QOpenGLBuffer::QOpenGLBuffer() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 164-167 |
| | 2 | 1 |
QOpenGLBuffer::QOpenGLBufferName: | QOpenGLBuffer::QOpenGLBuffer | Prototype: | QOpenGLBuffer::QOpenGLBuffer(QOpenGLBuffer::Type type) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 177-180 |
| | 2 | 1 |
QOpenGLBuffer::QOpenGLBufferName: | QOpenGLBuffer::QOpenGLBuffer | Prototype: | QOpenGLBuffer::QOpenGLBuffer(const QOpenGLBuffer &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 188-192 |
| | 1 | 1 |
QOpenGL2PaintEngineState::QOpenGL2PaintEngineStateName: | QOpenGL2PaintEngineState::QOpenGL2PaintEngineState | Prototype: | QOpenGL2PaintEngineState::QOpenGL2PaintEngineState(QOpenGL2PaintEngineState &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 2507-2516 |
| | 6 | 1 |
QOpenGL2PaintEngineState::QOpenGL2PaintEngineStateName: | QOpenGL2PaintEngineState::QOpenGL2PaintEngineState | Prototype: | QOpenGL2PaintEngineState::QOpenGL2PaintEngineState() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 2518-2524 |
| | 4 | 1 |
QOpenGL2PaintEngineExPrivate::~QOpenGL2PaintEngineExPrivateName: | QOpenGL2PaintEngineExPrivate::~QOpenGL2PaintEngineExPrivate | Prototype: | QOpenGL2PaintEngineExPrivate::~QOpenGL2PaintEngineExPrivate() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 92-100 |
| | 4 | 2 |
QOpenGL2PaintEngineExPrivate::writeClipName: | QOpenGL2PaintEngineExPrivate::writeClip | Prototype: | void QOpenGL2PaintEngineExPrivate::writeClip(const QVectorPath &path, uint value) | Coverage: | 0.000% (0/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 2253-2325 |
| | 42 | 9 |
QOpenGL2PaintEngineExPrivate::useSimpleShaderName: | QOpenGL2PaintEngineExPrivate::useSimpleShader | Prototype: | void QOpenGL2PaintEngineExPrivate::useSimpleShader() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 140-146 |
| | 3 | 2 |
QOpenGL2PaintEngineExPrivate::updateTextureName: | QOpenGL2PaintEngineExPrivate::updateTexture | Prototype: | template<typename T> void QOpenGL2PaintEngineExPrivate::updateTexture(GLenum textureUnit, const T &texture, GLenum wrapMode, GLenum filterMode, TextureUpdateMode updateMode) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 162-181 |
| | 9 | 2 |
QOpenGL2PaintEngineExPrivate::updateMatrixName: | QOpenGL2PaintEngineExPrivate::updateMatrix | Prototype: | void QOpenGL2PaintEngineExPrivate::updateMatrix() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 413-481 |
| | 30 | 3 |
QOpenGL2PaintEngineExPrivate::updateCompositionModeName: | QOpenGL2PaintEngineExPrivate::updateCompositionMode | Prototype: | void QOpenGL2PaintEngineExPrivate::updateCompositionMode() | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 484-535 |
| | 30 | 15 |
QOpenGL2PaintEngineExPrivate::updateClipScissorTestName: | QOpenGL2PaintEngineExPrivate::updateClipScissorTest | Prototype: | void QOpenGL2PaintEngineExPrivate::updateClipScissorTest() | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 2178-2214 |
| | 19 | 6 |
QOpenGL2PaintEngineExPrivate::updateBrushUniformsName: | QOpenGL2PaintEngineExPrivate::updateBrushUniforms | Prototype: | void QOpenGL2PaintEngineExPrivate::updateBrushUniforms() | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 293-409 |
| | 78 | 10 |
QOpenGL2PaintEngineExPrivate::updateBrushTextureName: | QOpenGL2PaintEngineExPrivate::updateBrushTexture | Prototype: | void QOpenGL2PaintEngineExPrivate::updateBrushTexture() | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 244-290 |
| | 25 | 8 |
QOpenGL2PaintEngineExPrivate::transferModeName: | QOpenGL2PaintEngineExPrivate::transferMode | Prototype: | void QOpenGL2PaintEngineExPrivate::transferMode(EngineMode newMode) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 681-710 |
| | 16 | 7 |
QOpenGL2PaintEngineExPrivate::systemStateChangedName: | QOpenGL2PaintEngineExPrivate::systemStateChanged | Prototype: | void QOpenGL2PaintEngineExPrivate::systemStateChanged() | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 2395-2442 |
| | 25 | 6 |
QOpenGL2PaintEngineExPrivate::syncGlStateName: | QOpenGL2PaintEngineExPrivate::syncGlState | Prototype: | void QOpenGL2PaintEngineExPrivate::syncGlState() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 2543-2551 |
| | 4 | 3 |
QOpenGL2PaintEngineExPrivate::strokeName: | QOpenGL2PaintEngineExPrivate::stroke | Prototype: | void QOpenGL2PaintEngineExPrivate::stroke(const QVectorPath &path, const QPen &pen) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1279-1357 |
| | 43 | 7 |
QOpenGL2PaintEngineExPrivate::setVertexAttribArrayEnabledName: | QOpenGL2PaintEngineExPrivate::setVertexAttribArrayEnabled | Prototype: | void QOpenGL2PaintEngineExPrivate::setVertexAttribArrayEnabled(int arrayIndex, bool enabled) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 2530-2541 |
| | 6 | 3 |
QOpenGL2PaintEngineExPrivate::setScissorName: | QOpenGL2PaintEngineExPrivate::setScissor | Prototype: | void QOpenGL2PaintEngineExPrivate::setScissor(const QRect &rect) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 2216-2227 |
| | 7 | 2 |
QOpenGL2PaintEngineExPrivate::setBrushName: | QOpenGL2PaintEngineExPrivate::setBrush | Prototype: | void QOpenGL2PaintEngineExPrivate::setBrush(const QBrush& brush) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 113-137 |
| | 15 | 5 |
QOpenGL2PaintEngineExPrivate::resetGLStateName: | QOpenGL2PaintEngineExPrivate::resetGLState | Prototype: | void QOpenGL2PaintEngineExPrivate::resetGLState() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 639-661 |
| | 17 | 2 |
QOpenGL2PaintEngineExPrivate::resetClipIfNeededName: | QOpenGL2PaintEngineExPrivate::resetClipIfNeeded | Prototype: | void QOpenGL2PaintEngineExPrivate::resetClipIfNeeded() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1094-1127 |
| | 21 | 2 |
QOpenGL2PaintEngineExPrivate::regenerateClipName: | QOpenGL2PaintEngineExPrivate::regenerateClip | Prototype: | void QOpenGL2PaintEngineExPrivate::regenerateClip() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 2389-2393 |
| | 2 | 1 |
QOpenGL2PaintEngineExPrivate::prepareForDrawName: | QOpenGL2PaintEngineExPrivate::prepareForDraw | Prototype: | bool QOpenGL2PaintEngineExPrivate::prepareForDraw(bool srcPixelsAreOpaque) | Coverage: | 0.000% (0/66) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1143-1205 |
| | 38 | 12 |
QOpenGL2PaintEngineExPrivate::prepareForCachedGlyphDrawName: | QOpenGL2PaintEngineExPrivate::prepareForCachedGlyphDraw | Prototype: | bool QOpenGL2PaintEngineExPrivate::prepareForCachedGlyphDraw(const QFontEngineGlyphCache &cache) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1129-1141 |
| | 7 | 1 |
QOpenGL2PaintEngineExPrivate::fillStencilWithVertexArrayName: | QOpenGL2PaintEngineExPrivate::fillStencilWithVertexArray | Prototype: | void QOpenGL2PaintEngineExPrivate::fillStencilWithVertexArray(const float *data, int count, int *stops, int stopCount, const QOpenGLRect &bounds, StencilFillMode mode) | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 996-1087 |
| | 47 | 9 |
QOpenGL2PaintEngineExPrivate::fillName: | QOpenGL2PaintEngineExPrivate::fill | Prototype: | void QOpenGL2PaintEngineExPrivate::fill(const QVectorPath& path) | Coverage: | 0.000% (0/98) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 745-993 |
| | 122 | 25 |
QOpenGL2PaintEngineExPrivate::drawVertexArraysName: | QOpenGL2PaintEngineExPrivate::drawVertexArrays | Prototype: | void QOpenGL2PaintEngineExPrivate::drawVertexArrays(const float *data, int *stops, int stopCount, GLenum primitive) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1215-1232 |
| | 6 | 2 |
QOpenGL2PaintEngineExPrivate::drawTextureName: | QOpenGL2PaintEngineExPrivate::drawTexture | Prototype: | void QOpenGL2PaintEngineExPrivate::drawTexture(const QOpenGLRect& dest, const QOpenGLRect& src, const QSize &textureSize, bool opaque, bool pattern) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 549-576 |
| | 15 | 4 |
QOpenGL2PaintEngineExPrivate::drawPixmapFragmentsName: | QOpenGL2PaintEngineExPrivate::drawPixmapFragments | Prototype: | void QOpenGL2PaintEngineExPrivate::drawPixmapFragments(const QPainter::PixmapFragment *fragments, int fragmentCount, const QPixmap &pixmap, QPainter::PixmapFragmentHints hints) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1977-2052 |
| | 51 | 6 |
QOpenGL2PaintEngineExPrivate::drawCachedGlyphsName: | QOpenGL2PaintEngineExPrivate::drawCachedGlyphs | Prototype: | void QOpenGL2PaintEngineExPrivate::drawCachedGlyphs(QFontEngine::GlyphFormat glyphFormat, QStaticTextItem *staticTextItem) | Coverage: | 0.000% (0/125) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1654-1954 |
| | 173 | 35 |
QOpenGL2PaintEngineExPrivate::compositeName: | QOpenGL2PaintEngineExPrivate::composite | Prototype: | void QOpenGL2PaintEngineExPrivate::composite(const QOpenGLRect& boundingRect) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1207-1212 |
| | 3 | 1 |
QOpenGL2PaintEngineExPrivate::clearClipName: | QOpenGL2PaintEngineExPrivate::clearClip | Prototype: | void QOpenGL2PaintEngineExPrivate::clearClip(uint value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 2241-2251 |
| | 6 | 1 |
QOpenGL2PaintEngineExPrivate::cleanupVectorPathName: | QOpenGL2PaintEngineExPrivate::cleanupVectorPath | Prototype: | void QOpenGL2PaintEngineExPrivate::cleanupVectorPath(QPaintEngineEx *engine, void *data) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 728-742 |
| | 5 | 1 |
QOpenGL2PaintEngineExPrivate::bindTextureName: | QOpenGL2PaintEngineExPrivate::bindTexture | Prototype: | template<> GLuint QOpenGL2PaintEngineExPrivate::bindTexture(const GLuint &textureId) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 197-204 |
| | 3 | 2 |
QOpenGL2PaintEngineExPrivate::bindTextureName: | QOpenGL2PaintEngineExPrivate::bindTexture | Prototype: | template<> GLuint QOpenGL2PaintEngineExPrivate::bindTexture(const QImage &image) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 206-210 |
| | 1 | 1 |
QOpenGL2PaintEngineExPrivate::bindTextureName: | QOpenGL2PaintEngineExPrivate::bindTexture | Prototype: | template<> GLuint QOpenGL2PaintEngineExPrivate::bindTexture(const QPixmap &pixmap) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 212-216 |
| | 1 | 1 |
QOpenGL2PaintEngineExPrivate::bindTextureName: | QOpenGL2PaintEngineExPrivate::bindTexture | Prototype: | template<> GLuint QOpenGL2PaintEngineExPrivate::bindTexture(const QGradient &gradient) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 218-230 |
| | 2 | 1 |
QOpenGL2PaintEngineExPrivate::bindTextureName: | QOpenGL2PaintEngineExPrivate::bindTexture | Prototype: | template<> GLuint QOpenGL2PaintEngineExPrivate::bindTexture(const ImageWithBindOptions &imageWithOptions) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 238-242 |
| | 1 | 1 |
QOpenGL2PaintEngineExPrivate::activateTextureUnitName: | QOpenGL2PaintEngineExPrivate::activateTextureUnit | Prototype: | void QOpenGL2PaintEngineExPrivate::activateTextureUnit(GLenum textureUnit) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 183-195 |
| | 4 | 2 |
QOpenGL2PaintEngineEx::transformChangedName: | QOpenGL2PaintEngineEx::transformChanged | Prototype: | void QOpenGL2PaintEngineEx::transformChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1408-1413 |
| | 3 | 1 |
QOpenGL2PaintEngineEx::strokeName: | QOpenGL2PaintEngineEx::stroke | Prototype: | void QOpenGL2PaintEngineEx::stroke(const QVectorPath &path, const QPen &pen) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1259-1277 |
| | 11 | 3 |
QOpenGL2PaintEngineEx::shouldDrawCachedGlyphsName: | QOpenGL2PaintEngineEx::shouldDrawCachedGlyphs | Prototype: | bool QOpenGL2PaintEngineEx::shouldDrawCachedGlyphs(QFontEngine *fontEngine, const QTransform &t) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1628-1652 |
| | 8 | 4 |
QOpenGL2PaintEngineEx::setStateName: | QOpenGL2PaintEngineEx::setState | Prototype: | void QOpenGL2PaintEngineEx::setState(QPainterState *new_state) | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 2444-2485 |
| | 20 | 8 |
QOpenGL2PaintEngineEx::renderHintsChangedName: | QOpenGL2PaintEngineEx::renderHintsChanged | Prototype: | void QOpenGL2PaintEngineEx::renderHintsChanged() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1382-1406 |
| | 10 | 3 |
QOpenGL2PaintEngineEx::opacityChangedName: | QOpenGL2PaintEngineEx::opacityChanged | Prototype: | void QOpenGL2PaintEngineEx::opacityChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1363-1372 |
| | 5 | 1 |
QOpenGL2PaintEngineEx::isNativePaintingActiveName: | QOpenGL2PaintEngineEx::isNativePaintingActive | Prototype: | bool QOpenGL2PaintEngineEx::isNativePaintingActive() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 676-679 |
| | 2 | 1 |
QOpenGL2PaintEngineEx::invalidateStateName: | QOpenGL2PaintEngineEx::invalidateState | Prototype: | void QOpenGL2PaintEngineEx::invalidateState() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 670-674 |
| | 2 | 1 |
QOpenGL2PaintEngineEx::fillName: | QOpenGL2PaintEngineEx::fill | Prototype: | void QOpenGL2PaintEngineEx::fill(const QVectorPath &path, const QBrush &brush) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1245-1254 |
| | 6 | 2 |
QOpenGL2PaintEngineEx::ensureActiveName: | QOpenGL2PaintEngineEx::ensureActive | Prototype: | void QOpenGL2PaintEngineEx::ensureActive() | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 2154-2176 |
| | 15 | 4 |
QOpenGL2PaintEngineEx::endNativePaintingName: | QOpenGL2PaintEngineEx::endNativePainting | Prototype: | void QOpenGL2PaintEngineEx::endNativePainting() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 663-668 |
| | 3 | 1 |
QOpenGL2PaintEngineEx::endName: | QOpenGL2PaintEngineEx::end | Prototype: | bool QOpenGL2PaintEngineEx::end() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 2122-2152 |
| | 11 | 1 |
QOpenGL2PaintEngineEx::drawTextureName: | QOpenGL2PaintEngineEx::drawTexture | Prototype: | bool QOpenGL2PaintEngineEx::drawTexture(const QRectF &dest, GLuint textureId, const QSize &size, const QRectF &src) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1538-1556 |
| | 11 | 2 |
QOpenGL2PaintEngineEx::drawTextItemName: | QOpenGL2PaintEngineEx::drawTextItem | Prototype: | void QOpenGL2PaintEngineEx::drawTextItem(const QPointF &p, const QTextItem &textItem) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1558-1600 |
| | 25 | 4 |
QOpenGL2PaintEngineEx::drawStaticTextItemName: | QOpenGL2PaintEngineEx::drawStaticTextItem | Prototype: | void QOpenGL2PaintEngineEx::drawStaticTextItem(QStaticTextItem *textItem) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1511-1536 |
| | 14 | 4 |
QOpenGL2PaintEngineEx::drawPixmapFragmentsName: | QOpenGL2PaintEngineEx::drawPixmapFragments | Prototype: | void QOpenGL2PaintEngineEx::drawPixmapFragments(const QPainter::PixmapFragment *fragments, int fragmentCount, const QPixmap &pixmap, QPainter::PixmapFragmentHints hints) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1956-1974 |
| | 10 | 3 |
QOpenGL2PaintEngineEx::drawPixmapName: | QOpenGL2PaintEngineEx::drawPixmap | Prototype: | void QOpenGL2PaintEngineEx::drawPixmap(const QRectF& dest, const QPixmap & pixmap, const QRectF & src) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1421-1455 |
| | 20 | 3 |
QOpenGL2PaintEngineEx::drawImageName: | QOpenGL2PaintEngineEx::drawImage | Prototype: | void QOpenGL2PaintEngineEx::drawImage(const QRectF& dest, const QImage& image, const QRectF& src, Qt::ImageConversionFlags) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1457-1509 |
| | 32 | 9 |
QOpenGL2PaintEngineEx::createStateName: | QOpenGL2PaintEngineEx::createState | Prototype: | QPainterState *QOpenGL2PaintEngineEx::createState(QPainterState *orig) const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 2487-2505 |
| | 12 | 3 |
QOpenGL2PaintEngineEx::compositionModeChangedName: | QOpenGL2PaintEngineEx::compositionModeChanged | Prototype: | void QOpenGL2PaintEngineEx::compositionModeChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1374-1380 |
| | 3 | 1 |
QOpenGL2PaintEngineEx::clipEnabledChangedName: | QOpenGL2PaintEngineEx::clipEnabledChanged | Prototype: | void QOpenGL2PaintEngineEx::clipEnabledChanged() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 2229-2239 |
| | 5 | 2 |
QOpenGL2PaintEngineEx::clipName: | QOpenGL2PaintEngineEx::clip | Prototype: | void QOpenGL2PaintEngineEx::clip(const QVectorPath &path, Qt::ClipOperation op) | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 2327-2387 |
| | 37 | 9 |
QOpenGL2PaintEngineEx::beginNativePainting::[lambda]Name: | QOpenGL2PaintEngineEx::beginNativePainting::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 597-597 |
| | 0 | 1 |
QOpenGL2PaintEngineEx::beginNativePaintingName: | QOpenGL2PaintEngineEx::beginNativePainting | Prototype: | void QOpenGL2PaintEngineEx::beginNativePainting() | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 578-637 |
| | 32 | 4 |