commit | 1530283c483cb88aa725bce50a6d193dd00ee570 | [log] [tgz] |
---|---|---|
author | kkinnunen <kkinnunen@nvidia.com> | Tue Dec 01 04:35:26 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Dec 01 04:35:26 2015 -0800 |
tree | c34d73ac28d83690a4cbf1196854176677e07366 | |
parent | 362c900625dc2ece854678455776b711c1e44c04 [diff] |
Generate list of GPU contexts outside tests Use DEF_GPUTEST_FOR_*_CONTEXT macros to obtain the test GPU context. Makes changing the context -related classes easier, since not all tests need to be changed. BUG=skia:2992 Review URL: https://codereview.chromium.org/1448873002