libva-utils/test
U. Artie Eoff cde70e171e test/get_create_config: fix test cases
Use the new config methods from fixture.

Also, properly handle config attributes that use bitfields.
That is, some attributes require only one bitmask/value
for vaCreateConfig, therefore we cannot directly use
the attribute returned from vaGetConfigAttributes since
those bitfield attributes will return a bitfield value with
"all" OR'd supported bitmask choices.

Fixes #86

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
2018-01-22 09:43:28 -08:00
..
gtest test: add googletest release-1.8.0 source 2016-11-29 11:41:17 -08:00
Makefile.am test: add some common typedefs 2018-01-12 08:35:10 +08:00
test.h test: fix header guards 2018-01-02 11:20:10 -08:00
test_data.h test/data: define config attribute BitMask map 2018-01-22 09:43:28 -08:00
test_defs.h test/data: define config attribute BitMask map 2018-01-22 09:43:28 -08:00
test_internal.cpp test/internal: add interal test for Resolution definition 2018-01-05 08:41:33 -08:00
test_main.cpp test: add initial test_main target 2016-11-29 11:41:17 -08:00
test_streamable.h test: fix header guards 2018-01-02 11:20:10 -08:00
test_utils.h test/utils: define Resolution structure 2018-01-05 08:41:33 -08:00
test_va_api_config_attribs.cpp test/config_attribs: use new fixture config methods 2018-01-22 09:43:28 -08:00
test_va_api_createbuffer.cpp test/create_buffer: use new fixture config methods 2018-01-22 09:43:28 -08:00
test_va_api_createcontext.cpp test/createcontext: use new fixture config methods 2018-01-22 09:43:28 -08:00
test_va_api_createsurfaces.cpp test/data: use g_ prefix for global vars, not m_ 2018-01-22 09:43:28 -08:00
test_va_api_display_attribs.cpp test/display_attribs: cleanup test cases 2018-01-12 08:35:10 +08:00
test_va_api_fixture.cpp test/fixture: consolidate config methods 2018-01-22 09:43:28 -08:00
test_va_api_fixture.h test/fixture: consolidate config methods 2018-01-22 09:43:28 -08:00
test_va_api_get_create_config.cpp test/get_create_config: fix test cases 2018-01-22 09:43:28 -08:00
test_va_api_get_max_values.cpp test/get_max_values: cleanup test cases 2018-01-12 08:35:10 +08:00
test_va_api_init_terminate.cpp test/init_terminate: cleanup test cases 2018-01-12 08:35:10 +08:00
test_va_api_query_config.cpp test/data: use g_ prefix for global vars, not m_ 2018-01-22 09:43:28 -08:00
test_va_api_query_vendor.cpp test/queryvendor: cleanup test cases 2018-01-12 08:35:10 +08:00