Home
last modified time | relevance | path

Searched refs:flatshading (Results 1 – 25 of 45) sorted by relevance

12

/dports/graphics/Coin/coin-Coin-4.0.0/src/elements/GL/
H A DSoGLLazyElement.cpp238 this->glstate.flatshading = (int32_t) onoff; in sendFlatshading()
404 this->glstate.flatshading = -1; in init()
666 if (this->glstate.flatshading != this->coinstate.flatshading) { in send()
667 this->sendFlatshading(this->coinstate.flatshading); in send()
745 elem->glstate.flatshading = -1; in reset()
789 if (elem->glstate.flatshading != onoff) { in sendFlatshading()
965 SoGLLazyElement::setShadeModelElt(SbBool flatshading) in setShadeModelElt() argument
967 inherited::setShadeModelElt(flatshading); in setShadeModelElt()
1087 elem->glstate.flatshading = poststate->flatshading; in postCacheCall()
1188 if (curr.flatshading != prestate->flatshading) { in preCacheCall()
/dports/graphics/Coin/coin-Coin-4.0.0/src/elements/
H A DSoLazyElement.cpp189 this->coinstate.flatshading = FALSE; in init()
848 SoLazyElement::setShadeModel(SoState * state, SbBool flatshading) in setShadeModel() argument
852 if (elem->coinstate.flatshading != flatshading) { in setShadeModel()
854 elem->setShadeModelElt(flatshading); in setShadeModel()
1113 SoLazyElement::setShadeModelElt(SbBool flatshading) in setShadeModelElt() argument
1115 this->coinstate.flatshading = flatshading; in setShadeModelElt()
/dports/graphics/py-plotly/plotly-4.14.3/plotly/graph_objs/
H A D_volume.py611 def flatshading(self): member in Volume
626 @flatshading.setter
627 def flatshading(self, val): member in Volume
1946 flatshading=None, argument
2335 _v = flatshading if flatshading is not None else _v
H A D_isosurface.py610 def flatshading(self): member in Isosurface
625 @flatshading.setter
626 def flatshading(self, val): member in Isosurface
1909 flatshading=None, argument
2286 _v = flatshading if flatshading is not None else _v
H A D_mesh3d.py753 def flatshading(self): member in Mesh3d
768 @flatshading.setter
769 def flatshading(self, val): member in Mesh3d
2257 flatshading=None, argument
2733 _v = flatshading if flatshading is not None else _v
H A D_figurewidget.py8338 flatshading=None, argument
8661 flatshading=flatshading,
8723 flatshading=None, argument
9133 flatshading=flatshading,
16618 flatshading=None, argument
16953 flatshading=flatshading,
H A D_figure.py8338 flatshading=None, argument
8661 flatshading=flatshading,
8723 flatshading=None, argument
9133 flatshading=flatshading,
16618 flatshading=None, argument
16953 flatshading=flatshading,
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/elements/
H A DSoLazyElement.h147 static void setShadeModel(SoState * state, SbBool flatshading);
236 SbBool flatshading; member
275 virtual void setShadeModelElt(SbBool flatshading);
H A DSoGLLazyElement.h94 int32_t flatshading; member
132 virtual void setShadeModelElt(SbBool flatshading);
/dports/graphics/Coin/coin-Coin-4.0.0/src/shapenodes/
H A DSoText3.cpp757 SbBool flatshading = FALSE; in render() local
766 flatshading = TRUE; in render()
769 if (!flatshading) { in render()
1194 SbBool flatshading = FALSE; in generate() local
1201 flatshading = TRUE; in generate()
1204 if (!flatshading) { in generate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fRasterizationTests.cpp2331 …tcu::TestCaseGroup* const flatshading = new tcu::TestCaseGroup(m_testCtx, "flatshading", "Test fla… in init() local
2333 addChild(flatshading); in init()
2335flatshading->addChild(new TriangleInterpolationTest (m_context, "triangles", "Verify triangle fl… in init()
2336flatshading->addChild(new TriangleInterpolationTest (m_context, "triangle_strip", "Verify triangl… in init()
2337flatshading->addChild(new TriangleInterpolationTest (m_context, "triangle_fan", "Verify triangle… in init()
2338flatshading->addChild(new LineInterpolationTest (m_context, "lines", "Verify line flatshading"… in init()
2339flatshading->addChild(new LineInterpolationTest (m_context, "line_strip", "Verify line strip fl… in init()
2340flatshading->addChild(new LineInterpolationTest (m_context, "line_loop", "Verify line loop flat… in init()
2341flatshading->addChild(new LineInterpolationTest (m_context, "lines_wide", "Verify wide line fla… in init()
2342flatshading->addChild(new LineInterpolationTest (m_context, "line_strip_wide", "Verify wide line… in init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp4583 …tcu::TestCaseGroup* const flatshading = new tcu::TestCaseGroup(testCtx, "flatshading", "Test flats… in createRasterizationTests() local
4585 rasterizationTests->addChild(flatshading); in createRasterizationTests()
4587flatshading->addChild(new TriangleInterpolationTestCase (testCtx, "triangles", "Verify triangle … in createRasterizationTests()
4588flatshading->addChild(new TriangleInterpolationTestCase (testCtx, "triangle_strip", "Verify trian… in createRasterizationTests()
4589flatshading->addChild(new TriangleInterpolationTestCase (testCtx, "triangle_fan", "Verify triangl… in createRasterizationTests()
4590flatshading->addChild(new LineInterpolationTestCase (testCtx, "lines", "Verify line flatshadin… in createRasterizationTests()
4591flatshading->addChild(new LineInterpolationTestCase (testCtx, "line_strip", "Verify line strip … in createRasterizationTests()
4592flatshading->addChild(new LineInterpolationTestCase (testCtx, "lines_wide", "Verify wide line f… in createRasterizationTests()
4593flatshading->addChild(new LineInterpolationTestCase (testCtx, "line_strip_wide","Verify wide lin… in createRasterizationTests()
4595flatshading->addChild(new LineInterpolationTestCase (testCtx, "strict_lines", "Verify strict l… in createRasterizationTests()
[all …]
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/
H A Dphase_diagram.py2881 flatshading=True,
/dports/lang/clover/mesa-21.3.6/docs/relnotes/
H A D7.10.rst1934 - llvmpipe: fix flatshading in new line code
1935 - draw: don't apply flatshading to clipped tris with <3 verts
H A D19.3.0.rst920 - st/mesa: handling lower flatshading for NIR drivers.
/dports/graphics/libosmesa-gallium/mesa-21.3.6/docs/relnotes/
H A D7.10.rst1934 - llvmpipe: fix flatshading in new line code
1935 - draw: don't apply flatshading to clipped tris with <3 verts
/dports/graphics/libosmesa/mesa-21.3.6/docs/relnotes/
H A D7.10.rst1934 - llvmpipe: fix flatshading in new line code
1935 - draw: don't apply flatshading to clipped tris with <3 verts
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/docs/relnotes/
H A D7.10.rst1934 - llvmpipe: fix flatshading in new line code
1935 - draw: don't apply flatshading to clipped tris with <3 verts
/dports/graphics/mesa-gallium-va/mesa-21.3.6/docs/relnotes/
H A D7.10.rst1934 - llvmpipe: fix flatshading in new line code
1935 - draw: don't apply flatshading to clipped tris with <3 verts
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/docs/relnotes/
H A D7.10.rst1934 - llvmpipe: fix flatshading in new line code
1935 - draw: don't apply flatshading to clipped tris with <3 verts
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/docs/relnotes/
H A D7.10.rst1934 - llvmpipe: fix flatshading in new line code
1935 - draw: don't apply flatshading to clipped tris with <3 verts
/dports/graphics/mesa-libs/mesa-21.3.6/docs/relnotes/
H A D7.10.rst1934 - llvmpipe: fix flatshading in new line code
1935 - draw: don't apply flatshading to clipped tris with <3 verts
/dports/graphics/mesa-dri/mesa-21.3.6/docs/relnotes/
H A D7.10.rst1934 - llvmpipe: fix flatshading in new line code
1935 - draw: don't apply flatshading to clipped tris with <3 verts
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/docs/relnotes/
H A D7.10.rst1934 - llvmpipe: fix flatshading in new line code
1935 - draw: don't apply flatshading to clipped tris with <3 verts
/dports/graphics/mesa-dri-classic/mesa-20.2.3/docs/relnotes/
H A D7.10.rst1934 - llvmpipe: fix flatshading in new line code
1935 - draw: don't apply flatshading to clipped tris with <3 verts

12