| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
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: | 2291-2295 |
| | 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: | 2670-2674 |
| | 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: | 4099-4103 |
| | 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: | 312-315 |
| | 2 | 1 |
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: | 427-433 |
| | 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: | 435-441 |
| | 2 | 1 |
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: | 361-365 |
| | 2 | 1 |
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: | 421-425 |
| | 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: | 415-419 |
| | 2 | 1 |
QOpenGLTextureBlitter::supportsExternalOESTarget| Name: | QOpenGLTextureBlitter::supportsExternalOESTarget | | Prototype: | bool QOpenGLTextureBlitter::supportsExternalOESTarget() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 379-383 |
| | 2 | 1 |
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: | 123-127 |
| | 2 | 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: | 353-357 |
| | 2 | 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: | 91-94 |
| | 2 | 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: | 377-381 |
| | 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: | 383-387 |
| | 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: | 389-393 |
| | 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: | 359-363 |
| | 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: | 365-369 |
| | 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: | 371-375 |
| | 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: | 275-279 |
| | 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: | 323-327 |
| | 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: | 317-321 |
| | 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: | 353-357 |
| | 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: | 311-315 |
| | 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: | 347-351 |
| | 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: | 263-267 |
| | 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: | 269-273 |
| | 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: | 251-255 |
| | 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: | 257-261 |
| | 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: | 293-297 |
| | 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: | 287-291 |
| | 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: | 305-309 |
| | 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: | 281-285 |
| | 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: | 299-303 |
| | 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: | 341-345 |
| | 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: | 335-339 |
| | 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: | 329-333 |
| | 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: | 565-569 |
| | 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: | 571-575 |
| | 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: | 577-581 |
| | 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: | 547-551 |
| | 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: | 553-557 |
| | 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: | 559-563 |
| | 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: | 463-467 |
| | 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: | 511-515 |
| | 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: | 505-509 |
| | 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: | 541-545 |
| | 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: | 499-503 |
| | 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: | 535-539 |
| | 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: | 451-455 |
| | 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: | 457-461 |
| | 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: | 439-443 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_TextureParameteriv| Name: | QOpenGLTextureHelper::qt_TextureParameteriv | | Prototype: | void QOpenGLTextureHelper::qt_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: | 445-449 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_TextureStorage1D| Name: | QOpenGLTextureHelper::qt_TextureStorage1D | | Prototype: | void QOpenGLTextureHelper::qt_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: | 481-485 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_TextureStorage2D| Name: | QOpenGLTextureHelper::qt_TextureStorage2D | | Prototype: | void QOpenGLTextureHelper::qt_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: | 475-479 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_TextureStorage2DMultisample| Name: | QOpenGLTextureHelper::qt_TextureStorage2DMultisample | | Prototype: | void QOpenGLTextureHelper::qt_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: | 493-497 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_TextureStorage3D| Name: | QOpenGLTextureHelper::qt_TextureStorage3D | | Prototype: | void QOpenGLTextureHelper::qt_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: | 469-473 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_TextureStorage3DMultisample| Name: | QOpenGLTextureHelper::qt_TextureStorage3DMultisample | | Prototype: | void QOpenGLTextureHelper::qt_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: | 487-491 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_TextureSubImage1D| Name: | QOpenGLTextureHelper::qt_TextureSubImage1D | | Prototype: | void QOpenGLTextureHelper::qt_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: | 529-533 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_TextureSubImage2D| Name: | QOpenGLTextureHelper::qt_TextureSubImage2D | | Prototype: | void QOpenGLTextureHelper::qt_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: | 523-527 |
| | 2 | 1 |
QOpenGLTextureHelper::qt_TextureSubImage3D| Name: | QOpenGLTextureHelper::qt_TextureSubImage3D | | Prototype: | void QOpenGLTextureHelper::qt_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: | 517-521 |
| | 2 | 1 |
QOpenGLTimeMonitor::QOpenGLTimeMonitor| Name: | QOpenGLTimeMonitor::QOpenGLTimeMonitor | | Prototype: | QOpenGLTimeMonitor::QOpenGLTimeMonitor(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 691-694 |
| | 2 | 1 |
QOpenGLTimeMonitor::create| Name: | QOpenGLTimeMonitor::create | | Prototype: | bool QOpenGLTimeMonitor::create() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 768-772 |
| | 2 | 1 |
QOpenGLTimeMonitor::destroy| Name: | QOpenGLTimeMonitor::destroy | | Prototype: | void QOpenGLTimeMonitor::destroy() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 779-783 |
| | 2 | 1 |
QOpenGLTimeMonitor::isCreated| Name: | QOpenGLTimeMonitor::isCreated | | Prototype: | bool QOpenGLTimeMonitor::isCreated() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 790-794 |
| | 2 | 1 |
QOpenGLTimeMonitor::isResultAvailable| Name: | QOpenGLTimeMonitor::isResultAvailable | | Prototype: | bool QOpenGLTimeMonitor::isResultAvailable() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 825-829 |
| | 2 | 1 |
QOpenGLTimeMonitor::objectIds| Name: | QOpenGLTimeMonitor::objectIds | | Prototype: | QVector<GLuint> QOpenGLTimeMonitor::objectIds() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 799-803 |
| | 2 | 1 |
QOpenGLTimeMonitor::reset| Name: | QOpenGLTimeMonitor::reset | | Prototype: | void QOpenGLTimeMonitor::reset() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 874-878 |
| | 2 | 1 |
QOpenGLTimeMonitor::sampleCount| Name: | QOpenGLTimeMonitor::sampleCount | | Prototype: | int QOpenGLTimeMonitor::sampleCount() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 753-757 |
| | 2 | 1 |
QOpenGLTimeMonitor::waitForIntervals| Name: | QOpenGLTimeMonitor::waitForIntervals | | Prototype: | QVector<GLuint64> QOpenGLTimeMonitor::waitForIntervals() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 861-865 |
| | 2 | 1 |
QOpenGLTimeMonitor::waitForSamples| Name: | QOpenGLTimeMonitor::waitForSamples | | Prototype: | QVector<GLuint64> QOpenGLTimeMonitor::waitForSamples() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 843-847 |
| | 2 | 1 |
QOpenGLTimeMonitorPrivate::QOpenGLTimeMonitorPrivate| Name: | QOpenGLTimeMonitorPrivate::QOpenGLTimeMonitorPrivate | | Prototype: | QOpenGLTimeMonitorPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 467-478 |
| | 2 | 1 |
QOpenGLTimeMonitorPrivate::reset| Name: | QOpenGLTimeMonitorPrivate::reset | | Prototype: | void QOpenGLTimeMonitorPrivate::reset() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 638-642 |
| | 2 | 1 |
QOpenGLTimeMonitorPrivate::~QOpenGLTimeMonitorPrivate| Name: | QOpenGLTimeMonitorPrivate::~QOpenGLTimeMonitorPrivate | | Prototype: | ~QOpenGLTimeMonitorPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 480-484 |
| | 2 | 1 |
QOpenGLTimerQuery::QOpenGLTimerQuery| Name: | QOpenGLTimerQuery::QOpenGLTimerQuery | | Prototype: | QOpenGLTimerQuery::QOpenGLTimerQuery(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 300-303 |
| | 2 | 1 |
QOpenGLTimerQuery::begin| Name: | QOpenGLTimerQuery::begin | | Prototype: | void QOpenGLTimerQuery::begin() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 383-387 |
| | 2 | 1 |
QOpenGLTimerQuery::create| Name: | QOpenGLTimerQuery::create | | Prototype: | bool QOpenGLTimerQuery::create() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 339-343 |
| | 2 | 1 |
QOpenGLTimerQuery::destroy| Name: | QOpenGLTimerQuery::destroy | | Prototype: | void QOpenGLTimerQuery::destroy() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 349-353 |
| | 2 | 1 |
QOpenGLTimerQuery::end| Name: | QOpenGLTimerQuery::end | | Prototype: | void QOpenGLTimerQuery::end() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 397-401 |
| | 2 | 1 |
QOpenGLTimerQuery::isCreated| Name: | QOpenGLTimerQuery::isCreated | | Prototype: | bool QOpenGLTimerQuery::isCreated() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 360-364 |
| | 2 | 1 |
QOpenGLTimerQuery::isResultAvailable| Name: | QOpenGLTimerQuery::isResultAvailable | | Prototype: | bool QOpenGLTimerQuery::isResultAvailable() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 442-446 |
| | 2 | 1 |
QOpenGLTimerQuery::objectId| Name: | QOpenGLTimerQuery::objectId | | Prototype: | GLuint QOpenGLTimerQuery::objectId() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 369-373 |
| | 2 | 1 |
QOpenGLTimerQuery::recordTimestamp| Name: | QOpenGLTimerQuery::recordTimestamp | | Prototype: | void QOpenGLTimerQuery::recordTimestamp() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 414-418 |
| | 2 | 1 |
QOpenGLTimerQuery::waitForResult| Name: | QOpenGLTimerQuery::waitForResult | | Prototype: | GLuint64 QOpenGLTimerQuery::waitForResult() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 457-461 |
| | 2 | 1 |
QOpenGLTimerQuery::waitForTimestamp| Name: | QOpenGLTimerQuery::waitForTimestamp | | Prototype: | GLuint64 QOpenGLTimerQuery::waitForTimestamp() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 428-432 |
| | 2 | 1 |
QOpenGLTimerQueryPrivate::QOpenGLTimerQueryPrivate| Name: | QOpenGLTimerQueryPrivate::QOpenGLTimerQueryPrivate | | Prototype: | QOpenGLTimerQueryPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 78-85 |
| | 2 | 1 |
QOpenGLTimerQueryPrivate::~QOpenGLTimerQueryPrivate| Name: | QOpenGLTimerQueryPrivate::~QOpenGLTimerQueryPrivate | | Prototype: | ~QOpenGLTimerQueryPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 87-91 |
| | 2 | 1 |
QOpenGLVersionFunctionsStorage::QOpenGLVersionFunctionsStorage| Name: | QOpenGLVersionFunctionsStorage::QOpenGLVersionFunctionsStorage | | Prototype: | QOpenGLVersionFunctionsStorage::QOpenGLVersionFunctionsStorage() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | | Lines: | 70-73 |
| | 2 | 1 |
QOpenGLVersionProfile::QOpenGLVersionProfile| Name: | QOpenGLVersionProfile::QOpenGLVersionProfile | | Prototype: | QOpenGLVersionProfile::QOpenGLVersionProfile() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | | Lines: | 101-104 |
| | 2 | 1 |
QOpenGLVersionProfile::hasProfiles| Name: | QOpenGLVersionProfile::hasProfiles | | Prototype: | bool QOpenGLVersionProfile::hasProfiles() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | | Lines: | 195-199 |
| | 2 | 1 |
QOpenGLVersionProfile::setVersion| Name: | QOpenGLVersionProfile::setVersion | | Prototype: | void QOpenGLVersionProfile::setVersion(int majorVersion, int minorVersion) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | | Lines: | 162-166 |
| | 2 | 1 |
QOpenGLVertexArrayObject::QOpenGLVertexArrayObject| Name: | QOpenGLVertexArrayObject::QOpenGLVertexArrayObject | | Prototype: | QOpenGLVertexArrayObject::QOpenGLVertexArrayObject(QObject* parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | | Lines: | 339-342 |
| | 2 | 1 |
QOpenGLVertexArrayObject::QOpenGLVertexArrayObject| Name: | QOpenGLVertexArrayObject::QOpenGLVertexArrayObject | | Prototype: | QOpenGLVertexArrayObject::QOpenGLVertexArrayObject(QOpenGLVertexArrayObjectPrivate &dd) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | | Lines: | 347-350 |
| | 2 | 1 |
QOpenGLVertexArrayObject::bind| Name: | QOpenGLVertexArrayObject::bind | | Prototype: | void QOpenGLVertexArrayObject::bind() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | | Lines: | 451-455 |
| | 2 | 1 |
QOpenGLVertexArrayObject::create| Name: | QOpenGLVertexArrayObject::create | | Prototype: | bool QOpenGLVertexArrayObject::create() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | | Lines: | 406-410 |
| | 2 | 1 |
QOpenGLVertexArrayObject::destroy| Name: | QOpenGLVertexArrayObject::destroy | | Prototype: | void QOpenGLVertexArrayObject::destroy() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | | Lines: | 416-420 |
| | 2 | 1 |
QOpenGLVertexArrayObject::isCreated| Name: | QOpenGLVertexArrayObject::isCreated | | Prototype: | bool QOpenGLVertexArrayObject::isCreated() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | | Lines: | 427-431 |
| | 2 | 1 |
QOpenGLVertexArrayObject::objectId| Name: | QOpenGLVertexArrayObject::objectId | | Prototype: | GLuint QOpenGLVertexArrayObject::objectId() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | | Lines: | 436-440 |
| | 2 | 1 |
QOpenGLVertexArrayObject::release| Name: | QOpenGLVertexArrayObject::release | | Prototype: | void QOpenGLVertexArrayObject::release() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | | Lines: | 460-464 |
| | 2 | 1 |
QOpenGLVertexArrayObjectPrivate::QOpenGLVertexArrayObjectPrivate| Name: | QOpenGLVertexArrayObjectPrivate::QOpenGLVertexArrayObjectPrivate | | Prototype: | QOpenGLVertexArrayObjectPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | | Lines: | 99-104 |
| | 2 | 1 |