| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QOpenGLTexture::setMipBaseLevel| Name: | QOpenGLTexture::setMipBaseLevel | | Prototype: | void QOpenGLTexture::setMipBaseLevel(int baseLevel) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 3541-3554 |
| | 10 | 2 |
QOpenGLTexture::setMipLevelRange| Name: | QOpenGLTexture::setMipLevelRange | | Prototype: | void QOpenGLTexture::setMipLevelRange(int baseLevel, int maxLevel) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 3607-3620 |
| | 10 | 2 |
QOpenGLTexture::setMipLevels| Name: | QOpenGLTexture::setMipLevels | | Prototype: | void QOpenGLTexture::setMipLevels(int levels) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 2700-2728 |
| | 11 | 13 |
QOpenGLTexture::setMipMaxLevel| Name: | QOpenGLTexture::setMipMaxLevel | | Prototype: | void QOpenGLTexture::setMipMaxLevel(int maxLevel) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 3574-3587 |
| | 10 | 2 |
QOpenGLTexture::setSamples| Name: | QOpenGLTexture::setSamples | | Prototype: | void QOpenGLTexture::setSamples(int samples) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 2832-2861 |
| | 11 | 13 |
QOpenGLTexture::setSize| Name: | QOpenGLTexture::setSize | | Prototype: | void QOpenGLTexture::setSize(int width, int height, int depth) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 2611-2654 |
| | 24 | 14 |
QOpenGLTexture::setSwizzleMask| Name: | QOpenGLTexture::setSwizzleMask | | Prototype: | void QOpenGLTexture::setSwizzleMask(SwizzleComponent component, SwizzleValue value) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 3727-3748 |
| | 12 | 3 |
QOpenGLTexture::setSwizzleMask| Name: | QOpenGLTexture::setSwizzleMask | | Prototype: | void QOpenGLTexture::setSwizzleMask(SwizzleValue r, SwizzleValue g, SwizzleValue b, SwizzleValue a) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 3755-3783 |
| | 16 | 3 |
QOpenGLTexture::setWrapMode| Name: | QOpenGLTexture::setWrapMode | | Prototype: | void QOpenGLTexture::setWrapMode(QOpenGLTexture::WrapMode mode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 4063-4070 |
| | 5 | 1 |
QOpenGLTexture::setWrapMode| Name: | QOpenGLTexture::setWrapMode | | Prototype: | void QOpenGLTexture::setWrapMode(QOpenGLTexture::CoordinateDirection direction, QOpenGLTexture::WrapMode mode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 4076-4083 |
| | 5 | 1 |
QOpenGLTexture::swizzleMask| Name: | QOpenGLTexture::swizzleMask | | Prototype: | QOpenGLTexture::SwizzleValue QOpenGLTexture::swizzleMask(SwizzleComponent component) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 3788-3792 |
| | 2 | 1 |
QOpenGLTexture::target| Name: | QOpenGLTexture::target | | Prototype: | QOpenGLTexture::Target QOpenGLTexture::target() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 2224-2228 |
| | 2 | 1 |
QOpenGLTexture::textureId| Name: | QOpenGLTexture::textureId | | Prototype: | GLuint QOpenGLTexture::textureId() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 2282-2286 |
| | 2 | 1 |
QOpenGLTexture::width| Name: | QOpenGLTexture::width | | Prototype: | int QOpenGLTexture::width() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 2661-2665 |
| | 2 | 1 |
QOpenGLTexture::wrapMode| Name: | QOpenGLTexture::wrapMode | | Prototype: | QOpenGLTexture::WrapMode QOpenGLTexture::wrapMode(QOpenGLTexture::CoordinateDirection direction) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 4090-4094 |
| | 2 | 1 |
QOpenGLTextureBlitter::QOpenGLTextureBlitter| Name: | QOpenGLTextureBlitter::QOpenGLTextureBlitter | | Prototype: | QOpenGLTextureBlitter::QOpenGLTextureBlitter() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 306-309 |
| | 2 | 1 |
QOpenGLTextureBlitter::bind| Name: | QOpenGLTextureBlitter::bind | | Prototype: | void QOpenGLTextureBlitter::bind(GLenum target) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 379-399 |
| | 14 | 2 |
QOpenGLTextureBlitter::blit| Name: | QOpenGLTextureBlitter::blit | | Prototype: | void QOpenGLTextureBlitter::blit(GLuint texture, const QMatrix4x4 &targetTransform, Origin sourceOrigin) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 421-427 |
| | 2 | 1 |
QOpenGLTextureBlitter::blit| Name: | QOpenGLTextureBlitter::blit | | Prototype: | void QOpenGLTextureBlitter::blit(GLuint texture, const QMatrix4x4 &targetTransform, const QMatrix3x3 &sourceTransform) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 429-435 |
| | 2 | 1 |
QOpenGLTextureBlitter::create| Name: | QOpenGLTextureBlitter::create | | Prototype: | bool QOpenGLTextureBlitter::create() | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 316-353 |
| | 25 | 8 |
QOpenGLTextureBlitter::destroy| Name: | QOpenGLTextureBlitter::destroy | | Prototype: | void QOpenGLTextureBlitter::destroy() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 361-371 |
| | 8 | 2 |
QOpenGLTextureBlitter::isCreated| Name: | QOpenGLTextureBlitter::isCreated | | Prototype: | bool QOpenGLTextureBlitter::isCreated() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 355-359 |
| | 2 | 1 |
QOpenGLTextureBlitter::release| Name: | QOpenGLTextureBlitter::release | | Prototype: | void QOpenGLTextureBlitter::release() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 401-407 |
| | 4 | 2 |
QOpenGLTextureBlitter::setOpacity| Name: | QOpenGLTextureBlitter::setOpacity | | Prototype: | void QOpenGLTextureBlitter::setOpacity(float opacity) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 415-419 |
| | 2 | 1 |
QOpenGLTextureBlitter::setSwizzleRB| Name: | QOpenGLTextureBlitter::setSwizzleRB | | Prototype: | void QOpenGLTextureBlitter::setSwizzleRB(bool swizzle) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 409-413 |
| | 2 | 1 |
QOpenGLTextureBlitter::sourceTransform| Name: | QOpenGLTextureBlitter::sourceTransform | | Prototype: | QMatrix3x3 QOpenGLTextureBlitter::sourceTransform(const QRectF &subTexture, const QSize &textureSize, Origin origin) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 457-481 |
| | 14 | 2 |
QOpenGLTextureBlitter::supportsExternalOESTarget| Name: | QOpenGLTextureBlitter::supportsExternalOESTarget | | Prototype: | bool QOpenGLTextureBlitter::supportsExternalOESTarget() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 373-377 |
| | 2 | 1 |
QOpenGLTextureBlitter::targetTransform| Name: | QOpenGLTextureBlitter::targetTransform | | Prototype: | QMatrix4x4 QOpenGLTextureBlitter::targetTransform(const QRectF &target, const QRect &viewport) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 437-455 |
| | 11 | 1 |
QOpenGLTextureBlitter::~QOpenGLTextureBlitter| Name: | QOpenGLTextureBlitter::~QOpenGLTextureBlitter | | Prototype: | QOpenGLTextureBlitter::~QOpenGLTextureBlitter() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 311-314 |
| | 1 | 1 |
QOpenGLTextureBlitterPrivate::Program::Program| Name: | QOpenGLTextureBlitterPrivate::Program::Program | | Prototype: | Program() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 172-182 |
| | 1 | 1 |
QOpenGLTextureBlitterPrivate::QOpenGLTextureBlitterPrivate| Name: | QOpenGLTextureBlitterPrivate::QOpenGLTextureBlitterPrivate | | Prototype: | QOpenGLTextureBlitterPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 155-160 |
| | 1 | 1 |
QOpenGLTextureBlitterPrivate::blit| Name: | QOpenGLTextureBlitterPrivate::blit | | Prototype: | void QOpenGLTextureBlitterPrivate::blit(GLuint texture, const QMatrix4x4 &vertexTransform, const QMatrix3x3 &textureTransform) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 240-252 |
| | 6 | 1 |
QOpenGLTextureBlitterPrivate::blit| Name: | QOpenGLTextureBlitterPrivate::blit | | Prototype: | void QOpenGLTextureBlitterPrivate::blit(GLuint texture, const QMatrix4x4 &vertexTransform, QOpenGLTextureBlitter::Origin origin) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 254-276 |
| | 14 | 4 |
QOpenGLTextureBlitterPrivate::buildProgram| Name: | QOpenGLTextureBlitterPrivate::buildProgram | | Prototype: | bool QOpenGLTextureBlitterPrivate::buildProgram(ProgramIndex idx, const char *vs, const char *fs) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 278-304 |
| | 17 | 2 |
QOpenGLTextureBlitterPrivate::prepareProgram| Name: | QOpenGLTextureBlitterPrivate::prepareProgram | | Prototype: | void QOpenGLTextureBlitterPrivate::prepareProgram(const QMatrix4x4 &vertexTransform) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 213-238 |
| | 16 | 3 |
QOpenGLTextureCache::QOpenGLTextureCache| Name: | QOpenGLTextureCache::QOpenGLTextureCache | | Prototype: | QOpenGLTextureCache::QOpenGLTextureCache(QOpenGLContext *ctx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturecache.cpp | | Lines: | 117-121 |
| | 2 | 1 |
QOpenGLTextureCache::bindTexture| Name: | QOpenGLTextureCache::bindTexture | | Prototype: | GLuint QOpenGLTextureCache::bindTexture(QOpenGLContext *context, const QPixmap &pixmap, BindOptions options) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturecache.cpp | | Lines: | 127-148 |
| | 13 | 5 |
QOpenGLTextureCache::bindTexture| Name: | QOpenGLTextureCache::bindTexture | | Prototype: | GLuint QOpenGLTextureCache::bindTexture(QOpenGLContext *context, const QImage &image, BindOptions options) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturecache.cpp | | Lines: | 150-183 |
| | 19 | 7 |
QOpenGLTextureCache::bindTexture| Name: | QOpenGLTextureCache::bindTexture | | Prototype: | GLuint QOpenGLTextureCache::bindTexture(QOpenGLContext *context, qint64 key, const QImage &image, BindOptions options) | | Coverage: | 0.000% (0/118) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturecache.cpp | | Lines: | 185-345 |
| | 103 | 42 |
QOpenGLTextureCache::bindTexture::[lambda]| Name: | QOpenGLTextureCache::bindTexture::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturecache.cpp | | Lines: | 223-223 |
| | 0 | 1 |
QOpenGLTextureCache::cacheForContext| Name: | QOpenGLTextureCache::cacheForContext | | Prototype: | QOpenGLTextureCache *QOpenGLTextureCache::cacheForContext(QOpenGLContext *context) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturecache.cpp | | Lines: | 100-103 |
| | 1 | 1 |
QOpenGLTextureCache::freeResource| Name: | QOpenGLTextureCache::freeResource | | Prototype: | void QOpenGLTextureCache::freeResource(QOpenGLContext *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturecache.cpp | | Lines: | 358-361 |
| | 1 | 1 |
QOpenGLTextureCache::invalidate| Name: | QOpenGLTextureCache::invalidate | | Prototype: | void QOpenGLTextureCache::invalidate(qint64 key) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturecache.cpp | | Lines: | 347-351 |
| | 2 | 1 |
QOpenGLTextureCache::invalidateResource| Name: | QOpenGLTextureCache::invalidateResource | | Prototype: | void QOpenGLTextureCache::invalidateResource() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturecache.cpp | | Lines: | 353-356 |
| | 1 | 1 |
QOpenGLTextureCacheWrapper::QOpenGLTextureCacheWrapper| Name: | QOpenGLTextureCacheWrapper::QOpenGLTextureCacheWrapper | | Prototype: | QOpenGLTextureCacheWrapper() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturecache.cpp | | Lines: | 71-76 |
| | 3 | 1 |
QOpenGLTextureCacheWrapper::cacheForContext| Name: | QOpenGLTextureCacheWrapper::cacheForContext | | Prototype: | QOpenGLTextureCache *cacheForContext(QOpenGLContext *context) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturecache.cpp | | Lines: | 85-88 |
| | 2 | 1 |
QOpenGLTextureCacheWrapper::cleanupTexturesForCacheKey| Name: | QOpenGLTextureCacheWrapper::cleanupTexturesForCacheKey | | Prototype: | void QOpenGLTextureCacheWrapper::cleanupTexturesForCacheKey(qint64 key) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturecache.cpp | | Lines: | 105-110 |
| | 3 | 2 |
QOpenGLTextureCacheWrapper::cleanupTexturesForPixmapData| Name: | QOpenGLTextureCacheWrapper::cleanupTexturesForPixmapData | | Prototype: | void QOpenGLTextureCacheWrapper::cleanupTexturesForPixmapData(QPlatformPixmap *pmd) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturecache.cpp | | Lines: | 112-115 |
| | 1 | 1 |
QOpenGLTextureCacheWrapper::~QOpenGLTextureCacheWrapper| Name: | QOpenGLTextureCacheWrapper::~QOpenGLTextureCacheWrapper | | Prototype: | ~QOpenGLTextureCacheWrapper() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturecache.cpp | | Lines: | 78-83 |
| | 3 | 1 |
QOpenGLTextureGlyphCache::QOpenGLTextureGlyphCache| Name: | QOpenGLTextureGlyphCache::QOpenGLTextureGlyphCache | | Prototype: | QOpenGLTextureGlyphCache::QOpenGLTextureGlyphCache(QFontEngine::GlyphFormat format, const QTransform &matrix) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp | | Lines: | 46-75 |
| | 16 | 1 |
QOpenGLTextureGlyphCache::clear| Name: | QOpenGLTextureGlyphCache::clear | | Prototype: | void QOpenGLTextureGlyphCache::clear() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp | | Lines: | 443-458 |
| | 11 | 2 |
QOpenGLTextureGlyphCache::createTextureData| Name: | QOpenGLTextureGlyphCache::createTextureData | | Prototype: | void QOpenGLTextureGlyphCache::createTextureData(int width, int height) | | Coverage: | 0.000% (0/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp | | Lines: | 92-166 |
| | 47 | 12 |
QOpenGLTextureGlyphCache::fillTexture| Name: | QOpenGLTextureGlyphCache::fillTexture | | Prototype: | void QOpenGLTextureGlyphCache::fillTexture(const Coord &c, glyph_t glyph, QFixed subPixelPosition) | | Coverage: | 0.000% (0/49) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp | | Lines: | 325-415 |
| | 52 | 14 |
QOpenGLTextureGlyphCache::glyphPadding| Name: | QOpenGLTextureGlyphCache::glyphPadding | | Prototype: | int QOpenGLTextureGlyphCache::glyphPadding() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp | | Lines: | 417-420 |
| | 1 | 1 |
QOpenGLTextureGlyphCache::maxTextureHeight| Name: | QOpenGLTextureGlyphCache::maxTextureHeight | | Prototype: | int QOpenGLTextureGlyphCache::maxTextureHeight() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp | | Lines: | 431-441 |
| | 6 | 3 |
QOpenGLTextureGlyphCache::maxTextureWidth| Name: | QOpenGLTextureGlyphCache::maxTextureWidth | | Prototype: | int QOpenGLTextureGlyphCache::maxTextureWidth() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp | | Lines: | 422-429 |
| | 4 | 2 |
QOpenGLTextureGlyphCache::resizeTextureData| Name: | QOpenGLTextureGlyphCache::resizeTextureData | | Prototype: | void QOpenGLTextureGlyphCache::resizeTextureData(int width, int height) | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp | | Lines: | 178-323 |
| | 92 | 12 |
QOpenGLTextureGlyphCache::setupVertexAttribs| Name: | QOpenGLTextureGlyphCache::setupVertexAttribs | | Prototype: | void QOpenGLTextureGlyphCache::setupVertexAttribs() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp | | Lines: | 168-176 |
| | 6 | 1 |
QOpenGLTextureGlyphCache::~QOpenGLTextureGlyphCache| Name: | QOpenGLTextureGlyphCache::~QOpenGLTextureGlyphCache | | Prototype: | QOpenGLTextureGlyphCache::~QOpenGLTextureGlyphCache() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp | | Lines: | 77-83 |
| | 1 | 1 |
QOpenGLTextureHelper::QOpenGLTextureHelper| Name: | QOpenGLTextureHelper::QOpenGLTextureHelper | | Prototype: | QOpenGLTextureHelper::QOpenGLTextureHelper(QOpenGLContext *context) | | Coverage: | 0.000% (0/101) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 41-310 |
| | 61 | 76 |
QOpenGLTextureHelper::QOpenGLTextureHelper::[lambda]| Name: | QOpenGLTextureHelper::QOpenGLTextureHelper::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 308-308 |
| | 0 | 1 |
QOpenGLTextureHelper::dsa_CompressedTextureImage1D| Name: | QOpenGLTextureHelper::dsa_CompressedTextureImage1D | | Prototype: | void QOpenGLTextureHelper::dsa_CompressedTextureImage1D(GLuint texture, GLenum target, GLenum bindingTarget, GLint level, GLenum internalFormat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *bits) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 438-442 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_CompressedTextureImage2D| Name: | QOpenGLTextureHelper::dsa_CompressedTextureImage2D | | Prototype: | void QOpenGLTextureHelper::dsa_CompressedTextureImage2D(GLuint texture, GLenum target, GLenum bindingTarget, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *bits) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 444-448 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_CompressedTextureImage3D| Name: | QOpenGLTextureHelper::dsa_CompressedTextureImage3D | | Prototype: | void QOpenGLTextureHelper::dsa_CompressedTextureImage3D(GLuint texture, GLenum target, GLenum bindingTarget, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *bits) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 450-454 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_CompressedTextureSubImage1D| Name: | QOpenGLTextureHelper::dsa_CompressedTextureSubImage1D | | Prototype: | void QOpenGLTextureHelper::dsa_CompressedTextureSubImage1D(GLuint texture, GLenum target, GLenum bindingTarget, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *bits) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 420-424 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_CompressedTextureSubImage2D| Name: | QOpenGLTextureHelper::dsa_CompressedTextureSubImage2D | | Prototype: | void QOpenGLTextureHelper::dsa_CompressedTextureSubImage2D(GLuint texture, GLenum target, GLenum bindingTarget, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *bits) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 426-430 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_CompressedTextureSubImage3D| Name: | QOpenGLTextureHelper::dsa_CompressedTextureSubImage3D | | Prototype: | void QOpenGLTextureHelper::dsa_CompressedTextureSubImage3D(GLuint texture, GLenum target, GLenum bindingTarget, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *bits) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 432-436 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_GenerateTextureMipmap| Name: | QOpenGLTextureHelper::dsa_GenerateTextureMipmap | | Prototype: | void QOpenGLTextureHelper::dsa_GenerateTextureMipmap(GLuint texture, GLenum target, GLenum bindingTarget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 336-340 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_TextureImage1D| Name: | QOpenGLTextureHelper::dsa_TextureImage1D | | Prototype: | void QOpenGLTextureHelper::dsa_TextureImage1D(GLuint texture, GLenum target, GLenum bindingTarget, GLint level, GLenum internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 384-388 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_TextureImage2D| Name: | QOpenGLTextureHelper::dsa_TextureImage2D | | Prototype: | void QOpenGLTextureHelper::dsa_TextureImage2D(GLuint texture, GLenum target, GLenum bindingTarget, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 378-382 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_TextureImage2DMultisample| Name: | QOpenGLTextureHelper::dsa_TextureImage2DMultisample | | Prototype: | void QOpenGLTextureHelper::dsa_TextureImage2DMultisample(GLuint texture, GLenum target, GLenum bindingTarget, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 414-418 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_TextureImage3D| Name: | QOpenGLTextureHelper::dsa_TextureImage3D | | Prototype: | void QOpenGLTextureHelper::dsa_TextureImage3D(GLuint texture, GLenum target, GLenum bindingTarget, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 372-376 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_TextureImage3DMultisample| Name: | QOpenGLTextureHelper::dsa_TextureImage3DMultisample | | Prototype: | void QOpenGLTextureHelper::dsa_TextureImage3DMultisample(GLuint texture, GLenum target, GLenum bindingTarget, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 408-412 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_TextureParameterf| Name: | QOpenGLTextureHelper::dsa_TextureParameterf | | Prototype: | void QOpenGLTextureHelper::dsa_TextureParameterf(GLuint texture, GLenum target, GLenum bindingTarget, GLenum pname, GLfloat param) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 324-328 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_TextureParameterfv| Name: | QOpenGLTextureHelper::dsa_TextureParameterfv | | Prototype: | void QOpenGLTextureHelper::dsa_TextureParameterfv(GLuint texture, GLenum target, GLenum bindingTarget, GLenum pname, const GLfloat *params) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 330-334 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_TextureParameteri| Name: | QOpenGLTextureHelper::dsa_TextureParameteri | | Prototype: | void QOpenGLTextureHelper::dsa_TextureParameteri(GLuint texture, GLenum target, GLenum bindingTarget, GLenum pname, GLint param) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 312-316 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_TextureParameteriv| Name: | QOpenGLTextureHelper::dsa_TextureParameteriv | | Prototype: | void QOpenGLTextureHelper::dsa_TextureParameteriv(GLuint texture, GLenum target, GLenum bindingTarget, GLenum pname, const GLint *params) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 318-322 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_TextureStorage1D| Name: | QOpenGLTextureHelper::dsa_TextureStorage1D | | Prototype: | void QOpenGLTextureHelper::dsa_TextureStorage1D(GLuint texture, GLenum target, GLenum bindingTarget, GLsizei levels, GLenum internalFormat, GLsizei width) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 354-358 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_TextureStorage2D| Name: | QOpenGLTextureHelper::dsa_TextureStorage2D | | Prototype: | void QOpenGLTextureHelper::dsa_TextureStorage2D(GLuint texture, GLenum target, GLenum bindingTarget, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 348-352 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_TextureStorage2DMultisample| Name: | QOpenGLTextureHelper::dsa_TextureStorage2DMultisample | | Prototype: | void QOpenGLTextureHelper::dsa_TextureStorage2DMultisample(GLuint texture, GLenum target, GLenum bindingTarget, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 366-370 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_TextureStorage3D| Name: | QOpenGLTextureHelper::dsa_TextureStorage3D | | Prototype: | void QOpenGLTextureHelper::dsa_TextureStorage3D(GLuint texture, GLenum target, GLenum bindingTarget, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 342-346 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_TextureStorage3DMultisample| Name: | QOpenGLTextureHelper::dsa_TextureStorage3DMultisample | | Prototype: | void QOpenGLTextureHelper::dsa_TextureStorage3DMultisample(GLuint texture, GLenum target, GLenum bindingTarget, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 360-364 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_TextureSubImage1D| Name: | QOpenGLTextureHelper::dsa_TextureSubImage1D | | Prototype: | void QOpenGLTextureHelper::dsa_TextureSubImage1D(GLuint texture, GLenum target, GLenum bindingTarget, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 402-406 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_TextureSubImage2D| Name: | QOpenGLTextureHelper::dsa_TextureSubImage2D | | Prototype: | void QOpenGLTextureHelper::dsa_TextureSubImage2D(GLuint texture, GLenum target, GLenum bindingTarget, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 396-400 |
| | 2 | 1 |
QOpenGLTextureHelper::dsa_TextureSubImage3D| Name: | QOpenGLTextureHelper::dsa_TextureSubImage3D | | Prototype: | void QOpenGLTextureHelper::dsa_TextureSubImage3D(GLuint texture, GLenum target, GLenum bindingTarget, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 390-394 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_CompressedTextureImage1D| Name: | QOpenGLTextureHelper::qt_CompressedTextureImage1D | | Prototype: | void QOpenGLTextureHelper::qt_CompressedTextureImage1D(GLuint texture, GLenum target, GLenum bindingTarget, GLint level, GLenum internalFormat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *bits) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 626-630 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_CompressedTextureImage2D| Name: | QOpenGLTextureHelper::qt_CompressedTextureImage2D | | Prototype: | void QOpenGLTextureHelper::qt_CompressedTextureImage2D(GLuint texture, GLenum target, GLenum bindingTarget, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *bits) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 632-636 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_CompressedTextureImage3D| Name: | QOpenGLTextureHelper::qt_CompressedTextureImage3D | | Prototype: | void QOpenGLTextureHelper::qt_CompressedTextureImage3D(GLuint texture, GLenum target, GLenum bindingTarget, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *bits) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 638-642 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_CompressedTextureSubImage1D| Name: | QOpenGLTextureHelper::qt_CompressedTextureSubImage1D | | Prototype: | void QOpenGLTextureHelper::qt_CompressedTextureSubImage1D(GLuint texture, GLenum target, GLenum bindingTarget, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *bits) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 608-612 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_CompressedTextureSubImage2D| Name: | QOpenGLTextureHelper::qt_CompressedTextureSubImage2D | | Prototype: | void QOpenGLTextureHelper::qt_CompressedTextureSubImage2D(GLuint texture, GLenum target, GLenum bindingTarget, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *bits) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 614-618 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_CompressedTextureSubImage3D| Name: | QOpenGLTextureHelper::qt_CompressedTextureSubImage3D | | Prototype: | void QOpenGLTextureHelper::qt_CompressedTextureSubImage3D(GLuint texture, GLenum target, GLenum bindingTarget, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *bits) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 620-624 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_GenerateTextureMipmap| Name: | QOpenGLTextureHelper::qt_GenerateTextureMipmap | | Prototype: | void QOpenGLTextureHelper::qt_GenerateTextureMipmap(GLuint texture, GLenum target, GLenum bindingTarget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 524-528 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_TextureImage1D| Name: | QOpenGLTextureHelper::qt_TextureImage1D | | Prototype: | void QOpenGLTextureHelper::qt_TextureImage1D(GLuint texture, GLenum target, GLenum bindingTarget, GLint level, GLenum internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 572-576 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_TextureImage2D| Name: | QOpenGLTextureHelper::qt_TextureImage2D | | Prototype: | void QOpenGLTextureHelper::qt_TextureImage2D(GLuint texture, GLenum target, GLenum bindingTarget, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 566-570 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_TextureImage2DMultisample| Name: | QOpenGLTextureHelper::qt_TextureImage2DMultisample | | Prototype: | void QOpenGLTextureHelper::qt_TextureImage2DMultisample(GLuint texture, GLenum target, GLenum bindingTarget, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 602-606 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_TextureImage3D| Name: | QOpenGLTextureHelper::qt_TextureImage3D | | Prototype: | void QOpenGLTextureHelper::qt_TextureImage3D(GLuint texture, GLenum target, GLenum bindingTarget, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 560-564 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_TextureImage3DMultisample| Name: | QOpenGLTextureHelper::qt_TextureImage3DMultisample | | Prototype: | void QOpenGLTextureHelper::qt_TextureImage3DMultisample(GLuint texture, GLenum target, GLenum bindingTarget, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 596-600 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_TextureParameterf| Name: | QOpenGLTextureHelper::qt_TextureParameterf | | Prototype: | void QOpenGLTextureHelper::qt_TextureParameterf(GLuint texture, GLenum target, GLenum bindingTarget, GLenum pname, GLfloat param) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 512-516 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_TextureParameterfv| Name: | QOpenGLTextureHelper::qt_TextureParameterfv | | Prototype: | void QOpenGLTextureHelper::qt_TextureParameterfv(GLuint texture, GLenum target, GLenum bindingTarget, GLenum pname, const GLfloat *params) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 518-522 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_TextureParameteri| Name: | QOpenGLTextureHelper::qt_TextureParameteri | | Prototype: | void QOpenGLTextureHelper::qt_TextureParameteri(GLuint texture, GLenum target, GLenum bindingTarget, GLenum pname, GLint param) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 500-504 |
| | 2 | 1 |