| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
qt_convertToBool| Name: | qt_convertToBool | | Prototype: | template<typename TInput, typename LiteralWrapper> inline bool qt_convertToBool(const QVariant::Private *const d) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 322-327 |
| | 2 | 1 |
qt_convRgbTo16| Name: | qt_convRgbTo16 | | Prototype: | inline ushort qt_convRgbTo16(QRgb c) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines: | 132-139 |
| | 4 | 1 |
qt_conv16ToRgb| Name: | qt_conv16ToRgb | | Prototype: | inline QRgb qt_conv16ToRgb(ushort c) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines: | 141-151 |
| | 7 | 1 |
qt_clock_gettime| Name: | qt_clock_gettime | | Prototype: | static inline void qt_clock_gettime(clockid_t clock, struct timespec *ts) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines: | 100-103 |
| | 1 | 1 |
qt_cleanup_painter_state| Name: | qt_cleanup_painter_state | | Prototype: | static inline void qt_cleanup_painter_state(QPainterPrivate *d) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 1689-1696 |
| | 5 | 1 |
qt_cleanup_icon_cache| Name: | qt_cleanup_icon_cache | | Prototype: | static void qt_cleanup_icon_cache() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 107-110 |
| | 1 | 1 |
qt_cleanup_brush_pattern_image_cache| Name: | qt_cleanup_brush_pattern_image_cache | | Prototype: | static void qt_cleanup_brush_pattern_image_cache() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 158-161 |
| | 1 | 1 |
qt_cleanup| Name: | qt_cleanup | | Prototype: | void qt_cleanup() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 905-917 |
| | 3 | 1 |
qt_check_pointer| Name: | qt_check_pointer | | Prototype: | void qt_check_pointer(const char *n, int l) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2986-2989 |
| | 1 | 1 |
qt_blurinner_alphaOnly| Name: | qt_blurinner_alphaOnly | | Prototype: | template<int aprec, int zprec> inline void qt_blurinner_alphaOnly(uchar *bptr, int &z, int alpha) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 632-639 |
| | 2 | 1 |
qt_blurinner| Name: | qt_blurinner | | Prototype: | template<int aprec, int zprec> inline void qt_blurinner(uchar *bptr, int &zR, int &zG, int &zB, int &zA, int alpha) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 599-628 |
| | 10 | 1 |
qt_bitmapblit_rgba8888| Name: | qt_bitmapblit_rgba8888 | | Prototype: | inline static void qt_bitmapblit_rgba8888(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uchar *map, int mapWidth, int mapHeight, int mapStride) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 5672-5679 |
| | 2 | 1 |
qt_bitmapblit_rgb30| Name: | qt_bitmapblit_rgb30 | | Prototype: | template<QtPixelOrder PixelOrder> inline static void qt_bitmapblit_rgb30(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uchar *map, int mapWidth, int mapHeight, int mapStride) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 5681-5689 |
| | 2 | 1 |
qt_bitmapblit_quint16| Name: | qt_bitmapblit_quint16 | | Prototype: | inline static void qt_bitmapblit_quint16(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uchar *map, int mapWidth, int mapHeight, int mapStride) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 5691-5698 |
| | 2 | 1 |
qt_bitmapblit_argb32| Name: | qt_bitmapblit_argb32 | | Prototype: | inline static void qt_bitmapblit_argb32(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uchar *map, int mapWidth, int mapHeight, int mapStride) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 5663-5670 |
| | 2 | 1 |
qt_bitmapblit8888_sse2| Name: | qt_bitmapblit8888_sse2 | | Prototype: | void qt_bitmapblit8888_sse2(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uchar *src, int width, int height, int stride) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | | Lines: | 394-399 |
| | 1 | 1 |
qt_bitmapblit32_sse2| Name: | qt_bitmapblit32_sse2 | | Prototype: | void qt_bitmapblit32_sse2(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uchar *src, int width, int height, int stride) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | | Lines: | 387-392 |
| | 1 | 1 |
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_applicationName_noFallback| Name: | qt_applicationName_noFallback | | Prototype: | QString qt_applicationName_noFallback() | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2447-2450 |
| | 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_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_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_abstime_for_timeout| Name: | qt_abstime_for_timeout | | Prototype: | void qt_abstime_for_timeout(timespec *ts, int timeout) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qwaitcondition_unix.cpp | | Lines: | 89-106 |
| | 4 | 1 |
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 |
qt_PersistentModelIndexLessThan| Name: | qt_PersistentModelIndexLessThan | | Prototype: | static bool qt_PersistentModelIndexLessThan(const QPersistentModelIndex &i1, const QPersistentModelIndex &i2) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1006-1011 |
| | 3 | 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 |
qtLoggingDebug| Name: | qtLoggingDebug | | Prototype: | static bool qtLoggingDebug() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | | Lines: | 245-249 |
| | 1 | 1 |
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 |
qstrcmp| Name: | qstrcmp | | Prototype: | int qstrcmp(const char *str1, const char *str2) | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 261-265 |
| | 2 | 1 |
qsnprintf| Name: | qsnprintf | | Prototype: | int qsnprintf(char *str, size_t n, const char *fmt, ...) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qvsnprintf.cpp | | Lines: | 112-121 |
| | 5 | 1 |
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_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 |
qputenv| Name: | qputenv | | Prototype: | bool qputenv(const char *varName, const QByteArray& value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 3317-3335 |
| | 2 | 1 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
qopenglfResolveTexSubImage2D| Name: | qopenglfResolveTexSubImage2D | | Prototype: | static void qopenglfResolveTexSubImage2D(GLenum target, 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/qopenglfunctions.cpp | | Lines: | 2718-2721 |
| | 1 | 1 |
qopenglfResolveTexParameteriv| Name: | qopenglfResolveTexParameteriv | | Prototype: | static void qopenglfResolveTexParameteriv(GLenum target, GLenum pname, const GLint* params) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2713-2716 |
| | 1 | 1 |
qopenglfResolveTexParameteri| Name: | qopenglfResolveTexParameteri | | Prototype: | static void qopenglfResolveTexParameteri(GLenum target, GLenum pname, GLint param) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2708-2711 |
| | 1 | 1 |
qopenglfResolveTexParameterfv| Name: | qopenglfResolveTexParameterfv | | Prototype: | static void qopenglfResolveTexParameterfv(GLenum target, GLenum pname, const GLfloat* params) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2703-2706 |
| | 1 | 1 |
qopenglfResolveTexParameterf| Name: | qopenglfResolveTexParameterf | | Prototype: | static void qopenglfResolveTexParameterf(GLenum target, GLenum pname, GLfloat param) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2698-2701 |
| | 1 | 1 |
qopenglfResolveTexImage2D| Name: | qopenglfResolveTexImage2D | | Prototype: | static void qopenglfResolveTexImage2D(GLenum target, GLint level, GLint 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/qopenglfunctions.cpp | | Lines: | 2693-2696 |
| | 1 | 1 |
qopenglfResolveStencilOpSeparate| Name: | qopenglfResolveStencilOpSeparate | | Prototype: | static void qopenglfResolveStencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 3071-3074 |
| | 1 | 1 |
qopenglfResolveStencilOp| Name: | qopenglfResolveStencilOp | | Prototype: | static void qopenglfResolveStencilOp(GLenum fail, GLenum zfail, GLenum zpass) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2688-2691 |
| | 1 | 1 |
qopenglfResolveStencilMaskSeparate| Name: | qopenglfResolveStencilMaskSeparate | | Prototype: | static void qopenglfResolveStencilMaskSeparate(GLenum face, GLuint mask) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 3066-3069 |
| | 1 | 1 |
qopenglfResolveStencilMask| Name: | qopenglfResolveStencilMask | | Prototype: | static void qopenglfResolveStencilMask(GLuint mask) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2683-2686 |
| | 1 | 1 |
qopenglfResolveStencilFuncSeparate| Name: | qopenglfResolveStencilFuncSeparate | | Prototype: | static void qopenglfResolveStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 3061-3064 |
| | 1 | 1 |
qopenglfResolveStencilFunc| Name: | qopenglfResolveStencilFunc | | Prototype: | static void qopenglfResolveStencilFunc(GLenum func, GLint ref, GLuint mask) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2678-2681 |
| | 1 | 1 |
qopenglfResolveShaderSource| Name: | qopenglfResolveShaderSource | | Prototype: | static void qopenglfResolveShaderSource(GLuint shader, GLsizei count, const char** string, const GLint* length) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 3056-3059 |
| | 1 | 1 |
qopenglfResolveShaderBinary| Name: | qopenglfResolveShaderBinary | | Prototype: | static void qopenglfResolveShaderBinary(GLint n, const GLuint* shaders, GLenum binaryformat, const void* binary, GLint length) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 3051-3054 |
| | 1 | 1 |
qopenglfResolveScissor| Name: | qopenglfResolveScissor | | Prototype: | static void qopenglfResolveScissor(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: | 2673-2676 |
| | 1 | 1 |
qopenglfResolveSampleCoverage| Name: | qopenglfResolveSampleCoverage | | Prototype: | static void qopenglfResolveSampleCoverage(GLclampf value, GLboolean invert) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 3046-3049 |
| | 1 | 1 |
qopenglfResolveRenderbufferStorage| Name: | qopenglfResolveRenderbufferStorage | | Prototype: | static void qopenglfResolveRenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 3041-3044 |
| | 1 | 1 |
qopenglfResolveReleaseShaderCompiler| Name: | qopenglfResolveReleaseShaderCompiler | | Prototype: | static void qopenglfResolveReleaseShaderCompiler() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 3036-3039 |
| | 1 | 1 |
qopenglfResolveReadPixels| Name: | qopenglfResolveReadPixels | | Prototype: | static void qopenglfResolveReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2668-2671 |
| | 1 | 1 |
qopenglfResolvePolygonOffset| Name: | qopenglfResolvePolygonOffset | | Prototype: | static void qopenglfResolvePolygonOffset(GLfloat factor, GLfloat units) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2663-2666 |
| | 1 | 1 |
qopenglfResolvePixelStorei| Name: | qopenglfResolvePixelStorei | | Prototype: | static void qopenglfResolvePixelStorei(GLenum pname, GLint param) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2658-2661 |
| | 1 | 1 |
qopenglfResolveLinkProgram| Name: | qopenglfResolveLinkProgram | | Prototype: | static void qopenglfResolveLinkProgram(GLuint program) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 3027-3030 |
| | 1 | 1 |