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

1 2 3 4 5 6 78 91011

  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_blur_validation.java 55 input1D = Allocation.createSized(RS,
UT_script_group2_pointwise.java 45 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
UT_script_group2_float.java 45 Allocation input = Allocation.createSized(pRS, Element.F32(pRS), ARRAY_SIZE);
UT_script_group2_gatherscatter.java 67 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
UT_script_group2_nochain.java 46 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_blur_validation.java 57 input1D = Allocation.createSized(RS,
UT_script_group2_pointwise.java 47 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
UT_script_group2_float.java 47 Allocation input = Allocation.createSized(pRS, Element.F32(pRS), ARRAY_SIZE);
UT_script_group2_gatherscatter.java 69 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
UT_script_group2_nochain.java 48 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
KernelDataForRenderScript.java 98 infoAllocation = Allocation.createSized(
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestMix.java 59 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
69 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
153 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
247 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE);
257 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE);
341 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE);
351 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE);
445 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE);
455 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GetElementAt.java 76 gIn = Allocation.createSized(mRS, Element.U32(mRS), INPUTSIZE);
AllocationTest.java 107 Allocation A = Allocation.createSized(mRS, e, i);
298 Allocation A = Allocation.createSized(mRS, Element.F32(mRS), nElems);
324 Allocation A = Allocation.createSized(mRS, Element.I8(mRS), nElems);
351 Allocation A = Allocation.createSized(mRS, element, nElems);
377 Allocation A = Allocation.createSized(mRS, Element.I32(mRS), nElems);
404 Allocation.createSized(mRS, Element.ELEMENT(mRS), nElems);
447 Allocation srcA = Allocation.createSized(mRS, Element.F32(mRS), nElems);
448 Allocation dstA = Allocation.createSized(mRS, Element.F32(mRS), nElems);
474 Allocation srcA = Allocation.createSized(mRS, Element.I8(mRS), nElems);
475 Allocation dstA = Allocation.createSized(mRS, Element.I8(mRS), nElems)
    [all...]
  /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/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
UT_global.java 34 A = Allocation.createSized(RS, elem, 128);
  /frameworks/rs/tests/cpp_api/cppbasic-getpointer/
compute.cpp 32 sp<Allocation> a1 = Allocation::createSized(rs, e, 1000);
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/
KernelDataForRenderScriptd1new.java 60 stackAllocation = Allocation.createSized(renderScript,
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/
KernelDataForRenderScriptF32.java 58 stackAllocation = Allocation.createSized(renderScript,
  /frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
Swarm.java 306 Allocation posAlloc = Allocation.createSized(rs, Element.F32_4(rs), SWARM_SIZE);
307 Allocation velAlloc = Allocation.createSized(rs, Element.F32_4(rs), SWARM_SIZE);
311 Allocation triAlloc1 = Allocation.createSized(rs, Element.F32_4(rs), triAllocSize);
315 triAlloc2 = Allocation.createSized(rs, Element.F32_4(rs), triAllocSize);
  /frameworks/rs/tests/lldb/cpp/KernelVariables/
KernelVariables.cpp 40 sp<Allocation> int_allocation = Allocation::createSized(rs, Element::I32(rs), 4);
  /frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/
MainActivity.java 67 Allocation int_allocation = Allocation.createSized(mRS, Element.I32(mRS), 4);
  /frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
jnikernelvariables.cpp 49 sp<Allocation> int_allocation = Allocation::createSized(rs, Element::I32(rs), 4);
  /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),

Completed in 519 milliseconds

1 2 3 4 5 6 78 91011