HomeSort by relevance Sort by last modified time
    Searched refs:mTextAlloc (Results 1 - 5 of 5) sorted by null

  /frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
FBOSyncRS.java 61 private Allocation mTextAlloc;
126 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
127 mScript.set_gTextAlloc(mTextAlloc);
FBOTestRS.java 60 private Allocation mTextAlloc;
125 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
126 mScript.set_gTextAlloc(mTextAlloc);
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SceneGraphRS.java 65 private Allocation mTextAlloc;
140 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
141 mScript.set_gTextAlloc(mTextAlloc);
SimpleModelRS.java 55 private Allocation mTextAlloc;
124 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
125 mScript.set_gTextAlloc(mTextAlloc);
  /frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
RsRenderStatesRS.java 116 private Allocation mTextAlloc;
336 mTextAlloc = Allocation.createFromString(mRS, "String from allocation", Allocation.USAGE_SCRIPT);
344 mScript.set_gTextAlloc(mTextAlloc);

Completed in 654 milliseconds