Searched refs:greenColor (Results 1 – 10 of 10) sorted by relevance
/external/replicaisland/tools/ |
D | ExtractPoints.js | 206 var greenColor = new SolidColor; variable 207 greenColor.rgb.red = 0; 208 greenColor.rgb.blue = 0; 209 greenColor.rgb.green = 255; 274 newDoc.selection.fill(greenColor);
|
/external/angle/src/tests/gl_tests/ |
D | SamplersTest.cpp | 115 std::array<GLColor, kWidth *kHeight> greenColor = { in TEST_P() local 132 greenColor.data()); in TEST_P()
|
D | FramebufferFetchTest.cpp | 800 std::vector<GLColor> greenColor(kViewportWidth * kViewportHeight, GLColor::green); in BasicTest() local 804 GL_UNSIGNED_BYTE, greenColor.data()); in BasicTest() 963 std::vector<GLColor> greenColor(kViewportWidth * kViewportHeight, GLColor::green); in MultipleDrawTest() local 967 GL_UNSIGNED_BYTE, greenColor.data()); in MultipleDrawTest() 999 std::vector<GLColor> greenColor(kViewportWidth * kViewportHeight, GLColor::green); in DrawNonFetchDrawFetchTest() local 1003 GL_UNSIGNED_BYTE, greenColor.data()); in DrawNonFetchDrawFetchTest() 1065 std::vector<GLColor> greenColor(kViewportWidth * kViewportHeight, GLColor::green); in DrawFetchDrawNonFetchTest() local 1069 GL_UNSIGNED_BYTE, greenColor.data()); in DrawFetchDrawNonFetchTest() 1232 std::vector<GLColor> greenColor(kViewportWidth * kViewportHeight, GLColor::green); in DrawNonFetchDrawFetchWithDifferentAttachmentsTest() local 1236 GL_UNSIGNED_BYTE, greenColor.data()); in DrawNonFetchDrawFetchWithDifferentAttachmentsTest() [all …]
|
D | ProgramPipelineTest.cpp | 1485 std::array<GLColor, kWidth *kHeight> greenColor = { in TEST_P() local 1502 greenColor.data()); in TEST_P()
|
D | MultithreadingTest.cpp | 701 std::vector<GLColor> greenColor(kSize * kSize, GLColor::green); in textureThreadFunction() local 753 greenColor.data()); in textureThreadFunction()
|
D | StateChangeTest.cpp | 4332 std::vector<GLColor32F> greenColor(6, kFloatGreen); in TEST_P() local 4333 glBufferData(GL_ARRAY_BUFFER, greenColor.size() * sizeof(GLColor32F), greenColor.data(), in TEST_P() 5849 std::vector<GLColor> greenColor(kSize * kSize, GLColor::green); in TEST_P() local 5854 greenColor.data()); in TEST_P()
|
/external/webrtc/examples/objc/AppRTCMobile/ios/ |
D | ARDStatsView.m | 29 _statsLabel.textColor = [UIColor greenColor];
|
/external/python/cpython2/Lib/plat-mac/Carbon/ |
D | QuickDraw.py | 61 greenColor = 341 variable
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktDynamicRenderingTests.cpp | 538 const Vec4 greenColor = Vec4(0.0f, 1.0f, atchNdx * 0.15f, 1.0f); in generateColroImage() local 545 image.getAccess().setPixel(greenColor, x, y); in generateColroImage()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 572 const tcu::Vec4 greenColor (0.0, maxValue.y(), 0.0, maxValue.w()); in generateBuffer() local 641 …d == yScaled) ? tcu::Vec4(0.0, 0.5, 0.5, 1.0) : ((xScaled > yScaled) ? greenColor : blueColor), x,… in generateBuffer()
|