HomeSort by relevance Sort by last modified time
    Searched refs:createSized (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
UT_mesh.java 35 Allocation vAlloc0 = Allocation.createSized(RS, Element.F32(RS), 10);
36 Allocation vAlloc1 = Allocation.createSized(RS, Element.F32_2(RS), 10);
38 Allocation iAlloc0 = Allocation.createSized(RS, Element.I16(RS), 10);
39 Allocation iAlloc2 = Allocation.createSized(RS, Element.I16(RS), 10);
UT_copy_test.java 34 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
35 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
58 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
59 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
82 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
83 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
  /frameworks/base/tests/RenderScriptTests/ComputePerf/src/com/example/android/rs/computeperf/
LaunchTest.java 35 mAllocationX = Allocation.createSized(rs, Element.U8(rs), dim);
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Transform.java 55 Allocation childRSData = Allocation.createSized(rs, Element.ALLOCATION(rs),
Scene.java 271 Allocation drawableData = Allocation.createSized(rs,
288 Allocation shaderData = Allocation.createSized(rs, Element.ALLOCATION(rs),
300 Allocation shaderData = Allocation.createSized(rs, Element.ALLOCATION(rs),
336 opaqueBuffer = Allocation.createSized(mRS, Element.U32(mRS), mRenderables.size());
340 transparentBuffer = Allocation.createSized(mRS, Element.U32(mRS), mRenderables.size());
348 cameraData = Allocation.createSized(mRS, Element.ALLOCATION(mRS), mCameras.size());
358 Allocation lightData = Allocation.createSized(mRS,
RenderPass.java 101 Allocation drawableData = Allocation.createSized(rs,
SceneManager.java 214 Allocation alloc = Allocation.createSized(rs, Element.U8(rs),
  /frameworks/rs/cpp/
Script.cpp 66 mAllocation = Allocation::createSized(rs, mElement, dimx, RS_ALLOCATION_USAGE_SCRIPT | usages);
Allocation.h 122 static sp<Allocation> createSized(RenderScript *rs, sp<const Element> e, size_t count,
Allocation.cpp 405 android::sp<Allocation> Allocation::createSized(RenderScript *rs, sp<const Element> e,
470 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage);
  /frameworks/rs/tests/
compute.cpp 31 sp<Allocation> a1 = Allocation::createSized(rs, e, 1000);
  /frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicLUT.java 37 mTables = Allocation.createSized(rs, Element.U8(rs), 1024);
Script.java 295 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
299 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
Allocation.java     [all...]
Mesh.java 366 alloc = Allocation.createSized(mRS, entry.e, entry.size, mUsage);
378 alloc = Allocation.createSized(mRS, entry.e, entry.size, mUsage);
  /frameworks/base/tests/RenderScriptTests/LivePreview/src/com/android/rs/livepreview/
RsYuv.java 61 mAllocationIn = Allocation.createSized(rs, Element.U8(mRS), (mHeight * mWidth) +
  /frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
ScriptIntrinsicLUT.java 35 mTables = Allocation.createSized(rs, Element.U8(rs), 1024);
Script.java 295 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
299 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
Allocation.java     [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationTest.java 107 Allocation A = Allocation.createSized(mRS, e, i);
289 Allocation A = Allocation.createSized(mRS, Element.F32(mRS), nElems);
313 Allocation A = Allocation.createSized(mRS, Element.I8(mRS), nElems);
337 Allocation A = Allocation.createSized(mRS, Element.I16(mRS), nElems);
361 Allocation A = Allocation.createSized(mRS, Element.I32(mRS), nElems);
386 Allocation.createSized(mRS, Element.ELEMENT(mRS), nElems);
425 Allocation srcA = Allocation.createSized(mRS, Element.F32(mRS), nElems);
426 Allocation dstA = Allocation.createSized(mRS, Element.F32(mRS), nElems);
449 Allocation srcA = Allocation.createSized(mRS, Element.I8(mRS), nElems);
450 Allocation dstA = Allocation.createSized(mRS, Element.I8(mRS), nElems)
    [all...]
MeshTest.java 47 mAttrAlloc = Allocation.createSized(mRS, mPosElem, 3);
48 mIndexAlloc = Allocation.createSized(mRS, Element.U16(mRS), 3);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 103 Allocation alloc = Allocation.createSized(rs, Element.U8(rs),
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 202 mBladesIndicies = Allocation.createSized(mRS, Element.U16(mRS), mIndicies);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 263 mLineIdxAlloc = Allocation.createSized(mRS, Element.U16(mRS), mIndexData.length,
  /prebuilts/sdk/14/
android.jar 

Completed in 2314 milliseconds

1 2