Searched refs:colorStr (Results 1 - 4 of 4) sorted by relevance

/external/ImageMagick/Magick++/tests/
H A Dcolor.cpp31 struct colorStr struct
40 struct colorStr colorMap [] =
/external/deqp/modules/gles2/functional/
H A Des2fShaderInvarianceTests.cpp281 const char* const colorStr = (passNdx == 0) ? ("red - purple") : ("green"); local
283 m_testCtx.getLog() << tcu::TestLog::Message << "Drawing position test pattern using shader " << (passNdx+1) << ". Primitive color: " << colorStr << "." << tcu::TestLog::EndMessage;
325 const char* const colorStr = (passNdx == 0) ? ("red - purple") : ("green"); local
327 m_testCtx.getLog() << tcu::TestLog::Message << "Drawing Z-test pattern using shader " << (passNdx+1) << ". Primitive color: " << colorStr << ". DepthFunc: " << depthFuncStr << tcu::TestLog::EndMessage;
/external/deqp/modules/gles3/functional/
H A Des3fShaderInvarianceTests.cpp281 const char* const colorStr = (passNdx == 0) ? ("red - purple") : ("green"); local
283 m_testCtx.getLog() << tcu::TestLog::Message << "Drawing position test pattern using shader " << (passNdx+1) << ". Primitive color: " << colorStr << "." << tcu::TestLog::EndMessage;
325 const char* const colorStr = (passNdx == 0) ? ("red - purple") : ("green"); local
327 m_testCtx.getLog() << tcu::TestLog::Message << "Drawing Z-test pattern using shader " << (passNdx+1) << ". Primitive color: " << colorStr << ". DepthFunc: " << depthFuncStr << tcu::TestLog::EndMessage;
/external/skia/src/svg/
H A DSkSVGDevice.cpp501 SkString colorStr(svg_color(color));
506 stop.addAttribute("stop-color", colorStr.c_str());

Completed in 184 milliseconds