Home
last modified time | relevance | path

Searched refs:allocString (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
DSimpleModelRS.java123 String allocString = "Displaying file: " + fileName; in initTextAllocation() local
124 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT); in initTextAllocation()
DSceneGraphRS.java139 String allocString = "Displaying file: R.raw.robot"; in initTextAllocation() local
140 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT); in initTextAllocation()
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
DFBOTestRS.java124 String allocString = "Displaying file: " + fileName; in initTextAllocation() local
125 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT); in initTextAllocation()
DFBOSyncRS.java125 String allocString = "Displaying file: " + fileName; in initTextAllocation() local
126 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT); in initTextAllocation()