summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire350@gmail.com>2016-09-01 18:08:42 +0200
committerPaul Lemire <paul.lemire@kdab.com>2016-11-23 17:51:39 +0000
commit11a99ee63c673f709eecaefa3540477685960e35 (patch)
tree9e699a9ef07799b457aaa05756b83b2e82436c2b /src/render/renderstates
parent97c797975802f5a0763a4ac602dfaa97ca0ba015 (diff)
LCOV exclusion comments squashed
This is a combination of 60 commits. qlockableobserverinterface_p.h: add LCOV exclusion comments qobserverinterface_p.h: add LCOV exclusion comments qpostman_p.h: add LCOV exclusion comments qsceneobserverinterface_p.h: add LCOV exclusion comments qscene_p.h: add LCOV exclusion comments qnodeid.h: add LCOV exclusion comments quick3dshaderdataarray_p.h: add LCOV exclusion comments quick3dshaderdata_p.h: add LCOV exclusion comments qquaternionanimation_p.h: add LCOV exclusion comments qabstractphysicaldeviceproxy_p.h: add LCOV exclusion comments qmouseevent.h: add LCOV exclusion comments qmousedevice.h: add LCOV exclusion comments qaxisaccumulator.h: add LCOV exclusion comments qtextureimagedatagenerator.h: add LCOV exclusion comments qtexturewrapmode.h: add LCOV exclusion comments qabstracttexture.h: add LCOV exclusion comments qtextureimage.h: add LCOV exclusion comments texture_p.h: add LCOV exclusion comments qtexturegenerator.h: add LCOV exclusion comments qsortpolicy.h: add LCOV exclusion comments qrendertargetselector.h: add LCOV exclusion comments qsortcriterion.h: add LCOV exclusion comments qclearbuffers.h: add LCOV exclusion comments qrendercapture_p.h: add LCOV exclusion comments uniform_p.h: add LCOV exclusion comments triangleboundingvolume_p.h: add LCOV exclusion comments qgeometryfactory.h: add LCOV exclusion comments qbuffer_p.h: add LCOV exclusion comments qbuffer.h: add LCOV exclusion comments qgeometryrenderer.h: add LCOV exclusion comments qbufferdatagenerator.h: add LCOV exclusion comments qattribute.h: add LCOV exclusion comments qsceneiohandler_p.h: add LCOV exclusion comments qsceneloader.h: add LCOV exclusion comments qrendersettings.h: add LCOV exclusion comments qcamera.h: add LCOV exclusion comments qcameralens.h: add LCOV exclusion comments sphere_p.h: add LCOV exclusion comments shaderdata_p.h: add LCOV exclusion comments qshaderdata.h: add LCOV exclusion comments qgraphicsapifilter.h: add LCOV exclusion comments qshaderprogram.h: add LCOV exclusion comments qpointsize.h: add LCOV exclusion comments qblendequation.h: add LCOV exclusion comments qstenciltestarguments.h: add LCOV exclusion comments qalphatest.h: add LCOV exclusion comments qstenciloperationarguments.h: add LCOV exclusion comments qdepthtest.h: add LCOV exclusion comments qblendequationarguments.h: add LCOV exclusion comments qfrontface.h: add LCOV exclusion comments qcullface.h: add LCOV exclusion comments qray3d_p.h: add LCOV exclusion comments qboundingvolume_p.h: add LCOV exclusion comments qabstractcollisionqueryservice_p.h: add LCOV exclusion comments qpickevent.h: add LCOV exclusion comments qabstractlight.h: add LCOV exclusion comments light_p.h: add LCOV exclusion comments qt3dquickwindow.h: add LCOV exclusion comments scene3ditem_p.h: add LCOV exclusion comments qgraphicsapifilter_p.h: add LCOV exclusion comments Change-Id: I3af0e2a4d85685c919dbfaa8b3f384777f026542 Reviewed-by: Paul Lemire <paul.lemire@kdab.com> Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
Diffstat (limited to 'src/render/renderstates')
-rw-r--r--src/render/renderstates/qalphatest.h2
-rw-r--r--src/render/renderstates/qblendequation.h2
-rw-r--r--src/render/renderstates/qblendequationarguments.h2
-rw-r--r--src/render/renderstates/qcullface.h2
-rw-r--r--src/render/renderstates/qdepthtest.h2
-rw-r--r--src/render/renderstates/qfrontface.h2
-rw-r--r--src/render/renderstates/qpointsize.h2
-rw-r--r--src/render/renderstates/qstenciloperationarguments.h4
-rw-r--r--src/render/renderstates/qstenciltestarguments.h4
9 files changed, 11 insertions, 11 deletions
diff --git a/src/render/renderstates/qalphatest.h b/src/render/renderstates/qalphatest.h
index 49a5fac43..67106ade5 100644
--- a/src/render/renderstates/qalphatest.h
+++ b/src/render/renderstates/qalphatest.h
@@ -66,7 +66,7 @@ public:
Greater = 0x0204,
NotEqual = 0x0205
};
- Q_ENUM(AlphaFunction)
+ Q_ENUM(AlphaFunction) // LCOV_EXCL_LINE
explicit QAlphaTest(Qt3DCore::QNode *parent = nullptr);
~QAlphaTest();
diff --git a/src/render/renderstates/qblendequation.h b/src/render/renderstates/qblendequation.h
index 6810cf96e..8bdfe4907 100644
--- a/src/render/renderstates/qblendequation.h
+++ b/src/render/renderstates/qblendequation.h
@@ -63,7 +63,7 @@ public:
Min = 0x8007,
Max = 0x8008
};
- Q_ENUM(BlendFunction)
+ Q_ENUM(BlendFunction) // LCOV_EXCL_LINE
explicit QBlendEquation(Qt3DCore::QNode *parent = nullptr);
~QBlendEquation();
diff --git a/src/render/renderstates/qblendequationarguments.h b/src/render/renderstates/qblendequationarguments.h
index 8fd5d8281..5f613770a 100644
--- a/src/render/renderstates/qblendequationarguments.h
+++ b/src/render/renderstates/qblendequationarguments.h
@@ -83,7 +83,7 @@ public:
OneMinusSource1Color,
OneMinusSource1Color0 = OneMinusSource1Color // ### Qt 6: Remove
};
- Q_ENUM(Blending)
+ Q_ENUM(Blending) // LCOV_EXCL_LINE
explicit QBlendEquationArguments(Qt3DCore::QNode *parent = nullptr);
~QBlendEquationArguments();
diff --git a/src/render/renderstates/qcullface.h b/src/render/renderstates/qcullface.h
index 3474fe009..8598d3b88 100644
--- a/src/render/renderstates/qcullface.h
+++ b/src/render/renderstates/qcullface.h
@@ -64,7 +64,7 @@ public:
Back = 0x0405,
FrontAndBack = 0x0408
};
- Q_ENUM(CullingMode)
+ Q_ENUM(CullingMode) // LCOV_EXCL_LINE
explicit QCullFace(Qt3DCore::QNode *parent = nullptr);
~QCullFace();
diff --git a/src/render/renderstates/qdepthtest.h b/src/render/renderstates/qdepthtest.h
index 16b4a5b85..9482ef9a5 100644
--- a/src/render/renderstates/qdepthtest.h
+++ b/src/render/renderstates/qdepthtest.h
@@ -65,7 +65,7 @@ public:
Greater = 0x0204,
NotEqual = 0x0205
};
- Q_ENUM(DepthFunction)
+ Q_ENUM(DepthFunction) // LCOV_EXCL_LINE
explicit QDepthTest(Qt3DCore::QNode *parent = nullptr);
~QDepthTest();
diff --git a/src/render/renderstates/qfrontface.h b/src/render/renderstates/qfrontface.h
index dd8a7f5fe..0f1061280 100644
--- a/src/render/renderstates/qfrontface.h
+++ b/src/render/renderstates/qfrontface.h
@@ -60,7 +60,7 @@ public:
ClockWise = 0x0900,
CounterClockWise = 0x0901
};
- Q_ENUM(WindingDirection)
+ Q_ENUM(WindingDirection) // LCOV_EXCL_LINE
explicit QFrontFace(Qt3DCore::QNode *parent = nullptr);
~QFrontFace();
diff --git a/src/render/renderstates/qpointsize.h b/src/render/renderstates/qpointsize.h
index fdfa54a9c..621d983b8 100644
--- a/src/render/renderstates/qpointsize.h
+++ b/src/render/renderstates/qpointsize.h
@@ -58,7 +58,7 @@ public:
Fixed = 0,
Programmable = 1
};
- Q_ENUM(SizeMode)
+ Q_ENUM(SizeMode) // LCOV_EXCL_LINE
explicit QPointSize(Qt3DCore::QNode *parent = nullptr);
~QPointSize();
diff --git a/src/render/renderstates/qstenciloperationarguments.h b/src/render/renderstates/qstenciloperationarguments.h
index 31d32f4d5..db80ecc19 100644
--- a/src/render/renderstates/qstenciloperationarguments.h
+++ b/src/render/renderstates/qstenciloperationarguments.h
@@ -65,7 +65,7 @@ public:
Back = 0x0405,
FrontAndBack = 0x0408
};
- Q_ENUM(FaceMode)
+ Q_ENUM(FaceMode) // LCOV_EXCL_LINE
enum Operation
{
@@ -78,7 +78,7 @@ public:
DecrementWrap = 0x8508,
Invert = 0x150A
};
- Q_ENUM(Operation)
+ Q_ENUM(Operation) // LCOV_EXCL_LINE
~QStencilOperationArguments();
diff --git a/src/render/renderstates/qstenciltestarguments.h b/src/render/renderstates/qstenciltestarguments.h
index 17d9fa21e..f20885d03 100644
--- a/src/render/renderstates/qstenciltestarguments.h
+++ b/src/render/renderstates/qstenciltestarguments.h
@@ -65,7 +65,7 @@ public:
Back = 0x0405,
FrontAndBack = 0x0408
};
- Q_ENUM(StencilFaceMode)
+ Q_ENUM(StencilFaceMode) // LCOV_EXCL_LINE
enum StencilFunction
{
@@ -78,7 +78,7 @@ public:
Greater = 0x0204,
NotEqual = 0x0205
};
- Q_ENUM(StencilFunction)
+ Q_ENUM(StencilFunction) // LCOV_EXCL_LINE
~QStencilTestArguments();