Searched defs:greenColor (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | FramebufferFetchTest.cpp | 883 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 D | SamplersTest.cpp | 115 std::array<GLColor, kWidth * kHeight> greenColor = { in TEST_P() local
|
H A D | MultisampledRenderToTextureTest.cpp | 929 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 D | ProgramPipelineTest.cpp | 1778 std::array<GLColor, kWidth * kHeight> greenColor = { in TEST_P() local
|
H A D | StateChangeTest.cpp | 4360 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 D | MultithreadingTest.cpp | 895 std::vector<GLColor> greenColor(kSize * kSize, GLColor::green); in textureThreadFunction() local
|
/aosp_15_r20/external/replicaisland/tools/ |
H A D | ExtractPoints.js | 206 var greenColor = new SolidColor; variable
|
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/Carbon/ |
D | QuickDraw.py | 61 greenColor = 341 variable
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktDynamicRenderingTests.cpp | 481 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 D | vktApiCopiesAndBlittingTests.cpp | 733 const tcu::Vec4 greenColor(0.0, maxValue.y(), 0.0, maxValue.w()); in generateBuffer() local
|