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

/frameworks/rs/
H A DrsClosure.h67 Map<const ScriptFieldID*, Pair<int64_t, int>> mGlobals; member in class:android::renderscript::Closure
H A DrsClosure.cpp82 mGlobals[fieldIDs[i]] = make_pair(values[i], sizes[i]);
122 mGlobals[fieldIDs[i]] = make_pair(values[i], sizes[i]);
150 mGlobals[fieldID] = make_pair(value, size);
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.cpp525 for (const auto& p : closure->mGlobals) {

Completed in 631 milliseconds