HomeSort by relevance Sort by last modified time
    Searched defs:stackAllocation (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
KernelDataForRenderScriptd1new.java 44 Allocation stackAllocation;
72 stackAllocation = Allocation.createSized(renderScript,
74 stackAllocation.copyFrom(kernelStack);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
KernelDataForRenderScriptF32.java 45 Allocation stackAllocation;
71 stackAllocation = Allocation.createSized(renderScript,
73 stackAllocation.copyFrom(kernelStack);
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/
KernelDataForRenderScriptd1new.java 32 Allocation stackAllocation;
60 stackAllocation = Allocation.createSized(renderScript,
62 stackAllocation.copyFrom(kernelStack);
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/
KernelDataForRenderScriptF32.java 32 Allocation stackAllocation;
58 stackAllocation = Allocation.createSized(renderScript,
60 stackAllocation.copyFrom(kernelStack);

Completed in 1174 milliseconds