/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ForEachTest.java | 62 Allocation badOut = Allocation.createTyped(mRS, t); 66 Allocation in = Allocation.createTyped(mRS, t); 68 Allocation out = Allocation.createTyped(mRS, t); 81 in = Allocation.createTyped(mRS, t); 83 out = Allocation.createTyped(mRS, t); 96 in = Allocation.createTyped(mRS, t); 98 out = Allocation.createTyped(mRS, t); 111 in = Allocation.createTyped(mRS, t); 113 out = Allocation.createTyped(mRS, t); 124 in = Allocation.createTyped(mRS, t) [all...] |
AllocationTest.java | 48 Allocation.createTyped(mRS, typeBuilder.create()); 59 Allocation.createTyped(mRS, typeBuilder.setX(8).create(), 62 Allocation.createTyped(mRS, typeBuilder.setY(8).create(), 66 Allocation.createTyped(mRS, typeBuilder.create(), 71 Allocation.createTyped(mRS, typeBuilder.create(), 74 Allocation.createTyped(mRS, typeBuilder.create(), 80 Allocation.createTyped(mRS, typeBuilder.setX(7).setY(1).create(), 83 Allocation.createTyped(mRS, typeBuilder.setX(7).setY(3).create(), 86 Allocation.createTyped(mRS, typeBuilder.setX(7).setY(7).create(), 91 Allocation.createTyped(mRS, typeBuilder.setX(7).setY(1).create() [all...] |
ScriptTest.java | 53 Allocation a = Allocation.createTyped(mRS, tb.create());
|
ProgramFragmentFixedFunctionTest.java | 40 mTex2D = Allocation.createTyped(mRS, typeB.create(),
|
ProgramFragmentTest.java | 45 mTex2D = Allocation.createTyped(mRS, typeB.create(), 49 mTexCube = Allocation.createTyped(mRS, typeB.create(),
|
ComputeTest.java | 359 Allocation in = Allocation.createTyped(mRS, t); 360 Allocation out = Allocation.createTyped(mRS, t); 368 Allocation badOut = Allocation.createTyped(mRS, badT);
|
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/ |
UT_alloc.java | 40 Allocation A = Allocation.createTyped(RS, typeBuilder.create()); 45 Allocation AFaces = Allocation.createTyped(RS, typeBuilder.create()); 48 Allocation ALOD = Allocation.createTyped(RS, typeBuilder.create()); 51 Allocation AFacesLOD = Allocation.createTyped(RS, typeBuilder.create());
|
UT_foreach.java | 39 A = Allocation.createTyped(RS, typeBuilder.create());
|
UT_refcount.java | 36 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
|
/development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/ |
HelloCompute.java | 61 mOutAllocation = Allocation.createTyped(mRS, mInAllocation.getType());
|
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/ |
FBOSyncRS.java | 178 mOffscreen = Allocation.createTyped(mRS, 185 mReadBackTest = Allocation.createTyped(mRS, 195 mOffscreenDepth = Allocation.createTyped(mRS,
|
FBOTestRS.java | 177 mOffscreen = Allocation.createTyped(mRS, 187 mOffscreenDepth = Allocation.createTyped(mRS,
|
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/ |
ShadersTestRS.java | 192 mScreen = Allocation.createTyped(mRS, b.create(), 198 mScreenDepth = Allocation.createTyped(mRS, b.create(),
|
/frameworks/base/graphics/java/android/renderscript/ |
ProgramFragmentFixedFunction.java | 279 Allocation constantData = Allocation.createTyped(mRS,constType);
|
Allocation.java | 868 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { 891 static public Allocation createTyped(RenderScript rs, Type type, int usage) { 892 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage); [all...] |
ProgramVertexFixedFunction.java | 204 mAlloc = Allocation.createTyped(rs, constInputType);
|
Mesh.java | 341 alloc = Allocation.createTyped(mRS, entry.t, mUsage); 353 alloc = Allocation.createTyped(mRS, entry.t, mUsage);
|
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/ |
ImageProcessingActivity.java | 233 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create()); 234 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
|
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/ |
MagicSmokeRS.java | 270 mRealTextures[index] = Allocation.createTyped(mRS, mTextureType, 274 mSourceTextures[index] = Allocation.createTyped(mRS, mTextureType,
|
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/ |
GrassRS.java | 261 final Allocation allocation = Allocation.createTyped(mRS, builder.create(),
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
RsBenchRS.java | 681 Allocation offscreen = Allocation.createTyped(mRS, 691 offscreen = Allocation.createTyped(mRS,
|
/prebuilt/sdk/14/ |
android.jar | |