Searched refs:USAGE_SCRIPT (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DScript.java188 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
192 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
H A DMesh.java156 mVertexBuffers[i] = new Allocation(vtxIDs[i], mRS, null, Allocation.USAGE_SCRIPT);
163 mIndexBuffers[i] = new Allocation(idxIDs[i], mRS, null, Allocation.USAGE_SCRIPT);
750 int usage = Allocation.USAGE_SCRIPT;
764 sm.getVertexAllocation(0).syncAll(Allocation.USAGE_SCRIPT);
770 sm.getIndexSetAllocation(0).syncAll(Allocation.USAGE_SCRIPT);
H A DAllocation.java94 public static final int USAGE_SCRIPT = 0x0001; field in class:Allocation
181 if ((usage & ~(USAGE_SCRIPT |
264 case USAGE_SCRIPT:
906 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
946 return createSized(rs, e, count, USAGE_SCRIPT);
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
H A DFBOSyncRS.java126 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
180 Allocation.USAGE_SCRIPT |
187 Allocation.USAGE_SCRIPT |
H A DFBOTestRS.java125 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DRSTestCore.java93 listElem.text = Allocation.createFromString(mRS, uta[i].name, Allocation.USAGE_SCRIPT);
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java225 Allocation.USAGE_SCRIPT);
228 Allocation.USAGE_SCRIPT);
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSceneGraphRS.java140 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
H A DSimpleModelRS.java124 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java545 mTextAlloc = Allocation.createFromString(mRS, "String from allocation", Allocation.USAGE_SCRIPT);
708 textElem.item = Allocation.createFromString(mRS, SAMPLE_TEXT, Allocation.USAGE_SCRIPT);
717 textElem.item = Allocation.createFromString(mRS, LIST_TEXT, Allocation.USAGE_SCRIPT);

Completed in 782 milliseconds