Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libva
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libva
Commits
379f90c0
Commit
379f90c0
authored
Sep 19, 2007
by
Waldo Bastian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Plan for better test coverage.
parent
b0cc082e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
61 additions
and
0 deletions
+61
-0
test/testplan.txt
test/testplan.txt
+61
-0
No files found.
test/testplan.txt
0 → 100644
View file @
379f90c0
Test 1
- Initialize & Terminate
- vaGetDisplay, vaInitialize, vaTerminate
Test 2
- Query profiles
- vaQueryConfigProfiles, vaMaxNumProfiles
Test 3
- Query Entrypoints for all profiles
- vaQueryConfigEntryPoints, vaMaxNumEntryPoints
Test 4
- Query Config attributes for all profiles / entrypoints
- vaQueryConfigAttributes, vaMaxNumConfigAttributes
Test 5
- Create & destroy config for each profile / entrypoint
- vaCreateConfig
- NOTE: vaDestroyConfig does not exist
Test 6
- Get config attributes of various possible configs
- vaGetConfigAttributes
- Check if results for vaGetConfigAttributes match with vaQueryConfigAttributes for
a given profile / entrypoint
Test 7
- Create and destroy surfaces
- vaCreateSurfaces, vaDestroySurfaces
- Create surfaces of 352 x 288 pixels
- Create 1, 4 and 16 surfaces, destroy 4, create 6 surfaces, destroy 16, 1
and 6 surfaces.
Test 8
- Create and destroy surfaces of different sizes
- Create surfaces of 10 x 10 pixels, 128 x 128 pixels, 176 x 144 pixels, 144 x 176
pixels, 352 x 288 pixels, 399 x 299 pixels, 640 x 480 pixels, 1280 x 720
pixels
Test 9
- Create and destroy a context for each profile / entrypoint
- Pass 4 surfaces of 352 x 288 pixels
- vaCreateContext, vaDestroyContext
- See also Test 5
Test 10
- Create and destroy buffers
- vaCreateBuffer, vaDestroyBuffer
- For each different buffertype, create a buffer, then destroy them one by
one.
Test 11
- Map & unmap buffers
- vaBufferData, vaMapBuffer, vaUnmapBuffer
- For each different buffertype, copy data to the buffer with vaBufferData.
Then map the buffer and verify the contents of the buffer.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment