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

/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsListRS.java89 ScriptField_ListAllocs_s mListAllocs; field in class:RsListRS
121 mListAllocs = new ScriptField_ListAllocs_s(mRS, DATA_LIST.length);
125 mListAllocs.set(listElem, i, false);
128 mListAllocs.copyAll();
130 mScript.bind_gList(mListAllocs);
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
H A DRSTestCore.java42 ScriptField_ListAllocs_s mListAllocs; field in class:RSTestCore
86 mListAllocs = new ScriptField_ListAllocs_s(mRS, uta.length);
91 mListAllocs.set(listElem, i, false);
95 mListAllocs.copyAll();
97 mScript.bind_gList(mListAllocs);
151 if (mListAllocs != null && mScript != null && mRS != null) {
152 mListAllocs.copyAll();
154 mScript.bind_gList(mListAllocs);
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
H A DRSTestCore.java42 ScriptField_ListAllocs_s mListAllocs; field in class:RSTestCore
90 mListAllocs = new ScriptField_ListAllocs_s(mRS, uta.length);
95 mListAllocs.set(listElem, i, false);
99 mListAllocs.copyAll();
101 mScript.bind_gList(mListAllocs);
155 if (mListAllocs != null && mScript != null && mRS != null) {
156 mListAllocs.copyAll();
158 mScript.bind_gList(mListAllocs);
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DRSTestCore.java42 ScriptField_ListAllocs_s mListAllocs; field in class:RSTestCore
115 mListAllocs = new ScriptField_ListAllocs_s(mRS, uta.length);
120 mListAllocs.set(listElem, i, false);
124 mListAllocs.copyAll();
126 mScript.bind_gList(mListAllocs);
180 if (mListAllocs != null && mScript != null && mRS != null) {
181 mListAllocs.copyAll();
183 mScript.bind_gList(mListAllocs);

Completed in 831 milliseconds