Home
last modified time | relevance | path

Searched refs:fragmentFuncs (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dutxttest.cpp1349 static UTextFuncs fragmentFuncs; variable
1381 memcpy(&fragmentFuncs, ut->pFuncs, sizeof(fragmentFuncs)); in openFragmentedUnicodeString()
1382 fragmentFuncs.access = fragTextAccess; in openFragmentedUnicodeString()
1383 fragmentFuncs.clone = cloneFragmentedUnicodeString; in openFragmentedUnicodeString()
1384 ut->pFuncs = &fragmentFuncs; in openFragmentedUnicodeString()
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp2948 …const vector<FunctionContainer> fragmentFuncs = wrapCoreFunctions(NegativeTestShared::getNegati… in init() local
3056 …(CASETYPE_CALLBACK, m_context, "fragment", "Negative Fragment API Cases", fragmentFuncs)); in init()
3081 …dCases(CASETYPE_LOG, m_context, "fragment", "Negative Fragment API Cases", fragmentFuncs)); in init()
3106 …(CASETYPE_GETERROR, m_context, "fragment", "Negative Fragment API Cases", fragmentFuncs)); in init()