summaryrefslogtreecommitdiff
path: root/include/vcl/opengl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-20 10:14:49 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-20 10:14:49 +0100
commitab9add5c96490801a7e1761306c41131468db703 (patch)
tree5656edb0025ae0ae21088099c1b2c024d79069ab /include/vcl/opengl
parentf208103998cfeffef239c66043184654c00dffda (diff)
loplugin:sallogareas
Change-Id: Ib1f06cb5f925535858bc14aab6f59ad7fd2a3a8d
Diffstat (limited to 'include/vcl/opengl')
-rw-r--r--include/vcl/opengl/OpenGLHelper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/vcl/opengl/OpenGLHelper.hxx b/include/vcl/opengl/OpenGLHelper.hxx
index 6c95f18eba93..1e2741102dc8 100644
--- a/include/vcl/opengl/OpenGLHelper.hxx
+++ b/include/vcl/opengl/OpenGLHelper.hxx
@@ -24,13 +24,13 @@
#endif
/// Helper to do a SAL_INFO as well as a GL log.
-#define VCL_GL_INFO(area,stream) \
+#define VCL_GL_INFO(stream) \
do { \
if (SAL_DETAIL_ENABLE_LOG_INFO && OpenGLHelper::isVCLOpenGLEnabled()) \
{ \
::std::ostringstream detail_stream; \
detail_stream << stream; \
- OpenGLHelper::debugMsgStream((area),detail_stream); \
+ OpenGLHelper::debugMsgStream(detail_stream); \
} \
} while (false)
@@ -75,8 +75,8 @@ public:
* Insert a glDebugMessage into the queue - helpful for debugging
* with apitrace to annotate the output and correlate it with code.
*/
- static void debugMsgPrint(const char *pArea, const char *pFormat, ...);
- static void debugMsgStream(const char *pArea, std::ostringstream const &pStream);
+ static void debugMsgPrint(const char *pFormat, ...);
+ static void debugMsgStream(std::ostringstream const &pStream);
/**
* checks if the device/driver pair is on our OpenGL blacklist