18 void CreateGeometry();
20 void Test(
const TextureFormatInfo &texture_format, uint32_t signed_flags,
const std::string &test_name);
21 void TestGradients(
const std::string &name,
const TextureFormatInfo &texture_format, uint32_t blend_op);
23 static std::string MakeTestName(
const TextureFormatInfo &texture_format, uint32_t signed_flags);
Definition texture_signed_component_tests.h:11
void Initialize() override
Called to initialize the test suite.
Definition texture_signed_component_tests.cpp:55