Home
last modified time | relevance | path

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

/external/replicaisland/tools/
DExtractPoints.js206 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/
DSamplersTest.cpp115 std::array<GLColor, kWidth *kHeight> greenColor = { in TEST_P() local
132 greenColor.data()); in TEST_P()
DFramebufferFetchTest.cpp800 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 …]
DProgramPipelineTest.cpp1485 std::array<GLColor, kWidth *kHeight> greenColor = { in TEST_P() local
1502 greenColor.data()); in TEST_P()
DMultithreadingTest.cpp701 std::vector<GLColor> greenColor(kSize * kSize, GLColor::green); in textureThreadFunction() local
753 greenColor.data()); in textureThreadFunction()
DStateChangeTest.cpp4332 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/
DARDStatsView.m29 _statsLabel.textColor = [UIColor greenColor];
/external/python/cpython2/Lib/plat-mac/Carbon/
DQuickDraw.py61 greenColor = 341 variable
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktDynamicRenderingTests.cpp538 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/
DvktApiCopiesAndBlittingTests.cpp572 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()