Searched refs:mTextAlloc (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
D | SimpleModelRS.java | 55 private Allocation mTextAlloc; field in SimpleModelRS 124 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT); in initTextAllocation() 125 mScript.set_gTextAlloc(mTextAlloc); in initTextAllocation()
|
D | SceneGraphRS.java | 65 private Allocation mTextAlloc; field in SceneGraphRS 140 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT); in initTextAllocation() 141 mScript.set_gTextAlloc(mTextAlloc); in initTextAllocation()
|
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/ |
D | FBOTestRS.java | 60 private Allocation mTextAlloc; field in FBOTestRS 125 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT); in initTextAllocation() 126 mScript.set_gTextAlloc(mTextAlloc); in initTextAllocation()
|
D | FBOSyncRS.java | 61 private Allocation mTextAlloc; field in FBOSyncRS 126 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT); in initTextAllocation() 127 mScript.set_gTextAlloc(mTextAlloc); in initTextAllocation()
|
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/ |
D | RsRenderStatesRS.java | 116 private Allocation mTextAlloc; field in RsRenderStatesRS 336 … mTextAlloc = Allocation.createFromString(mRS, "String from allocation", Allocation.USAGE_SCRIPT); in initFonts() 344 mScript.set_gTextAlloc(mTextAlloc); in initFonts()
|