summaryrefslogtreecommitdiffstats
path: root/src/opengl/qtopengl.tracepoints
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl/qtopengl.tracepoints')
-rw-r--r--src/opengl/qtopengl.tracepoints12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/opengl/qtopengl.tracepoints b/src/opengl/qtopengl.tracepoints
deleted file mode 100644
index d609e7c9ba..0000000000
--- a/src/opengl/qtopengl.tracepoints
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-#include <private/qopengl2pexvertexarray_p.h>
-#include <private/qopengltextureuploader_p.h>
-#include <qopenglframebufferobject.h>
-}
-
-QOpenGLFramebufferObjectPrivate_init_entry(QOpenGLFramebufferObject *qfbo, const QSize &size, int attachment, int texture_target, int internal_format, int samples, bool mipmap)
-QOpenGLFramebufferObjectPrivate_init_exit()
-QOpenGL2PaintEngineExPrivate_drawTexture_entry(float dl, float dt, float dr, float db, float sl, float st, float sr, float sb, const QSize &textureSize, bool opaque)
-QOpenGL2PaintEngineExPrivate_drawTexture_exit()
-QOpenGLTextureCache_bindTexture_entry(QOpenGLContext *context, qint64 key, const unsigned char *image, int options)
-QOpenGLTextureCache_bindTexture_exit()