Home
last modified time | relevance | path

Searched refs:kClearColor (Results 1 – 11 of 11) sorted by relevance

/external/angle/src/tests/gl_tests/
DGeometryShaderTest.cpp1188 const GLColor kClearColor(127, 127, 127, 127); in layeredFramebufferClearTest() local
1190 kClearColor, in layeredFramebufferClearTest()
1191 kClearColor, in layeredFramebufferClearTest()
1192 kClearColor, in layeredFramebufferClearTest()
1196 kClearColor, in layeredFramebufferClearTest()
1197 kClearColor, in layeredFramebufferClearTest()
1198 kClearColor, in layeredFramebufferClearTest()
DImageTest.cpp4264 const GLubyte kClearColor[] = {63, 127, 191, 55}; in TEST_P() local
4265 glClearColor(kClearColor[0] / 255.0f, kClearColor[1] / 255.0f, kClearColor[2] / 255.0f, in TEST_P()
4266 kClearColor[3] / 255.0f); in TEST_P()
4272 const GLubyte kExpectedColor[] = {kClearColor[0], kClearColor[1], kClearColor[2], 255}; in TEST_P()
4306 const GLubyte kClearColor[] = {63, 127, 191, 55}; in TEST_P() local
4307 glClearColor(kClearColor[0] / 255.0f, kClearColor[1] / 255.0f, kClearColor[2] / 255.0f, in TEST_P()
4308 kClearColor[3] / 255.0f); in TEST_P()
4328 const GLubyte kExpectedColor[] = {static_cast<GLubyte>(kClearColor[0] + 64), in TEST_P()
4329 static_cast<GLubyte>(kClearColor[1] + 64), in TEST_P()
4330 static_cast<GLubyte>(kClearColor[2] + 64), 255}; in TEST_P()
[all …]
DClearTest.cpp1620 const GLubyte kClearColor[] = {63, 127, 191, 55}; in TEST_P() local
1621 glClearColor(kClearColor[0] / 255.0f, kClearColor[1] / 255.0f, kClearColor[2] / 255.0f, in TEST_P()
1622 kClearColor[3] / 255.0f); in TEST_P()
1641 EXPECT_PIXEL_NEAR(0, 0, kClearColor[0], kClearColor[1], kClearColor[2], 255, 1); in TEST_P()
DVulkanPerformanceCounterTest.cpp1943 const GLColor kClearColor(40, 70, 100, 150); in TEST_P() local
1944 maskedFramebufferFetchDraw(kClearColor, buffer); in TEST_P()
1949 EXPECT_PIXEL_COLOR_NEAR(0, 0, kClearColor, 1); in TEST_P()
1951 maskedFramebufferFetchDrawVerify(kClearColor, buffer); in TEST_P()
2019 const GLColor kClearColor(40, 70, 100, 150); in TEST_P() local
2020 maskedFramebufferFetchDraw(kClearColor, buffer); in TEST_P()
2031 maskedFramebufferFetchDrawVerify(kClearColor, buffer); in TEST_P()
2055 const GLColor kClearColor(40, 70, 100, 150); in TEST_P() local
2056 maskedFramebufferFetchDraw(kClearColor, buffer); in TEST_P()
2061 EXPECT_PIXEL_COLOR_NEAR(0, 0, kClearColor, 1); in TEST_P()
[all …]
/external/skia/modules/skottie/src/
DSkottieTool.cpp57 static constexpr SkColor kClearColor = SK_ColorWHITE; variable
234 fSurface->getCanvas()->clear(kClearColor);
308 fSurface->getCanvas()->clear(kClearColor);
/external/skia/tests/
DGrSurfaceTest.cpp272 static constexpr SkColor kClearColor = 0xABABABAB; in DEF_GANESH_TEST() local
362 readback.erase(kClearColor); in DEF_GANESH_TEST()
394 readback.erase(kClearColor); in DEF_GANESH_TEST()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleShaderBuiltInTests.cpp1167 static const tcu::Vec4 kClearColor; member in vkt::pipeline::multisample::WriteSampleTest
1182 const tcu::Vec4 WriteSampleTest::kClearColor {0.0f, 0.0f, 0.0f, 1.0f};
1232 clearColorDecl << " vec4 ccolor = " << getShaderDecl(kClearColor) << ";\n"; in initPrograms()
1432 const auto clearColor = vk::makeClearValueColor(WriteSampleTest::kClearColor); in iterate()
1525 static const tcu::Vec4 kClearColor; member in vkt::pipeline::multisample::WriteSampleMaskTestCase
1536 const tcu::Vec4 WriteSampleMaskTestCase::kClearColor {0.0f, 0.0f, 0.0f, 1.0f};
1607 << "vec4 ccolor = " << getShaderDecl(kClearColor) << ";\n" in initPrograms()
2025 …Pass.get(), framebuffer.get(), vk::makeRect2D(kImageExtent), WriteSampleMaskTestCase::kClearColor); in iterate()
/external/deqp-deps/amber/src/
Dcommand.cc158 : PipelineCommand(Type::kClearColor, pipeline) {} in ClearColorCommand()
Dcommand.h57 kClearColor, enumerator
90 bool IsClearColor() const { return command_type_ == Type::kClearColor; } in IsClearColor()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp73 const Vec4 kClearColor (0.0f, 0.0f, 0.0f, 1.0f); variable
390 tcu::clear(access, kClearColor); in generateReferenceImage()
526 const VkClearValue clearColor = makeClearValueColor(kClearColor); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp6463 static const tcu::Vec4 kClearColor; member in vkt::rasterization::__anon54511f990111::StrideZeroCase
6471 const tcu::Vec4 StrideZeroCase::kClearColor (0.0f, 0.0f, 0.0f, 1.0f); member in vkt::rasterization::__anon54511f990111::StrideZeroCase
6636 …Pass(vkd, cmdBuffer, renderPass.get(), framebuffer.get(), renderArea, StrideZeroCase::kClearColor); in iterate()
6661 …to expectedColor = ((x == 0 && y == 0) ? StrideZeroCase::kDrawColor : StrideZeroCase::kClearColor); in iterate()