Home
last modified time | relevance | path

Searched refs:inNames (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DFontMgrTest.cpp61 const char* inNames[] = { in DEF_TEST() local
65 for (size_t i = 0; i < SK_ARRAY_COUNT(inNames); ++i) { in DEF_TEST()
66 sk_sp<SkTypeface> first(SkTypeface::MakeFromName(inNames[i], SkFontStyle())); in DEF_TEST()
73 sk_sp<SkTypeface> face(SkTypeface::MakeFromName(inNames[i], SkFontStyle())); in DEF_TEST()
79 inNames[i], firstName.c_str(), first->uniqueID(), name.c_str(), face->uniqueID()); in DEF_TEST()
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sLongShaderTests.cpp246 std::vector<std::string> inNames (numVars);
249 m_rnd.choose(m_varNames.begin(), m_varNames.end(), inNames.begin(), (int)numVars);
252 std::string expr = makeExpression(inNames, numOps);

Completed in 2 milliseconds