Searched refs:createFromString (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsListRS.java124 listElem.text = Allocation.createFromString(mRS, DATA_LIST[i], Allocation.USAGE_SCRIPT);
H A DRsRenderStatesRS.java336 mTextAlloc = Allocation.createFromString(mRS, "String from allocation", Allocation.USAGE_SCRIPT);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DTextTest.java48 mTests[index].testName = Allocation.createFromString(mRS,
H A DUiTest.java82 mTests[index].testName = Allocation.createFromString(mRS,
274 textElem.item = Allocation.createFromString(mRS, SAMPLE_TEXT, Allocation.USAGE_SCRIPT);
283 textElem.item = Allocation.createFromString(mRS, LIST_TEXT, Allocation.USAGE_SCRIPT);
H A DFillTest.java66 mTests[index].testName = Allocation.createFromString(mRS,
H A DMeshTest.java69 mTests[index].testName = Allocation.createFromString(mRS,
H A DTorusTest.java98 mTests[index].testName = Allocation.createFromString(mRS,
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java89 listElem.text = Allocation.createFromString(mRS, uta[i].name, Allocation.USAGE_SCRIPT);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java93 listElem.text = Allocation.createFromString(mRS, uta[i].name, Allocation.USAGE_SCRIPT);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java93 listElem.text = Allocation.createFromString(mRS, uta[i].name, Allocation.USAGE_SCRIPT);
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
H A DFBOSyncRS.java126 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
H A DFBOTestRS.java125 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSceneGraphRS.java140 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
H A DSimpleModelRS.java124 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTestCore.java111 listElem.text = Allocation.createFromString(mRS, uta[i].name, Allocation.USAGE_SCRIPT);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTestCore.java115 listElem.text = Allocation.createFromString(mRS, uta[i].name, Allocation.USAGE_SCRIPT);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java482 static public Allocation createFromString(RenderScript rs, method in class:AllocationThunker
488 android.renderscript.Allocation.createFromString(
H A DAllocation.java1626 static public Allocation createFromString(RenderScript rs, method in class:Allocation
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1836 static public Allocation createFromString(RenderScript rs, method in class:Allocation

Completed in 954 milliseconds