| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 qt_bitmapToRegion| Name:  | qt_bitmapToRegion |  | Prototype:  | QRegionPrivate *qt_bitmapToRegion(const QBitmap& bitmap) |  | Coverage:  |   0.000% (0/42) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp |  | Lines:  | 3736-3809 |  
  |  | 38 | 12 | 
 qt_assert_x| Name:  | qt_assert_x |  | Prototype:  | void qt_assert_x(const char *where, const char *what, const char *file, int line) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp |  | Lines:  | 3024-3027 |  
  |  | 1 | 1 | 
 qt_assert| Name:  | qt_assert |  | Prototype:  | void qt_assert(const char *assertion, const char *file, int line) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp |  | Lines:  | 3016-3019 |  
  |  | 1 | 1 | 
 qt_app_palettes_hash| Name:  | qt_app_palettes_hash |  | Prototype:  | PaletteHash *qt_app_palettes_hash() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp |  | Lines:  | 447-450 |  
  |  | 1 | 1 | 
 qt_app_fonts_hash| Name:  | qt_app_fonts_hash |  | Prototype:  | FontHash *qt_app_fonts_hash() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp |  | Lines:  | 453-456 |  
  |  | 1 | 1 | 
 qt_alphargbblit_argb32| Name:  | qt_alphargbblit_argb32 |  | Prototype:  | static void qt_alphargbblit_argb32(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uint *src, int mapWidth, int mapHeight, int srcStride, const QClipData *clip) |  | Coverage:  |   0.000% (0/37) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp |  | Lines:  | 5921-5994 |  
  |  | 45 | 13 | 
 qt_alphamapblit_uint32| Name:  | qt_alphamapblit_uint32 |  | Prototype:  | static void qt_alphamapblit_uint32(QRasterBuffer *rasterBuffer, int x, int y, quint32 color, const uchar *map, int mapWidth, int mapHeight, int mapStride, const QClipData *clip) |  | Coverage:  |   0.000% (0/31) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp |  | Lines:  | 5804-5898 |  
  |  | 33 | 11 | 
 qt_alphamapblit_rgba8888| Name:  | qt_alphamapblit_rgba8888 |  | Prototype:  | static void qt_alphamapblit_rgba8888(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uchar *map, int mapWidth, int mapHeight, int mapStride, const QClipData *clip) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp |  | Lines:  | 5911-5918 |  
  |  | 1 | 1 | 
 qt_alphamapblit_quint16| Name:  | qt_alphamapblit_quint16 |  | Prototype:  | static void qt_alphamapblit_quint16(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uchar *map, int mapWidth, int mapHeight, int mapStride, const QClipData *) |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp |  | Lines:  | 5700-5727 |  
  |  | 14 | 5 | 
 qt_alphamapblit_argb32| Name:  | qt_alphamapblit_argb32 |  | Prototype:  | static void qt_alphamapblit_argb32(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uchar *map, int mapWidth, int mapHeight, int mapStride, const QClipData *clip) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp |  | Lines:  | 5901-5908 |  
  |  | 1 | 1 | 
 qt_add_texcoords_to_array| Name:  | qt_add_texcoords_to_array |  | Prototype:  | void qt_add_texcoords_to_array(qreal x1, qreal y1, qreal x2, qreal y2, GLfloat *array) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 2920-2930 |  
  |  | 8 | 1 | 
 qt_add_rect_to_array| Name:  | qt_add_rect_to_array |  | Prototype:  | void qt_add_rect_to_array(const QRectF &r, GLfloat *array) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp |  | Lines:  | 2903-2918 |  
  |  | 12 | 1 | 
 qt_addBitmapToPath| Name:  | qt_addBitmapToPath |  | Prototype:  | void qt_addBitmapToPath(qreal x0, qreal y0, const uchar *image_data, int bpl, int w, int h, QPainterPath *path) |  | Coverage:  |   0.000% (0/36) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp |  | Lines:  | 748-781 |  
  |  | 22 | 10 | 
 qt_accStripAmp| Name:  | qt_accStripAmp |  | Prototype:  | QString qt_accStripAmp(const QString &text) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp |  | Lines:  | 129-137 |  
  |  | 5 | 2 | 
 qt_accHotKey| Name:  | qt_accHotKey |  | Prototype:  | QString qt_accHotKey(const QString &text) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp |  | Lines:  | 139-146 |  
  |  | 4 | 2 | 
 qt_accAmpIndex| Name:  | qt_accAmpIndex |  | Prototype:  | static int qt_accAmpIndex(const QString &text) |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp |  | Lines:  | 100-127 |  
  |  | 11 | 5 | 
 qt_UnicodeToTSCII| Name:  | qt_UnicodeToTSCII |  | Prototype:  | static unsigned char qt_UnicodeToTSCII(ushort u1, ushort u2, ushort u3) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtsciicodec.cpp |  | Lines:  | 449-475 |  
  |  | 15 | 4 | 
 qt_TSCIIToUnicode| Name:  | qt_TSCIIToUnicode |  | Prototype:  | static unsigned int qt_TSCIIToUnicode(uint code, uint *s) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtsciicodec.cpp |  | Lines:  | 477-487 |  
  |  | 6 | 3 | 
 qt_QGraphicsItem_isObscured| Name:  | qt_QGraphicsItem_isObscured |  | Prototype:  | static bool qt_QGraphicsItem_isObscured(const QGraphicsItem *item, const QGraphicsItem *other, const QRectF &rect) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 5118-5123 |  
  |  | 1 | 1 | 
 qtVectorPathForPath| Name:  | qtVectorPathForPath |  | Prototype:  | const QVectorPath &qtVectorPathForPath(const QPainterPath &path) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 125-129 |  
  |  | 2 | 1 | 
 qtTrId| Name:  | qtTrId |  | Prototype:  | QString qtTrId(const char *id, int n) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp |  | Lines:  | 2029-2032 |  
  |  | 1 | 1 | 
 qtToGlColor| Name:  | qtToGlColor |  | Prototype:  | static inline uint qtToGlColor(uint c) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglgradientcache.cpp |  | Lines:  | 151-163 |  
  |  | 5 | 1 | 
 qtPcreCallback| Name:  | qtPcreCallback |  | Prototype:  | static pcre16_jit_stack *qtPcreCallback(void *) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp |  | Lines:  | 1102-1108 |  
  |  | 3 | 2 | 
 qtInitializeVertexArrayObjectHelper::[lambda]| Name:  | qtInitializeVertexArrayObjectHelper::[lambda] |  | Prototype:  | []() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp |  | Lines:  | 86-86 |  
  |  | 0 | 1 | 
 qtInitializeVertexArrayObjectHelper| Name:  | qtInitializeVertexArrayObjectHelper |  | Prototype:  | void qtInitializeVertexArrayObjectHelper(QOpenGLVertexArrayObjectHelper *helper, QOpenGLContext *context) |  | Coverage:  |   0.000% (0/36) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp |  | Lines:  | 51-88 |  
  |  | 13 | 22 | 
 qsslSocketUnresolvedSymbolWarning| Name:  | qsslSocketUnresolvedSymbolWarning |  | Prototype:  | void qsslSocketUnresolvedSymbolWarning(const char *functionName) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp |  | Lines:  | 117-120 |  
  |  | 1 | 2 | 
 qsslSocketCannotResolveSymbolWarning| Name:  | qsslSocketCannotResolveSymbolWarning |  | Prototype:  | void qsslSocketCannotResolveSymbolWarning(const char *functionName) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp |  | Lines:  | 123-126 |  
  |  | 1 | 2 | 
 qround| Name:  | qround |  | Prototype:  | static inline qreal qround(qreal f) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp |  | Lines:  | 192-195 |  
  |  | 1 | 1 | 
 qrasterpaintengine_state_setNoClip| Name:  | qrasterpaintengine_state_setNoClip |  | Prototype:  | static void qrasterpaintengine_state_setNoClip(QRasterPaintEngineState *s) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 1107-1113 |  
  |  | 4 | 2 | 
 qrasterpaintengine_dirty_clip| Name:  | qrasterpaintengine_dirty_clip |  | Prototype:  | static void qrasterpaintengine_dirty_clip(QRasterPaintEnginePrivate *d, QRasterPaintEngineState *s) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 1115-1128 |  
  |  | 5 | 1 | 
 qpiw_write_fn| Name:  | qpiw_write_fn |  | Prototype:  | static void qpiw_write_fn(png_structp png_ptr, png_bytep data, png_size_t length) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpnghandler.cpp |  | Lines:  | 211-222 |  
  |  | 6 | 2 | 
 qpaintengineex_moveTo| Name:  | qpaintengineex_moveTo |  | Prototype:  | static void qpaintengineex_moveTo(qreal x, qreal y, void *data) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 337-341 |  
  |  | 3 | 1 | 
 qpaintengineex_lineTo| Name:  | qpaintengineex_lineTo |  | Prototype:  | static void qpaintengineex_lineTo(qreal x, qreal y, void *data) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 343-347 |  
  |  | 3 | 1 | 
 qpaintengineex_cubicTo| Name:  | qpaintengineex_cubicTo |  | Prototype:  | static void qpaintengineex_cubicTo(qreal c1x, qreal c1y, qreal c2x, qreal c2y, qreal ex, qreal ey, void *data) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 349-361 |  
  |  | 9 | 1 | 
 qopenglfTranslateDepthRangef| Name:  | qopenglfTranslateDepthRangef |  | Prototype:  | static void qopenglfTranslateDepthRangef(GLclampf zNear, GLclampf zFar) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3264-3267 |  
  |  | 1 | 1 | 
 qopenglfTranslateClearDepthf| Name:  | qopenglfTranslateClearDepthf |  | Prototype:  | static void qopenglfTranslateClearDepthf(GLclampf depth) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3259-3262 |  
  |  | 1 | 1 | 
 qopenglfSpecialIsShader| Name:  | qopenglfSpecialIsShader |  | Prototype:  | static GLboolean qopenglfSpecialIsShader(GLuint shader) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3017-3020 |  
  |  | 1 | 1 | 
 qopenglfSpecialIsProgram| Name:  | qopenglfSpecialIsProgram |  | Prototype:  | static GLboolean qopenglfSpecialIsProgram(GLuint program) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3002-3005 |  
  |  | 1 | 1 | 
 qopenglfSpecialGetShaderPrecisionFormat| Name:  | qopenglfSpecialGetShaderPrecisionFormat |  | Prototype:  | static void qopenglfSpecialGetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 2945-2950 |  
  |  | 3 | 1 | 
 qopenglfResolveWaitSync| Name:  | qopenglfResolveWaitSync |  | Prototype:  | static void qopenglfResolveWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6849-6855 |  
  |  | 3 | 2 | 
 qopenglfResolveViewport| Name:  | qopenglfResolveViewport |  | Prototype:  | static void qopenglfResolveViewport(GLint x, GLint y, GLsizei width, GLsizei height) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 2723-2726 |  
  |  | 1 | 1 | 
 qopenglfResolveVertexBindingDivisor| Name:  | qopenglfResolveVertexBindingDivisor |  | Prototype:  | static void qopenglfResolveVertexBindingDivisor(GLuint bindingindex, GLuint divisor) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 7393-7399 |  
  |  | 3 | 2 | 
 qopenglfResolveVertexAttribPointer| Name:  | qopenglfResolveVertexAttribPointer |  | Prototype:  | static void qopenglfResolveVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void* ptr) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3221-3224 |  
  |  | 1 | 1 | 
 qopenglfResolveVertexAttribIPointer| Name:  | qopenglfResolveVertexAttribIPointer |  | Prototype:  | static void qopenglfResolveVertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void * pointer) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6841-6847 |  
  |  | 3 | 2 | 
 qopenglfResolveVertexAttribIFormat| Name:  | qopenglfResolveVertexAttribIFormat |  | Prototype:  | static void qopenglfResolveVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 7385-7391 |  
  |  | 3 | 2 | 
 qopenglfResolveVertexAttribI4uiv| Name:  | qopenglfResolveVertexAttribI4uiv |  | Prototype:  | static void qopenglfResolveVertexAttribI4uiv(GLuint index, const GLuint * v) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6833-6839 |  
  |  | 3 | 2 | 
 qopenglfResolveVertexAttribI4ui| Name:  | qopenglfResolveVertexAttribI4ui |  | Prototype:  | static void qopenglfResolveVertexAttribI4ui(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6825-6831 |  
  |  | 3 | 2 | 
 qopenglfResolveVertexAttribI4iv| Name:  | qopenglfResolveVertexAttribI4iv |  | Prototype:  | static void qopenglfResolveVertexAttribI4iv(GLuint index, const GLint * v) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6817-6823 |  
  |  | 3 | 2 | 
 qopenglfResolveVertexAttribI4i| Name:  | qopenglfResolveVertexAttribI4i |  | Prototype:  | static void qopenglfResolveVertexAttribI4i(GLuint index, GLint x, GLint y, GLint z, GLint w) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6809-6815 |  
  |  | 3 | 2 | 
 qopenglfResolveVertexAttribFormat| Name:  | qopenglfResolveVertexAttribFormat |  | Prototype:  | static void qopenglfResolveVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 7377-7383 |  
  |  | 3 | 2 | 
 qopenglfResolveVertexAttribDivisor| Name:  | qopenglfResolveVertexAttribDivisor |  | Prototype:  | static void qopenglfResolveVertexAttribDivisor(GLuint index, GLuint divisor) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6801-6807 |  
  |  | 3 | 2 | 
 qopenglfResolveVertexAttribBinding| Name:  | qopenglfResolveVertexAttribBinding |  | Prototype:  | static void qopenglfResolveVertexAttribBinding(GLuint attribindex, GLuint bindingindex) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 7369-7375 |  
  |  | 3 | 2 | 
 qopenglfResolveVertexAttrib4fv| Name:  | qopenglfResolveVertexAttrib4fv |  | Prototype:  | static void qopenglfResolveVertexAttrib4fv(GLuint indx, const GLfloat* values) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3216-3219 |  
  |  | 1 | 1 | 
 qopenglfResolveVertexAttrib4f| Name:  | qopenglfResolveVertexAttrib4f |  | Prototype:  | static void qopenglfResolveVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3211-3214 |  
  |  | 1 | 1 | 
 qopenglfResolveVertexAttrib3fv| Name:  | qopenglfResolveVertexAttrib3fv |  | Prototype:  | static void qopenglfResolveVertexAttrib3fv(GLuint indx, const GLfloat* values) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3206-3209 |  
  |  | 1 | 1 | 
 qopenglfResolveVertexAttrib3f| Name:  | qopenglfResolveVertexAttrib3f |  | Prototype:  | static void qopenglfResolveVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3201-3204 |  
  |  | 1 | 1 | 
 qopenglfResolveVertexAttrib2fv| Name:  | qopenglfResolveVertexAttrib2fv |  | Prototype:  | static void qopenglfResolveVertexAttrib2fv(GLuint indx, const GLfloat* values) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3196-3199 |  
  |  | 1 | 1 | 
 qopenglfResolveVertexAttrib2f| Name:  | qopenglfResolveVertexAttrib2f |  | Prototype:  | static void qopenglfResolveVertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3191-3194 |  
  |  | 1 | 1 | 
 qopenglfResolveVertexAttrib1fv| Name:  | qopenglfResolveVertexAttrib1fv |  | Prototype:  | static void qopenglfResolveVertexAttrib1fv(GLuint indx, const GLfloat* values) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3186-3189 |  
  |  | 1 | 1 | 
 qopenglfResolveVertexAttrib1f| Name:  | qopenglfResolveVertexAttrib1f |  | Prototype:  | static void qopenglfResolveVertexAttrib1f(GLuint indx, GLfloat x) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3181-3184 |  
  |  | 1 | 1 | 
 qopenglfResolveValidateProgramPipeline| Name:  | qopenglfResolveValidateProgramPipeline |  | Prototype:  | static void qopenglfResolveValidateProgramPipeline(GLuint pipeline) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 7361-7367 |  
  |  | 3 | 2 | 
 qopenglfResolveValidateProgram| Name:  | qopenglfResolveValidateProgram |  | Prototype:  | static void qopenglfResolveValidateProgram(GLuint program) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3176-3179 |  
  |  | 1 | 1 | 
 qopenglfResolveUseProgramStages| Name:  | qopenglfResolveUseProgramStages |  | Prototype:  | static void qopenglfResolveUseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 7353-7359 |  
  |  | 3 | 2 | 
 qopenglfResolveUseProgram| Name:  | qopenglfResolveUseProgram |  | Prototype:  | static void qopenglfResolveUseProgram(GLuint program) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3171-3174 |  
  |  | 1 | 1 | 
 qopenglfResolveUnmapBuffer| Name:  | qopenglfResolveUnmapBuffer |  | Prototype:  | static GLboolean qopenglfResolveUnmapBuffer(GLenum target) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6793-6799 |  
  |  | 3 | 2 | 
 qopenglfResolveUniformMatrix4x3fv| Name:  | qopenglfResolveUniformMatrix4x3fv |  | Prototype:  | static void qopenglfResolveUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6785-6791 |  
  |  | 3 | 2 | 
 qopenglfResolveUniformMatrix4x2fv| Name:  | qopenglfResolveUniformMatrix4x2fv |  | Prototype:  | static void qopenglfResolveUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6777-6783 |  
  |  | 3 | 2 | 
 qopenglfResolveUniformMatrix4fv| Name:  | qopenglfResolveUniformMatrix4fv |  | Prototype:  | static void qopenglfResolveUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3166-3169 |  
  |  | 1 | 1 | 
 qopenglfResolveUniformMatrix3x4fv| Name:  | qopenglfResolveUniformMatrix3x4fv |  | Prototype:  | static void qopenglfResolveUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6769-6775 |  
  |  | 3 | 2 | 
 qopenglfResolveUniformMatrix3x2fv| Name:  | qopenglfResolveUniformMatrix3x2fv |  | Prototype:  | static void qopenglfResolveUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6761-6767 |  
  |  | 3 | 2 | 
 qopenglfResolveUniformMatrix3fv| Name:  | qopenglfResolveUniformMatrix3fv |  | Prototype:  | static void qopenglfResolveUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3161-3164 |  
  |  | 1 | 1 | 
 qopenglfResolveUniformMatrix2x4fv| Name:  | qopenglfResolveUniformMatrix2x4fv |  | Prototype:  | static void qopenglfResolveUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6753-6759 |  
  |  | 3 | 2 | 
 qopenglfResolveUniformMatrix2x3fv| Name:  | qopenglfResolveUniformMatrix2x3fv |  | Prototype:  | static void qopenglfResolveUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6745-6751 |  
  |  | 3 | 2 | 
 qopenglfResolveUniformMatrix2fv| Name:  | qopenglfResolveUniformMatrix2fv |  | Prototype:  | static void qopenglfResolveUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3156-3159 |  
  |  | 1 | 1 | 
 qopenglfResolveUniformBlockBinding| Name:  | qopenglfResolveUniformBlockBinding |  | Prototype:  | static void qopenglfResolveUniformBlockBinding(GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6737-6743 |  
  |  | 3 | 2 | 
 qopenglfResolveUniform4uiv| Name:  | qopenglfResolveUniform4uiv |  | Prototype:  | static void qopenglfResolveUniform4uiv(GLint location, GLsizei count, const GLuint * value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6729-6735 |  
  |  | 3 | 2 | 
 qopenglfResolveUniform4ui| Name:  | qopenglfResolveUniform4ui |  | Prototype:  | static void qopenglfResolveUniform4ui(GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6721-6727 |  
  |  | 3 | 2 | 
 qopenglfResolveUniform4iv| Name:  | qopenglfResolveUniform4iv |  | Prototype:  | static void qopenglfResolveUniform4iv(GLint location, GLsizei count, const GLint* v) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3151-3154 |  
  |  | 1 | 1 | 
 qopenglfResolveUniform4i| Name:  | qopenglfResolveUniform4i |  | Prototype:  | static void qopenglfResolveUniform4i(GLint location, GLint x, GLint y, GLint z, GLint w) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3146-3149 |  
  |  | 1 | 1 | 
 qopenglfResolveUniform4fv| Name:  | qopenglfResolveUniform4fv |  | Prototype:  | static void qopenglfResolveUniform4fv(GLint location, GLsizei count, const GLfloat* v) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3141-3144 |  
  |  | 1 | 1 | 
 qopenglfResolveUniform4f| Name:  | qopenglfResolveUniform4f |  | Prototype:  | static void qopenglfResolveUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3136-3139 |  
  |  | 1 | 1 | 
 qopenglfResolveUniform3uiv| Name:  | qopenglfResolveUniform3uiv |  | Prototype:  | static void qopenglfResolveUniform3uiv(GLint location, GLsizei count, const GLuint * value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6713-6719 |  
  |  | 3 | 2 | 
 qopenglfResolveUniform3ui| Name:  | qopenglfResolveUniform3ui |  | Prototype:  | static void qopenglfResolveUniform3ui(GLint location, GLuint v0, GLuint v1, GLuint v2) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6705-6711 |  
  |  | 3 | 2 | 
 qopenglfResolveUniform3iv| Name:  | qopenglfResolveUniform3iv |  | Prototype:  | static void qopenglfResolveUniform3iv(GLint location, GLsizei count, const GLint* v) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3131-3134 |  
  |  | 1 | 1 | 
 qopenglfResolveUniform3i| Name:  | qopenglfResolveUniform3i |  | Prototype:  | static void qopenglfResolveUniform3i(GLint location, GLint x, GLint y, GLint z) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3126-3129 |  
  |  | 1 | 1 | 
 qopenglfResolveUniform3fv| Name:  | qopenglfResolveUniform3fv |  | Prototype:  | static void qopenglfResolveUniform3fv(GLint location, GLsizei count, const GLfloat* v) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3121-3124 |  
  |  | 1 | 1 | 
 qopenglfResolveUniform3f| Name:  | qopenglfResolveUniform3f |  | Prototype:  | static void qopenglfResolveUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3116-3119 |  
  |  | 1 | 1 | 
 qopenglfResolveUniform2uiv| Name:  | qopenglfResolveUniform2uiv |  | Prototype:  | static void qopenglfResolveUniform2uiv(GLint location, GLsizei count, const GLuint * value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6697-6703 |  
  |  | 3 | 2 | 
 qopenglfResolveUniform2ui| Name:  | qopenglfResolveUniform2ui |  | Prototype:  | static void qopenglfResolveUniform2ui(GLint location, GLuint v0, GLuint v1) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6689-6695 |  
  |  | 3 | 2 | 
 qopenglfResolveUniform2iv| Name:  | qopenglfResolveUniform2iv |  | Prototype:  | static void qopenglfResolveUniform2iv(GLint location, GLsizei count, const GLint* v) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3111-3114 |  
  |  | 1 | 1 | 
 qopenglfResolveUniform2i| Name:  | qopenglfResolveUniform2i |  | Prototype:  | static void qopenglfResolveUniform2i(GLint location, GLint x, GLint y) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3106-3109 |  
  |  | 1 | 1 | 
 qopenglfResolveUniform2fv| Name:  | qopenglfResolveUniform2fv |  | Prototype:  | static void qopenglfResolveUniform2fv(GLint location, GLsizei count, const GLfloat* v) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3101-3104 |  
  |  | 1 | 1 | 
 qopenglfResolveUniform2f| Name:  | qopenglfResolveUniform2f |  | Prototype:  | static void qopenglfResolveUniform2f(GLint location, GLfloat x, GLfloat y) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3096-3099 |  
  |  | 1 | 1 | 
 qopenglfResolveUniform1uiv| Name:  | qopenglfResolveUniform1uiv |  | Prototype:  | static void qopenglfResolveUniform1uiv(GLint location, GLsizei count, const GLuint * value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6681-6687 |  
  |  | 3 | 2 | 
 qopenglfResolveUniform1ui| Name:  | qopenglfResolveUniform1ui |  | Prototype:  | static void qopenglfResolveUniform1ui(GLint location, GLuint v0) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6673-6679 |  
  |  | 3 | 2 | 
 qopenglfResolveUniform1iv| Name:  | qopenglfResolveUniform1iv |  | Prototype:  | static void qopenglfResolveUniform1iv(GLint location, GLsizei count, const GLint* v) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3091-3094 |  
  |  | 1 | 1 | 
 qopenglfResolveUniform1i| Name:  | qopenglfResolveUniform1i |  | Prototype:  | static void qopenglfResolveUniform1i(GLint location, GLint x) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3086-3089 |  
  |  | 1 | 1 | 
 qopenglfResolveUniform1fv| Name:  | qopenglfResolveUniform1fv |  | Prototype:  | static void qopenglfResolveUniform1fv(GLint location, GLsizei count, const GLfloat* v) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3081-3084 |  
  |  | 1 | 1 | 
 qopenglfResolveUniform1f| Name:  | qopenglfResolveUniform1f |  | Prototype:  | static void qopenglfResolveUniform1f(GLint location, GLfloat x) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 3076-3079 |  
  |  | 1 | 1 | 
 qopenglfResolveTransformFeedbackVaryings| Name:  | qopenglfResolveTransformFeedbackVaryings |  | Prototype:  | static void qopenglfResolveTransformFeedbackVaryings(GLuint program, GLsizei count, const GLchar *const* varyings, GLenum bufferMode) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp |  | Lines:  | 6665-6671 |  
  |  | 3 | 2 |