Searched defs:ImageFormatCase (Results 1 – 2 of 2) sorted by relevance
317 struct ImageFormatCase { struct318 SpvImageFormat format;319 bool expect_success;320 ast::ImageFormat expected;
1324 class ImageFormatCase : public TestCase, private glu::CallLogWrapper class1370 ImageFormatCase::ImageFormatCase (EglTestContext& eglTestCtx, const TestSpec& spec) in ImageFormatCase() function in deqp::egl::Image::ImageFormatCase