Home
last modified time | relevance | path

Searched refs:GetLevelParameterTest (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTests.hpp5930 class GetLevelParameterTest : public deqp::TestCase class
5934 GetLevelParameterTest(deqp::Context& context);
5940 GetLevelParameterTest(const GetLevelParameterTest& other);
5941 GetLevelParameterTest& operator=(const GetLevelParameterTest& other);
Dgl4cDirectStateAccessTests.cpp473 addChild(new Textures::GetLevelParameterTest(m_context)); in init()
Dgl4cDirectStateAccessTexturesTests.cpp8176 GetLevelParameterTest::GetLevelParameterTest(deqp::Context& context) in GetLevelParameterTest() function in gl4cts::DirectStateAccess::Textures::GetLevelParameterTest
8183 const glw::GLubyte GetLevelParameterTest::s_texture_data[] = {
8206 const glw::GLuint GetLevelParameterTest::s_texture_width = 4;
8207 const glw::GLuint GetLevelParameterTest::s_texture_height = 4;
8208 const glw::GLuint GetLevelParameterTest::s_texture_depth = 4;
8214 tcu::TestNode::IterateResult GetLevelParameterTest::iterate() in iterate()