| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
qopenglfResolveDeleteRenderbuffers| Name: | qopenglfResolveDeleteRenderbuffers | | Prototype: | static void qopenglfResolveDeleteRenderbuffers(GLsizei n, const GLuint* renderbuffers) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2835-2838 |
| | 1 | 1 |
qopenglfResolveDeleteQueries| Name: | qopenglfResolveDeleteQueries | | Prototype: | static void qopenglfResolveDeleteQueries(GLsizei n, const GLuint * ids) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6160-6166 |
| | 3 | 2 |
qopenglfResolveDeleteProgramPipelines| Name: | qopenglfResolveDeleteProgramPipelines | | Prototype: | static void qopenglfResolveDeleteProgramPipelines(GLsizei n, const GLuint * pipelines) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6897-6903 |
| | 3 | 2 |
qopenglfResolveDeleteProgram| Name: | qopenglfResolveDeleteProgram | | Prototype: | static void qopenglfResolveDeleteProgram(GLuint program) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2830-2833 |
| | 1 | 1 |
qopenglfResolveDeleteFramebuffers| Name: | qopenglfResolveDeleteFramebuffers | | Prototype: | static void qopenglfResolveDeleteFramebuffers(GLsizei n, const GLuint* framebuffers) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2825-2828 |
| | 1 | 1 |
qopenglfResolveDeleteBuffers| Name: | qopenglfResolveDeleteBuffers | | Prototype: | static void qopenglfResolveDeleteBuffers(GLsizei n, const GLuint* buffers) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2820-2823 |
| | 1 | 1 |
qopenglfResolveCullFace| Name: | qopenglfResolveCullFace | | Prototype: | static void qopenglfResolveCullFace(GLenum mode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2534-2537 |
| | 1 | 1 |
qopenglfResolveCreateShaderProgramv| Name: | qopenglfResolveCreateShaderProgramv | | Prototype: | static GLuint qopenglfResolveCreateShaderProgramv(GLenum type, GLsizei count, const GLchar *const* strings) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6889-6895 |
| | 3 | 2 |
qopenglfResolveCreateShader| Name: | qopenglfResolveCreateShader | | Prototype: | static GLuint qopenglfResolveCreateShader(GLenum type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2815-2818 |
| | 1 | 1 |
qopenglfResolveCreateProgram| Name: | qopenglfResolveCreateProgram | | Prototype: | static GLuint qopenglfResolveCreateProgram() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2810-2813 |
| | 1 | 1 |
qopenglfResolveCopyTexSubImage3D| Name: | qopenglfResolveCopyTexSubImage3D | | Prototype: | static void qopenglfResolveCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6152-6158 |
| | 3 | 2 |
qopenglfResolveCopyTexSubImage2D| Name: | qopenglfResolveCopyTexSubImage2D | | Prototype: | static void qopenglfResolveCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, 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: | 2529-2532 |
| | 1 | 1 |
qopenglfResolveCopyTexImage2D| Name: | qopenglfResolveCopyTexImage2D | | Prototype: | static void qopenglfResolveCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2524-2527 |
| | 1 | 1 |
qopenglfResolveCopyBufferSubData| Name: | qopenglfResolveCopyBufferSubData | | Prototype: | static void qopenglfResolveCopyBufferSubData(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6144-6150 |
| | 3 | 2 |
qopenglfResolveCompressedTexSubImage3D| Name: | qopenglfResolveCompressedTexSubImage3D | | Prototype: | static void qopenglfResolveCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void * data) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6136-6142 |
| | 3 | 2 |
qopenglfResolveCompressedTexSubImage2D| Name: | qopenglfResolveCompressedTexSubImage2D | | Prototype: | static void qopenglfResolveCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void* data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2805-2808 |
| | 1 | 1 |
qopenglfResolveCompressedTexImage3D| Name: | qopenglfResolveCompressedTexImage3D | | Prototype: | static void qopenglfResolveCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void * data) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6128-6134 |
| | 3 | 2 |
qopenglfResolveCompressedTexImage2D| Name: | qopenglfResolveCompressedTexImage2D | | Prototype: | static void qopenglfResolveCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void* data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2800-2803 |
| | 1 | 1 |
qopenglfResolveCompileShader| Name: | qopenglfResolveCompileShader | | Prototype: | static void qopenglfResolveCompileShader(GLuint shader) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2795-2798 |
| | 1 | 1 |
qopenglfResolveColorMask| Name: | qopenglfResolveColorMask | | Prototype: | static void qopenglfResolveColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2519-2522 |
| | 1 | 1 |
qopenglfResolveClientWaitSync| Name: | qopenglfResolveClientWaitSync | | Prototype: | static GLenum qopenglfResolveClientWaitSync(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: | 6120-6126 |
| | 3 | 2 |
qopenglfResolveClearStencil| Name: | qopenglfResolveClearStencil | | Prototype: | static void qopenglfResolveClearStencil(GLint s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2514-2517 |
| | 1 | 1 |
qopenglfResolveClearDepthf| Name: | qopenglfResolveClearDepthf | | Prototype: | static void qopenglfResolveClearDepthf(GLclampf depth) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2505-2512 |
| | 3 | 2 |
qopenglfResolveClearColor| Name: | qopenglfResolveClearColor | | Prototype: | static void qopenglfResolveClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2500-2503 |
| | 1 | 1 |
qopenglfResolveClearBufferuiv| Name: | qopenglfResolveClearBufferuiv | | Prototype: | static void qopenglfResolveClearBufferuiv(GLenum buffer, GLint drawbuffer, const GLuint * value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6112-6118 |
| | 3 | 2 |
qopenglfResolveClearBufferiv| Name: | qopenglfResolveClearBufferiv | | Prototype: | static void qopenglfResolveClearBufferiv(GLenum buffer, GLint drawbuffer, const GLint * value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6104-6110 |
| | 3 | 2 |
qopenglfResolveClearBufferfv| Name: | qopenglfResolveClearBufferfv | | Prototype: | static void qopenglfResolveClearBufferfv(GLenum buffer, GLint drawbuffer, const GLfloat * value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6096-6102 |
| | 3 | 2 |
qopenglfResolveClearBufferfi| Name: | qopenglfResolveClearBufferfi | | Prototype: | static void qopenglfResolveClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6088-6094 |
| | 3 | 2 |
qopenglfResolveClear| Name: | qopenglfResolveClear | | Prototype: | static void qopenglfResolveClear(GLbitfield mask) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2495-2498 |
| | 1 | 1 |
qopenglfResolveCheckFramebufferStatus| Name: | qopenglfResolveCheckFramebufferStatus | | Prototype: | static GLenum qopenglfResolveCheckFramebufferStatus(GLenum target) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2790-2793 |
| | 1 | 1 |
qopenglfResolveBufferSubData| Name: | qopenglfResolveBufferSubData | | Prototype: | static void qopenglfResolveBufferSubData(GLenum target, qopengl_GLintptr offset, qopengl_GLsizeiptr size, const void* data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2785-2788 |
| | 1 | 1 |
qopenglfResolveBufferData| Name: | qopenglfResolveBufferData | | Prototype: | static void qopenglfResolveBufferData(GLenum target, qopengl_GLsizeiptr size, const void* data, GLenum usage) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2780-2783 |
| | 1 | 1 |
qopenglfResolveBlitFramebuffer| Name: | qopenglfResolveBlitFramebuffer | | Prototype: | static void qopenglfResolveBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6079-6086 |
| | 4 | 2 |
qopenglfResolveBlendFuncSeparate| Name: | qopenglfResolveBlendFuncSeparate | | Prototype: | static void qopenglfResolveBlendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2775-2778 |
| | 1 | 1 |
qopenglfResolveBlendFunc| Name: | qopenglfResolveBlendFunc | | Prototype: | static void qopenglfResolveBlendFunc(GLenum sfactor, GLenum dfactor) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2490-2493 |
| | 1 | 1 |
qopenglfResolveBlendEquationSeparate| Name: | qopenglfResolveBlendEquationSeparate | | Prototype: | static void qopenglfResolveBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2770-2773 |
| | 1 | 1 |
qopenglfResolveBlendEquation| Name: | qopenglfResolveBlendEquation | | Prototype: | static void qopenglfResolveBlendEquation(GLenum mode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2765-2768 |
| | 1 | 1 |
qopenglfResolveBlendColor| Name: | qopenglfResolveBlendColor | | Prototype: | static void qopenglfResolveBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2760-2763 |
| | 1 | 1 |
qopenglfResolveBindVertexBuffer| Name: | qopenglfResolveBindVertexBuffer | | Prototype: | static void qopenglfResolveBindVertexBuffer(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6881-6887 |
| | 3 | 2 |
qopenglfResolveBindVertexArray| Name: | qopenglfResolveBindVertexArray | | Prototype: | static void qopenglfResolveBindVertexArray(GLuint array) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6071-6077 |
| | 3 | 2 |
qopenglfResolveBindTransformFeedback| Name: | qopenglfResolveBindTransformFeedback | | Prototype: | static void qopenglfResolveBindTransformFeedback(GLenum target, GLuint id) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6063-6069 |
| | 3 | 2 |
qopenglfResolveBindTexture| Name: | qopenglfResolveBindTexture | | Prototype: | static void qopenglfResolveBindTexture(GLenum target, GLuint texture) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2485-2488 |
| | 1 | 1 |
qopenglfResolveBindSampler| Name: | qopenglfResolveBindSampler | | Prototype: | static void qopenglfResolveBindSampler(GLuint unit, GLuint sampler) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6055-6061 |
| | 3 | 2 |
qopenglfResolveBindRenderbuffer| Name: | qopenglfResolveBindRenderbuffer | | Prototype: | static void qopenglfResolveBindRenderbuffer(GLenum target, GLuint renderbuffer) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2755-2758 |
| | 1 | 1 |
qopenglfResolveBindProgramPipeline| Name: | qopenglfResolveBindProgramPipeline | | Prototype: | static void qopenglfResolveBindProgramPipeline(GLuint pipeline) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6873-6879 |
| | 3 | 2 |
qopenglfResolveBindImageTexture| Name: | qopenglfResolveBindImageTexture | | Prototype: | static void qopenglfResolveBindImageTexture(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6865-6871 |
| | 3 | 2 |
qopenglfResolveBindFramebuffer| Name: | qopenglfResolveBindFramebuffer | | Prototype: | static void qopenglfResolveBindFramebuffer(GLenum target, GLuint framebuffer) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2750-2753 |
| | 1 | 1 |
qopenglfResolveBindBufferRange| Name: | qopenglfResolveBindBufferRange | | Prototype: | static void qopenglfResolveBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6047-6053 |
| | 3 | 2 |
qopenglfResolveBindBufferBase| Name: | qopenglfResolveBindBufferBase | | Prototype: | static void qopenglfResolveBindBufferBase(GLenum target, GLuint index, GLuint buffer) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6039-6045 |
| | 3 | 2 |
qopenglfResolveBindBuffer| Name: | qopenglfResolveBindBuffer | | Prototype: | static void qopenglfResolveBindBuffer(GLenum target, GLuint buffer) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2745-2748 |
| | 1 | 1 |
qopenglfResolveBindAttribLocation| Name: | qopenglfResolveBindAttribLocation | | Prototype: | static void qopenglfResolveBindAttribLocation(GLuint program, GLuint index, const char* name) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2740-2743 |
| | 1 | 1 |
qopenglfResolveBeginTransformFeedback| Name: | qopenglfResolveBeginTransformFeedback | | Prototype: | static void qopenglfResolveBeginTransformFeedback(GLenum primitiveMode) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6031-6037 |
| | 3 | 2 |
qopenglfResolveBeginQuery| Name: | qopenglfResolveBeginQuery | | Prototype: | static void qopenglfResolveBeginQuery(GLenum target, GLuint id) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6023-6029 |
| | 3 | 2 |
qopenglfResolveAttachShader| Name: | qopenglfResolveAttachShader | | Prototype: | static void qopenglfResolveAttachShader(GLuint program, GLuint shader) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2735-2738 |
| | 1 | 1 |
qopenglfResolveActiveTexture| Name: | qopenglfResolveActiveTexture | | Prototype: | static void qopenglfResolveActiveTexture(GLenum texture) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2730-2733 |
| | 1 | 1 |
qopenglfResolveActiveShaderProgram| Name: | qopenglfResolveActiveShaderProgram | | Prototype: | static void qopenglfResolveActiveShaderProgram(GLuint pipeline, GLuint program) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 6857-6863 |
| | 3 | 2 |
qlibraryCleanup_dtor_class_::~ qlibraryCleanup_dtor_class_| Name: | qlibraryCleanup_dtor_class_::~ qlibraryCleanup_dtor_class_ | | Prototype: | inline ~ qlibraryCleanup_dtor_class_() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 423-423 |
| | 1 | 1 |
qlibraryCleanup| Name: | qlibraryCleanup | | Prototype: | static void qlibraryCleanup() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 419-422 |
| | 1 | 1 |
qgpu_features| Name: | qgpu_features | | Prototype: | std::set<QByteArray> *qgpu_features(const QString &filename) | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines: | 541-548 |
| | 5 | 2 |
qglx_surfaceFormatFromVisualInfo| Name: | qglx_surfaceFormatFromVisualInfo | | Prototype: | void qglx_surfaceFormatFromVisualInfo(QSurfaceFormat *format, Display *display, XVisualInfo *visualInfo) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/glxconvenience/qglxconvenience.cpp | | Lines: | 280-313 |
| | 27 | 2 |
qglx_reduceSurfaceFormat| Name: | qglx_reduceSurfaceFormat | | Prototype: | QSurfaceFormat qglx_reduceSurfaceFormat(const QSurfaceFormat &format, bool *reduced) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/glxconvenience/qglxconvenience.cpp | | Lines: | 315-342 |
| | 22 | 10 |
qglx_findConfig::[lambda]| Name: | qglx_findConfig::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/glxconvenience/qglxconvenience.cpp | | Lines: | 134-134 |
| | 0 | 1 |
qgluProject| Name: | qgluProject | | Prototype: | static inline GLint qgluProject(GLdouble objx, GLdouble objy, GLdouble objz, const GLdouble model[16], const GLdouble proj[16], const GLint viewport[4], GLdouble * winx, GLdouble * winy, GLdouble * winz) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 304-330 |
| | 16 | 2 |
qgl_hasFeature| Name: | qgl_hasFeature | | Prototype: | bool qgl_hasFeature(QOpenGLFunctions::OpenGLFeature feature) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 96-101 |
| | 3 | 2 |
qgl_hasExtension| Name: | qgl_hasExtension | | Prototype: | bool qgl_hasExtension(QOpenGLExtensions::OpenGLExtension extension) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 103-108 |
| | 3 | 2 |
qgl_byteSwapImage| Name: | qgl_byteSwapImage | | Prototype: | static inline void qgl_byteSwapImage(QImage &img, GLenum pixel_type) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 2446-2466 |
| | 12 | 6 |
qgl1_functions| Name: | qgl1_functions | | Prototype: | QOpenGLFunctions_1_1 *qgl1_functions() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 132-137 |
| | 3 | 1 |
qdbus_unloadLibDBus_dtor_class_::~ qdbus_unloadLibDBus_dtor_class_| Name: | qdbus_unloadLibDBus_dtor_class_::~ qdbus_unloadLibDBus_dtor_class_ | | Prototype: | inline ~ qdbus_unloadLibDBus_dtor_class_() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbus_symbols.cpp | | Lines: | 158-158 |
| | 1 | 1 |
qdbus_unloadLibDBus| Name: | qdbus_unloadLibDBus | | Prototype: | static void qdbus_unloadLibDBus() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbus_symbols.cpp | | Lines: | 149-153 |
| | 2 | 2 |
qdbusDefaultThreadDebug| Name: | qdbusDefaultThreadDebug | | Prototype: | void qdbusDefaultThreadDebug(int action, int condition, QDBusConnectionPrivate *conn) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 104-122 |
| | 16 | 2 |
qdashstroker_moveTo| Name: | qdashstroker_moveTo | | Prototype: | static inline void qdashstroker_moveTo(qfixed x, qfixed y, void *data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | | Lines: | 995-997 |
| | 1 | 1 |
qdashstroker_lineTo| Name: | qdashstroker_lineTo | | Prototype: | static inline void qdashstroker_lineTo(qfixed x, qfixed y, void *data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | | Lines: | 999-1001 |
| | 1 | 1 |
qdashstroker_cubicTo| Name: | qdashstroker_cubicTo | | Prototype: | static inline void qdashstroker_cubicTo(qfixed, qfixed, qfixed, qfixed, qfixed, qfixed, void *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | | Lines: | 1003-1006 |
| | 1 | 1 |
qdashprocessor_moveTo| Name: | qdashprocessor_moveTo | | Prototype: | static void qdashprocessor_moveTo(qreal x, qreal y, void *data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulatingstroker.cpp | | Lines: | 490-493 |
| | 1 | 1 |
qdashprocessor_lineTo| Name: | qdashprocessor_lineTo | | Prototype: | static void qdashprocessor_lineTo(qreal x, qreal y, void *data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulatingstroker.cpp | | Lines: | 495-498 |
| | 1 | 1 |
qdashprocessor_cubicTo| Name: | qdashprocessor_cubicTo | | Prototype: | static void qdashprocessor_cubicTo(qreal, qreal, qreal, qreal, qreal, qreal, void *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulatingstroker.cpp | | Lines: | 500-503 |
| | 1 | 1 |
qbrush_check_type| Name: | qbrush_check_type | | Prototype: | static bool qbrush_check_type(Qt::BrushStyle style) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 363-377 |
| | 7 | 6 |
q_toPercentEncoding| Name: | q_toPercentEncoding | | Prototype: | void q_toPercentEncoding(QByteArray *ba, const char *exclude, const char *include) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 4457-4460 |
| | 1 | 1 |
q_ssl_psk_client_callback| Name: | q_ssl_psk_client_callback | | Prototype: | static unsigned int q_ssl_psk_client_callback(SSL *ssl, const char *hint, char *identity, unsigned int max_identity_len, unsigned char *psk, unsigned int max_psk_len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 194-202 |
| | 3 | 1 |
q_screenSizeFromFb| Name: | q_screenSizeFromFb | | Prototype: | QSize q_screenSizeFromFb(int framebufferDevice) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | | Lines: | 506-548 |
| | 20 | 5 |
q_screenDepthFromFb| Name: | q_screenDepthFromFb | | Prototype: | int q_screenDepthFromFb(int framebufferDevice) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | | Lines: | 550-577 |
| | 10 | 5 |
q_round_bound| Name: | q_round_bound | | Prototype: | inline int q_round_bound(qreal d) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 297-304 |
| | 5 | 3 |
q_refreshRateFromFb| Name: | q_refreshRateFromFb | | Prototype: | qreal q_refreshRateFromFb(int framebufferDevice) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | | Lines: | 579-608 |
| | 13 | 6 |
q_reduceConfigAttributes| Name: | q_reduceConfigAttributes | | Prototype: | bool q_reduceConfigAttributes(QVector<EGLint> *configAttributes) | | Coverage: | 0.000% (0/49) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | | Lines: | 112-209 |
| | 52 | 16 |
q_printEglConfig| Name: | q_printEglConfig | | Prototype: | void q_printEglConfig(EGLDisplay display, EGLConfig config) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | | Lines: | 440-449 |
| | 5 | 3 |
q_physicalScreenSizeFromFb| Name: | q_physicalScreenSizeFromFb | | Prototype: | QSizeF q_physicalScreenSizeFromFb(int framebufferDevice, const QSize &screenSize) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | | Lines: | 453-504 |
| | 26 | 6 |
q_normalizePercentEncoding| Name: | q_normalizePercentEncoding | | Prototype: | void q_normalizePercentEncoding(QByteArray *ba, const char *exclude) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 4462-4466 |
| | 2 | 1 |
q_i2t_ASN1_OBJECT| Name: | q_i2t_ASN1_OBJECT | | Prototype: | int q_i2t_ASN1_OBJECT(char *a, int b, ASN1_OBJECT *c) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 191-191 |
| | 1 | 2 |
q_hasEglExtension| Name: | q_hasEglExtension | | Prototype: | bool q_hasEglExtension(EGLDisplay display, const char* extensionName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | | Lines: | 401-407 |
| | 4 | 1 |
q_gray_rendered_spans| Name: | q_gray_rendered_spans | | Prototype: | int q_gray_rendered_spans(TRaster *raster) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 327-332 |
| | 3 | 2 |
q_glFormatFromConfig| Name: | q_glFormatFromConfig | | Prototype: | QSurfaceFormat q_glFormatFromConfig(EGLDisplay display, const EGLConfig config, const QSurfaceFormat &referenceFormat) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | | Lines: | 346-399 |
| | 40 | 4 |
q_fromPercentEncoding| Name: | q_fromPercentEncoding | | Prototype: | void q_fromPercentEncoding(QByteArray *ba) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 4267-4270 |
| | 1 | 1 |
q_createNativeChildrenAndSetParent| Name: | q_createNativeChildrenAndSetParent | | Prototype: | void q_createNativeChildrenAndSetParent(const QWidget *parentWidget) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 1376-1400 |
| | 13 | 8 |
q_createConfigAttributesFromFormat| Name: | q_createConfigAttributesFromFormat | | Prototype: | QVector<EGLint> q_createConfigAttributesFromFormat(const QSurfaceFormat &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | | Lines: | 51-110 |
| | 25 | 1 |
q_configFromGLFormat| Name: | q_configFromGLFormat | | Prototype: | EGLConfig q_configFromGLFormat(EGLDisplay display, const QSurfaceFormat &format, bool highestPixelFormat, int surfaceType) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | | Lines: | 336-344 |
| | 5 | 1 |
q_X509_STORE_CTX_set_purpose| Name: | q_X509_STORE_CTX_set_purpose | | Prototype: | int q_X509_STORE_CTX_set_purpose(X509_STORE_CTX *a, int b) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 377-377 |
| | 1 | 2 |
q_X509_STORE_CTX_get_current_cert| Name: | q_X509_STORE_CTX_get_current_cert | | Prototype: | X509 * q_X509_STORE_CTX_get_current_cert(X509_STORE_CTX *a) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 380-380 |
| | 1 | 2 |
q_X509_STORE_CTX_get_chain| Name: | q_X509_STORE_CTX_get_chain | | Prototype: | struct stack_st_X509 * q_X509_STORE_CTX_get_chain(X509_STORE_CTX *a) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 381-381 |
| | 1 | 2 |
q_TLSv1_2_server_method| Name: | q_TLSv1_2_server_method | | Prototype: | const SSL_METHOD * q_TLSv1_2_server_method() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 321-321 |
| | 1 | 2 |
q_TLSv1_1_server_method| Name: | q_TLSv1_1_server_method | | Prototype: | const SSL_METHOD * q_TLSv1_1_server_method() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 320-320 |
| | 1 | 2 |