Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • libANGLE
  • queryutils.h
Find file
BlameHistoryPermalink
  • Brandon Schade's avatar
    Add Android boot animation and rounding error test · 6c56c579
    Brandon Schade authored Jan 21, 2020
    This introduces an end2end test that makes the same GLES1
    calls as Android's default boot animation. The test uses
    images of much smaller sizes, but we do the same thing
    with the images as the original code (it uses one image as a
    mask and moves the other along behind it).
    
    The original default boot animation code can be found here:
    https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/cmds/bootanimation/BootAnimation.cpp#422
    
    This change also implements glTexParameterx since the default boot
    animation requires it. This function is part of OES_FIXED_POINT.
    
    This also includes a test to check for int to floating point cast errors
    when using GL_TEXTURE_CROP_RECT_OES.
    
    Tests: angle_end2end_tests --gtest_filter=*DefaultBootAnimation*
           angle_end2end_tests
           --gtest_filter=*TextureParameterTest.IntConversionsAndIntBounds*
    Bug: angleproject:3644
    Change-Id: Ib7e99c9dc1c001c71543d03ea4dd76082192f6a7
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2053506
    Commit-Queue: Brandon Schade <b.schade@samsung.com>
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarTobin Ehlis <tobine@google.com>
    6c56c579
queryutils.h 11.4 KB
EditWeb IDE
×

Replace queryutils.h

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.