Home
last modified time | relevance | path

Searched refs:TextureViewTestErrors (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureViewTests.hpp393 class TextureViewTestErrors : public deqp::TestCase class
397 TextureViewTestErrors(deqp::Context& context);
399 virtual ~TextureViewTestErrors() in ~TextureViewTestErrors()
Dgl4cTextureViewTests.cpp3262 TextureViewTestErrors::TextureViewTestErrors(deqp::Context& context) in TextureViewTestErrors() function in gl4cts::TextureViewTestErrors
3285 void TextureViewTestErrors::deinit() in deinit()
3406 tcu::TestNode::IterateResult TextureViewTestErrors::iterate() in iterate()
10340 addChild(new TextureViewTestErrors(m_context)); in init()