Searched refs:TextureCubeFormatCase (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fTextureFormatTests.cpp | 206 class TextureCubeFormatCase : public tcu::TestCase class 209 …TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name,… 210 ~TextureCubeFormatCase (void); 217 TextureCubeFormatCase (const TextureCubeFormatCase& other); 218 TextureCubeFormatCase& operator= (const TextureCubeFormatCase& other); 237 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& render… in TextureCubeFormatCase() function in deqp::gles2::Functional::TextureCubeFormatCase 251 TextureCubeFormatCase::~TextureCubeFormatCase (void) in ~TextureCubeFormatCase() 256 void TextureCubeFormatCase::init (void) in init() 306 void TextureCubeFormatCase::deinit (void) in deinit() 314 bool TextureCubeFormatCase::testFace (tcu::CubeFace face) in testFace() [all …]
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fTextureFormatTests.cpp | 246 class TextureCubeFormatCase : public tcu::TestCase class 249 …TextureCubeFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* … 250 …TextureCubeFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* … 251 ~TextureCubeFormatCase (void); 258 TextureCubeFormatCase (const TextureCubeFormatCase& other); 259 TextureCubeFormatCase& operator= (const TextureCubeFormatCase& other); 278 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, Context& context, const ch… in TextureCubeFormatCase() function in deqp::gles3::Functional::TextureCubeFormatCase 293 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, Context& context, const ch… in TextureCubeFormatCase() function in deqp::gles3::Functional::TextureCubeFormatCase 308 TextureCubeFormatCase::~TextureCubeFormatCase (void) in ~TextureCubeFormatCase() 313 void TextureCubeFormatCase::init (void) in init() [all …]
|