Home
last modified time | relevance | path

Searched defs:greenColor (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DFramebufferFetchTest.cpp883 std::vector<GLColor> greenColor(kViewportWidth * kViewportHeight, GLColor::green); in BasicTest() local
1046 std::vector<GLColor> greenColor(kViewportWidth * kViewportHeight, GLColor::green); in MultipleDrawTest() local
1082 std::vector<GLColor> greenColor(kViewportWidth * kViewportHeight, GLColor::green); in DrawNonFetchDrawFetchTest() local
1148 std::vector<GLColor> greenColor(kViewportWidth * kViewportHeight, GLColor::green); in DrawFetchDrawNonFetchTest() local
1315 std::vector<GLColor> greenColor(kViewportWidth * kViewportHeight, GLColor::green); in DrawNonFetchDrawFetchWithDifferentAttachmentsTest() local
1434 std::vector<GLColor> greenColor(kViewportWidth * kViewportHeight, GLColor::green); in DrawNonFetchDrawFetchWithDifferentProgramsTest() local
1746 std::vector<GLColor> greenColor(kViewportWidth * kViewportHeight, GLColor::green); in ProgramPipelineTest() local
2759 std::vector<GLColor> greenColor(kViewportWidth * kViewportHeight, GLColor::green); in TEST_P() local
H A DSamplersTest.cpp115 std::array<GLColor, kWidth * kHeight> greenColor = { in TEST_P() local
H A DMultisampledRenderToTextureTest.cpp929 const std::vector<GLColor> greenColor(kSize * kSize, GLColor::green); in TEST_P() local
984 const std::vector<GLColor> greenColor(kSize * kSize, GLColor::green); in TEST_P() local
H A DProgramPipelineTest.cpp1778 std::array<GLColor, kWidth * kHeight> greenColor = { in TEST_P() local
H A DStateChangeTest.cpp4360 std::vector<GLColor32F> greenColor(6, kFloatGreen); in TEST_P() local
5976 std::vector<GLColor> greenColor(kSize * kSize, GLColor::green); in TEST_P() local
H A DMultithreadingTest.cpp895 std::vector<GLColor> greenColor(kSize * kSize, GLColor::green); in textureThreadFunction() local
/aosp_15_r20/external/replicaisland/tools/
H A DExtractPoints.js206 var greenColor = new SolidColor; variable
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/Carbon/
DQuickDraw.py61 greenColor = 341 variable
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingTests.cpp481 const Vec4 greenColor = Vec4(0.0f, 1.0f, atchNdx * 0.15f, 1.0f); in generateColorImage() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp733 const tcu::Vec4 greenColor(0.0, maxValue.y(), 0.0, maxValue.w()); in generateBuffer() local