Searched defs:yellow (Results 1 - 8 of 8) sorted by relevance

/external/libcxx/test/utilities/function.objects/unord.hash/
H A Denum.pass.cpp24 enum class Colors { red, orange, yellow, green, blue, indigo, violet }; member in class:Colors
26 enum class LongColors : short { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::LongColors
27 enum class ShortColors : long { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::ShortColors
28 enum class EightBitColors : uint8_t { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::EightBitColors
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasStyle.h94 CMYKAValues(float cyan, float magenta, float yellow, float black, float alpha) : c(cyan), m(magenta), y(yellow), k(black), a(alpha) { } argument
/external/deqp/modules/gles3/functional/
H A Des3fFboDepthbufferTests.cpp255 const tcu::Vec4 yellow (1.0, 1.0, 0.0, 1.0);
292 // Render yellow quad, depth gradient = [-0.5..3]. Gradients have equal values only outside [0, 1] range due to clamping
294 depthGradShader.setUniforms(*getCurrentContext(), depthGradShaderID, -0.5f, 3.0f, yellow); local
/external/lldb/examples/python/
H A Dgdbremote.py122 def yellow(self, fg = True): member in class:TerminalColors
123 '''Set the foreground or background color to yellow.
/external/chromium_org/cc/output/
H A Drenderer_pixeltest.cc756 SolidColorDrawQuad* yellow = local
758 yellow->SetNew(shared_state, yellow_rect, yellow_rect, SK_ColorYELLOW, false);
847 SolidColorDrawQuad* yellow = local
849 yellow->SetNew(shared_state, yellow_rect, yellow_rect, SK_ColorYELLOW, false);
916 SolidColorDrawQuad* yellow = local
918 yellow->SetNew(shared_state, yellow_rect, yellow_rect, SK_ColorYELLOW, false);
986 SolidColorDrawQuad* yellow = local
988 yellow->SetNew(shared_state, yellow_rect, yellow_rect, SK_ColorYELLOW, false);
1080 SolidColorDrawQuad* yellow = local
1082 yellow
1129 SolidColorDrawQuad* yellow = local
1568 SolidColorDrawQuad* yellow = local
1616 SolidColorDrawQuad* yellow = local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fVertexAttributeBindingTests.cpp76 // Verifies image contains only yellow or greeen, or a linear combination
83 const tcu::RGBA yellow (255, 255, 0, 255);
97 // Any pixel with !(G ~= 255) is faulty (not a linear combinations of green and yellow)
101 // Any pixel with !(B ~= 0) is faulty (not a linear combinations of green and yellow)
714 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); local
774 const tcu::Vec4& color = ((x + y) % 2 == 0) ? (green) : (yellow);
786 const tcu::Vec4& color = ((x + y) % 2 == 0) ? (green) : (yellow);
1001 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); local
1033 const tcu::Vec4& color = ((x + y) % 2 == 0) ? (green) : (yellow);
1241 const tcu::Vec4 yellow local
[all...]
H A Des31fGeometryShaderTests.cpp953 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); local
954 const tcu::Vec4 colors[4] = { yellow, red, green, blue };
982 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); local
983 const tcu::Vec4 colors[4] = { red, green, blue, yellow };
1075 " const highp vec4 yellow = vec4(1.0, 1.0, 0.0, 1.0);\n"
1076 " const highp vec4 colors[4] = vec4[4](red, green, blue, yellow);\n"
1159 " const mediump vec4 yellow = vec4(1.0, 1.0, 0.0, 1.0);\n"
1160 " const mediump vec4 colors[4] = vec4[4](yellow, red, green, blue);\n"
1257 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); local
1258 const tcu::Vec4 colors[4] = { red, green, blue, yellow };
3318 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 263 milliseconds