skia2/tools/skqp/src
Matt Turner 9f26069e76 [skqp] Call gpuSetup() from SkQP::evaluateGM()
gpuSetup() is responsible for calling skiagm::onGpuSetup() which is
responsible for initializing compressed images used in the following
SkQP tests:

- gl_compressed_textures
- gl_compressed_textures_nmof
- gl_compressed_textures_npot
- gles_compressed_textures
- gles_compressed_textures_nmof
- gles_compressed_textures_npot
- vk_compressed_textures
- vk_compressed_textures_nmof
- vk_compressed_textures_npot

Without this patch each of these tests crash. I suspect these tests were
broken by commit a84caa3a5f ("Make some GMs compatible with the *ooprddl
configs").

Change-Id: Iae864996b9b171084c8ceb5374765d510ff56b49
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/510056
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2022-02-23 18:40:00 +00:00
..
BUILD.bazel Update Bazel files 2022-01-06 18:10:57 +00:00
jni_skqp.cpp Add android build files for skqp cts testing 2022-02-11 18:52:27 +00:00
skqp_main.cpp Reduce scope of SkQP to pass/fail runs of GMs and UnitTests 2022-01-04 18:07:48 +00:00
skqp.cpp [skqp] Call gpuSetup() from SkQP::evaluateGM() 2022-02-23 18:40:00 +00:00
skqp.h Enable ClangTidy check llvm-namespace-comment. 2020-08-06 19:07:52 +00:00