Home
last modified time | relevance | path

Searched refs:clearColors (Results 1 – 16 of 16) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp1972 float clearColors[2][4]; in createImageClearingTestsCommon() member
2142 VkClearValue clearColors[2] = in createImageClearingTestsCommon() local
2144 …lue(format, colorParams.clearColors[0][0], colorParams.clearColors[0][1], colorParams.clearColors[… in createImageClearingTestsCommon()
2145 …lue(format, colorParams.clearColors[1][0], colorParams.clearColors[1][1], colorParams.clearColors[… in createImageClearingTestsCommon()
2155 expectedColors[0] = clearColors[0]; in createImageClearingTestsCommon()
2156 expectedColors[1] = clearColors[1]; in createImageClearingTestsCommon()
2329 VkClearValue clearColors[2] = in createImageClearingTestsCommon() local
2331 …lue(format, colorParams.clearColors[0][0], colorParams.clearColors[0][1], colorParams.clearColors[… in createImageClearingTestsCommon()
2332 …lue(format, colorParams.clearColors[1][0], colorParams.clearColors[1][1], colorParams.clearColors[… in createImageClearingTestsCommon()
2342 expectedColors[0] = clearColors[0]; in createImageClearingTestsCommon()
[all …]
/dports/audio/faust/faust-2.37.3/compiler/parallelize/
H A Dcolorize.cpp73 static void clearColors(Tree exp); ///< remove the color property of exp
108 clearColors(exp); in uncolorize()
214 static void clearColors(Tree exp) in clearColors() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/labelProviders/
H A DColorAndFontLabelProviderTest.java102 clearColors(); in testColorsAndFonts()
118 private void clearColors() { in clearColors() method in ColorAndFontLabelProviderTest
H A DColorAndFontViewerLabelProviderTest.java109 clearColors(); in testColorsAndFonts()
125 private void clearColors() { in clearColors() method in ColorAndFontViewerLabelProviderTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/draw/
H A DvktDrawExplicitVertexParameterTests.cpp518 vector<VkClearValue> clearColors; in iterate() local
519 clearColors.push_back(makeClearValueColor(clearColor)); in iterate()
522 clearColors.push_back(makeClearValueColor(clearColor)); in iterate()
532 (deUint32)clearColors.size(), // deUint32 clearValueCount; in iterate()
533 clearColors.data(), // const VkClearValue* pClearValues; in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DTextureMultisampleTest.cpp979 std::vector<GLColor> clearColors = {{GLColor::green, GLColor::blue}}; in TEST_P() local
985 const GLColor &clearColor = clearColors[i]; in TEST_P()
1003 EXPECT_PIXEL_RECT_EQ(0, 0, kWidth, kHeight, clearColors[layer]); in TEST_P()
1038 std::vector<GLColor> clearColors = {{GLColor::green, GLColor::blue}}; in TEST_P() local
1047 intColor[j] = clearColors[i][j] / 255; in TEST_P()
1066 EXPECT_PIXEL_RECT_EQ(0, 0, kWidth, kHeight, clearColors[layer]); in TEST_P()
H A DRobustResourceInitTest.cpp1959 const std::array<GLColor, 4> clearColors = {{ in TEST_P() local
1974 for (size_t i = 0; i < clearColors.size(); i++) in TEST_P()
1978 EXPECT_PIXEL_COLOR_EQ(0, 0, clearColors[i - 1]); in TEST_P()
1981 angle::Vector4 clearColor = clearColors[i].toNormalizedVector(); in TEST_P()
1990 checkFramebufferNonZeroPixels(0, 0, 1, 1, clearColors[i]); in TEST_P()
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualizationqml2/
H A Ddeclarativetheme.cpp280 void DeclarativeTheme3D::clearColors() in clearColors() function in DeclarativeTheme3D
378 reinterpret_cast<DeclarativeTheme3D *>(list->data)->clearColors(); in clearBaseColorsFunc()
H A Ddeclarativetheme_p.h114 void clearColors();
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/lib/core/
H A Dtesting.py28 from lib.core.common import clearColors
143 dataToStdout("%s---\n" % clearColors(output))
H A Dcommon.py949 def clearColors(message): function
977 sys.stdout.write(stdoutEncode(clearColors(data)), status, content_type)
1308 result = clearColors(result)
/dports/cad/verilator/verilator-4.216/src/
H A DV3Graph.h105 void clearColors();
H A DV3Graph.cpp256 void V3Graph::clearColors() { in clearColors() function in V3Graph
H A DV3GraphAlg.cpp136 m_graphp->clearColors(); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineFramebufferAttachmentTests.cpp1038 const VkClearColorValue clearColors[] = in testDifferentAttachmentSizes() local
1146 … *colorImages[renderTargetIdx], VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &clearColors[renderTargetIdx… in testDifferentAttachmentSizes()
1309 expectedImage.setPixel(tcu::Vec4(clearColors[renderTargetIdx].float32), x, y, z); in testDifferentAttachmentSizes()
/dports/math/py-graphillion/Graphillion-1.3/src/subsetting/util/
H A DGraph.hpp583 void clearColors() { in clearColors() function in tdzdd::Graph