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

/external/chromium_org/third_party/skia/tests/
H A DFontMgrTest.cpp57 const char* inNames[] = { local
61 for (size_t i = 0; i < SK_ARRAY_COUNT(inNames); ++i) {
62 SkAutoTUnref<SkTypeface> first(SkTypeface::CreateFromName(inNames[i],
68 SkAutoTUnref<SkTypeface> face(SkTypeface::CreateFromName(inNames[i],
74 inNames[i], name.c_str(), first->uniqueID(), face->uniqueID());
/external/skia/tests/
H A DFontMgrTest.cpp57 const char* inNames[] = { local
61 for (size_t i = 0; i < SK_ARRAY_COUNT(inNames); ++i) {
62 SkAutoTUnref<SkTypeface> first(SkTypeface::CreateFromName(inNames[i],
68 SkAutoTUnref<SkTypeface> face(SkTypeface::CreateFromName(inNames[i],
74 inNames[i], name.c_str(), first->uniqueID(), face->uniqueID());
/external/deqp/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 101 milliseconds