1. 13 May, 2016 1 commit
  2. 12 May, 2016 1 commit
  3. 04 May, 2016 1 commit
  4. 02 May, 2016 2 commits
  5. 29 Apr, 2016 2 commits
  6. 28 Apr, 2016 3 commits
  7. 27 Apr, 2016 1 commit
  8. 25 Apr, 2016 1 commit
  9. 22 Apr, 2016 2 commits
  10. 21 Apr, 2016 3 commits
    • Yang Ni's avatar
      8e776ad7
    • Yang Ni's avatar
      CTS tests for single-source RS allocation API · 36d17c04
      Yang Ni authored
      Bug: 23535985
      
      Adapted from Pirama's tests in RsTest, to make it work with the CTS
      testing harness.
      
      Refactored so that tests are in seperate groups depending on what
      they are testing. In the allocation creation test, also moved the loop
      over data types and vector sizes into the script from Java.
      
      Dropped the return values for testing kernels, since it is no longer
      a requirement in the final implementation of rsForEach().
      
      Change-Id: Ie5512809412c1229dd975395fd33c18ec643e1dc
      (cherry picked from commit 1238e2e8)
      36d17c04
    • William Roberts's avatar
      testAllCharacterDevicesAreSecure: move to host side · 7a9c0418
      William Roberts authored
      Move testAllCharacterDevicesAreSecure() to a host side test.
      Currently, this CTS test is unable to enumerate devices on /dev
      becuase SE Linux policy is blocking it. Rather then open this
      access to untrusted_app domain, move the test host side where
      shell domain shall be granted access.
      
      bug: 28306036
      Change-Id: Ie75366f0efe88a0d265d62b6cdc8014827e2e069
      7a9c0418
  11. 19 Apr, 2016 2 commits
  12. 18 Apr, 2016 1 commit
  13. 16 Apr, 2016 2 commits
    • Yang Ni's avatar
      Removed unused global variable · 4335a9a3
      Yang Ni authored
      Bug: 27874893
      
      (cherry picked from commit 2b9f262c)
      
      Change-Id: I1d99c58cf1bacffc77bd6b0c42072334073e2348
      4335a9a3
    • Yang Ni's avatar
      CTS tests for single-source RS rsForEach · 98faf3c8
      Yang Ni authored
      Bug: 23535985
      
      Added CTS tests for the rsForEach API for Single-Source RenderScript.
      
      Adjusted one existing CTS test (get_allocation.rs for GetAllocationTest)
      to avoid calling the deprecated rsForEach API with a script argument.
      
      Temporarily added the 0 target API level for all RenderScript tests, since
      the new API rsForEach is not officially released yet. This would be
      removed once the API is released, and assigned an official API level.
      
      (cherry picked from commit 1b9f8e15)
      
      Change-Id: Ife5fd3e30de8c223dc7b5ea4d8c6c1a7a9e852f5
      98faf3c8
  14. 14 Apr, 2016 3 commits
  15. 13 Apr, 2016 2 commits
    • Yang Ni's avatar
      Merge "Adjusted precision of refocus test" · 0ce7277f
      Yang Ni authored
      0ce7277f
    • Yang Ni's avatar
      Adjusted precision of refocus test · 1c9ec8cb
      Yang Ni authored
      Bug: 27747093
      
      Relaxed the precision of the new Refocus test a bit more to tolerate
      GPU run.
      
      More cleanups
      * Avoided sending new picture intent, since CTS runs in StrictMode
       that forbids exposing piture URI.
      * Renamed a parameter with a better name
      * Comment rewording
      
      Change-Id: I4393f637ac833142a5ad43c7b2b1851cc9394b29
      (cherry picked from commit 067aaadc)
      1c9ec8cb
  16. 12 Apr, 2016 2 commits
    • Yang Ni's avatar
      a5afb508
    • Yang Ni's avatar
      Shrank refocus test and reference image size · b081c558
      Yang Ni authored
      Bug: 27747093
      
      Replaced the test image with a smaller one, so that it can be loaded
      into memory on an X86 emulator, or a device with small RAM.
      
      Separated the depthmap from the test image itself, to make it easy to
      resize both the image and the depthmap in sync. Adjusted DepthImage
      and RGBZ classes to handle a separate image and depthmap.
      
      Adjusted the DepthOfFieldOptions class to make the output image
      look reasonable. The blur-at-infinity parameter was improperly set
      previously.
      
      Use PSNR for image comparison. Updated the ImageCompare class to do
      in-place comparision, instead of loading redundant copies of the images
      into memory.
      
      Adjusted MediaStoreSaver class to use a different path to write the
      output image, in the case where Pictures directory does not exist,
      e.g., on an X86 emulator.
      
      Use PNG instaed of JPG test images, to avoid noises from decompression
      on different target platforms.
      
      Change-Id: I281c738780d98bb70404d05b59a430735c546715
      b081c558
  17. 11 Apr, 2016 4 commits
  18. 08 Apr, 2016 2 commits
  19. 06 Apr, 2016 2 commits
  20. 05 Apr, 2016 3 commits