Searched refs:mTextAlloc (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
H A DFBOSyncRS.java61 private Allocation mTextAlloc; field in class:FBOSyncRS
126 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
127 mScript.set_gTextAlloc(mTextAlloc);
H A DFBOTestRS.java60 private Allocation mTextAlloc; field in class:FBOTestRS
125 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
126 mScript.set_gTextAlloc(mTextAlloc);
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSceneGraphRS.java65 private Allocation mTextAlloc; field in class:SceneGraphRS
140 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
141 mScript.set_gTextAlloc(mTextAlloc);
H A DSimpleModelRS.java55 private Allocation mTextAlloc; field in class:SimpleModelRS
124 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
125 mScript.set_gTextAlloc(mTextAlloc);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java127 private Allocation mTextAlloc; field in class:RsBenchRS
545 mTextAlloc = Allocation.createFromString(mRS, "String from allocation", Allocation.USAGE_SCRIPT);

Completed in 71 milliseconds