HomeSort by relevance Sort by last modified time
    Searched refs:createSized (Results 176 - 200 of 228) sorted by null

1 2 3 4 5 6 78 910

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GetElementAt.java 59 gIn = Allocation.createSized(mRS, Element.U32(mRS), INPUTSIZE);
AllocationTest.java 107 Allocation A = Allocation.createSized(mRS, e, i);
297 Allocation A = Allocation.createSized(mRS, Element.F32(mRS), nElems);
321 Allocation A = Allocation.createSized(mRS, Element.I8(mRS), nElems);
346 Allocation A = Allocation.createSized(mRS, element, nElems);
370 Allocation A = Allocation.createSized(mRS, Element.I32(mRS), nElems);
395 Allocation.createSized(mRS, Element.ELEMENT(mRS), nElems);
434 Allocation srcA = Allocation.createSized(mRS, Element.F32(mRS), nElems);
435 Allocation dstA = Allocation.createSized(mRS, Element.F32(mRS), nElems);
458 Allocation srcA = Allocation.createSized(mRS, Element.I8(mRS), nElems);
459 Allocation dstA = Allocation.createSized(mRS, Element.I8(mRS), nElems)
    [all...]
ScriptGroupTest.java 329 Allocation input = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE);
381 Allocation input = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE);
437 Allocation input = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE);
439 Allocation input1 = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE);
495 Allocation input = Allocation.createSized(mRS, Element.F32_4(mRS), ARRAY_SIZE);
RSBaseCompute.java 114 Allocation alloc = Allocation.createSized(rs, element, INPUTSIZE);
178 Allocation alloc = Allocation.createSized(rs, element, INPUTSIZE);
203 Allocation alloc = Allocation.createSized(rs, element, INPUTSIZE);
AtomicTest.java 33 mReturn = Allocation.createSized(mRS, Element.I32(mRS), 1);
44 mReturn = Allocation.createSized(mRS, Element.U32(mRS), 1);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
KernelDataForRenderScriptd1new.java 72 stackAllocation = Allocation.createSized(renderScript,
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
KernelDataForRenderScriptF32.java 71 stackAllocation = Allocation.createSized(renderScript,
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_script_group2_float.java 48 Allocation input = Allocation.createSized(pRS, Element.F32(pRS), ARRAY_SIZE);
UT_script_group2_gatherscatter.java 72 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
UT_script_group2_nochain.java 51 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/d1new/
KernelDataForRenderScriptd1new.java 60 stackAllocation = Allocation.createSized(renderScript,
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/f32/
KernelDataForRenderScriptF32.java 58 stackAllocation = Allocation.createSized(renderScript,
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_script_group2_float.java 48 Allocation input = Allocation.createSized(pRS, Element.F32(pRS), ARRAY_SIZE);
UT_script_group2_gatherscatter.java 70 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
UT_script_group2_nochain.java 49 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
UT_reduce.java 267 Allocation inputAllocation = Allocation.createSized(RS, Element.I32(RS), inputArray.length);
467 Allocation inputAllocation = Allocation.createSized(RS, Element.F32(RS), inputArray.length);
525 Allocation inputAllocation = Allocation.createSized(RS, matElement, length);
590 Allocation inputAllocation = Allocation.createSized(RS, Element.I32(RS), inputArray.length);
708 Allocation inputAllocation = Allocation.createSized(RS, Element.U8(RS), inputArray.length);
711 Allocation outputAllocation = Allocation.createSized(RS, Element.U32(RS), histogramBucketCount);
751 Allocation inputAllocation = Allocation.createSized(RS, Element.U8(RS), inputArray.length);
    [all...]
  /frameworks/rs/tests/cppbasic-getpointer/
compute.cpp 35 sp<Allocation> a1 = Allocation::createSized(rs, e, 1000);
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
ErrorCalculator.java 62 mInputRowsAllocation = Allocation.createSized(mRS, Element.I32(mRS), rowIndices.length,
65 mOutputRegionsAllocation = Allocation.createSized(mRS, Element.I32(mRS),
  /frameworks/rs/tests/cppbasic/
compute.cpp 31 sp<Allocation> a1 = Allocation::createSized(rs, e, 1000);
  /frameworks/rs/tests/cppbasic-shared/
compute.cpp 31 sp<Allocation> a1 = Allocation::createSized(rs, e, 1000);
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
CallbackProcessor.java 63 mAllocationIn = Allocation.createSized(mRS, Element.U8(mRS), inputSize);
  /frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
FindRegion.java 94 border_coords_float = Allocation.createSized(mRs, Element.F32_2(mRs), mPointsXY.length / 2);
126 Allocation fit_max = Allocation.createSized(mRs, Element.I32_2(mRs), 1);
  /frameworks/base/rs/java/android/renderscript/
Script.java 497 mAllocation = Allocation.createSized(rs, mElement, dimx,
503 Allocation.createSized(rs, mElement, dimx,
  /frameworks/compile/slang/tests/P_reduce_general_input/
ScriptField_MyStruct.java.expect 74 obj.mAllocation = Allocation.createSized(rs, obj.mElement, dimX, usages);
  /frameworks/compile/slang/tests/P_reduce_general_inputs/
ScriptField_MyStruct.java.expect 74 obj.mAllocation = Allocation.createSized(rs, obj.mElement, dimX, usages);

Completed in 1644 milliseconds

1 2 3 4 5 6 78 910