| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QOpenGLTexturePrivate::create| Name:  | QOpenGLTexturePrivate::create |  | Prototype:  | bool QOpenGLTexturePrivate::create() |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp |  | Lines:  | 157-184 |  
  |  | 17 | 5 | 
 QOpenGLTexturePrivate::bind| Name:  | QOpenGLTexturePrivate::bind |  | Prototype:  | void QOpenGLTexturePrivate::bind() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp |  | Lines:  | 235-238 |  
  |  | 1 | 1 | 
 QOpenGLTexturePrivate::bind| Name:  | QOpenGLTexturePrivate::bind |  | Prototype:  | void QOpenGLTexturePrivate::bind(uint unit, QOpenGLTexture::TextureUnitReset reset) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp |  | Lines:  | 240-251 |  
  |  | 7 | 3 | 
 QOpenGLTexturePrivate::allocateStorage| Name:  | QOpenGLTexturePrivate::allocateStorage |  | Prototype:  | void QOpenGLTexturePrivate::allocateStorage(QOpenGLTexture::PixelFormat pixelFormat, QOpenGLTexture::PixelType pixelType) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp |  | Lines:  | 470-479 |  
  |  | 4 | 2 | 
 QOpenGLTexturePrivate::allocateMutableStorage| Name:  | QOpenGLTexturePrivate::allocateMutableStorage |  | Prototype:  | void QOpenGLTexturePrivate::allocateMutableStorage(QOpenGLTexture::PixelFormat pixelFormat, QOpenGLTexture::PixelType pixelType) |  | Coverage:  |   0.000% (0/81) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp |  | Lines:  | 995-1144 |  
  |  | 96 | 28 | 
 QOpenGLTexturePrivate::allocateImmutableStorage| Name:  | QOpenGLTexturePrivate::allocateImmutableStorage |  | Prototype:  | void QOpenGLTexturePrivate::allocateImmutableStorage() |  | Coverage:  |   0.000% (0/53) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp |  | Lines:  | 1146-1238 |  
  |  | 53 | 19 | 
 QOpenGLTexturePrivate::QOpenGLTexturePrivate| Name:  | QOpenGLTexturePrivate::QOpenGLTexturePrivate |  | Prototype:  | QOpenGLTexturePrivate::QOpenGLTexturePrivate(QOpenGLTexture::Target textureTarget, QOpenGLTexture *qq) |  | Coverage:  |   0.000% (0/25) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp |  | Lines:  | 56-134 |  
  |  | 32 | 12 | 
 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 | 
 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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::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::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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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::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:  | 193-193 |  
  |  | 0 | 1 | 
 QOpenGLTextureHelper::QOpenGLTextureHelper| Name:  | QOpenGLTextureHelper::QOpenGLTextureHelper |  | Prototype:  | QOpenGLTextureHelper::QOpenGLTextureHelper(QOpenGLContext *context) |  | Coverage:  |   0.000% (0/34) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp |  | Lines:  | 47-249 |  
  |  | 112 | 9 | 
 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:  | 83-89 |  
  |  | 1 | 1 | 
 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:  | 174-182 |  
  |  | 6 | 1 | 
 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:  | 272-416 |  
  |  | 91 | 12 | 
 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:  | 441-448 |  
  |  | 4 | 2 | 
 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:  | 450-460 |  
  |  | 6 | 3 | 
 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:  | 436-439 |  
  |  | 1 | 1 | 
 QOpenGLTextureGlyphCache::fillTexture| Name:  | QOpenGLTextureGlyphCache::fillTexture |  | Prototype:  | void QOpenGLTextureGlyphCache::fillTexture(const Coord &c, glyph_t glyph, QFixed subPixelPosition) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp |  | Lines:  | 418-434 |  
  |  | 10 | 3 | 
 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:  | 98-172 |  
  |  | 47 | 12 | 
 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:  | 462-477 |  
  |  | 11 | 2 | 
 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:  | 52-81 |  
  |  | 16 | 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:  | 84-89 |  
  |  | 3 | 1 | 
 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:  | 118-121 |  
  |  | 1 | 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:  | 111-116 |  
  |  | 3 | 2 | 
 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 | 
 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:  | 77-82 |  
  |  | 3 | 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:  | 359-362 |  
  |  | 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:  | 353-357 |  
  |  | 2 | 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:  | 364-367 |  
  |  | 1 | 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:  | 106-109 |  
  |  | 1 | 1 | 
 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:  | 229-229 |  
  |  | 0 | 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:  | 133-154 |  
  |  | 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:  | 156-189 |  
  |  | 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:  | 191-351 |  
  |  | 103 | 42 | 
 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 | 
 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:  | 219-244 |  
  |  | 16 | 3 | 
 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:  | 284-310 |  
  |  | 17 | 2 | 
 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:  | 246-258 |  
  |  | 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:  | 260-282 |  
  |  | 14 | 4 | 
 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:  | 161-166 |  
  |  | 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:  | 178-188 |  
  |  | 1 | 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:  | 317-320 |  
  |  | 1 | 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:  | 443-461 |  
  |  | 11 | 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 | 
 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:  | 463-487 |  
  |  | 14 | 2 | 
 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::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::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:  | 407-413 |  
  |  | 4 | 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:  | 361-365 |  
  |  | 2 | 1 | 
 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:  | 367-377 |  
  |  | 8 | 2 | 
 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:  | 322-359 |  
  |  | 25 | 8 | 
 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::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:  | 385-405 |  
  |  | 14 | 2 |