Searched defs:mTextAlloc (Results 1 - 5 of 5) sorted by last modified time

/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/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsRenderStatesRS.java116 private Allocation mTextAlloc; field in class:RsRenderStatesRS
336 mTextAlloc = Allocation.createFromString(mRS, "String from allocation", Allocation.USAGE_SCRIPT);
344 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);

Completed in 83 milliseconds