Home
last modified time | relevance | path

Searched refs:GenerateMipmapTest (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTests.hpp5805 class GenerateMipmapTest : public deqp::TestCase class
5809 GenerateMipmapTest(deqp::Context& context);
5815 GenerateMipmapTest(const GenerateMipmapTest& other);
5816 GenerateMipmapTest& operator=(const GenerateMipmapTest& other);
Dgl4cDirectStateAccessTests.cpp471 addChild(new Textures::GenerateMipmapTest(m_context)); in init()
Dgl4cDirectStateAccessTexturesTests.cpp7196 GenerateMipmapTest::GenerateMipmapTest(deqp::Context& context) in GenerateMipmapTest() function in gl4cts::DirectStateAccess::Textures::GenerateMipmapTest
7206 tcu::TestNode::IterateResult GenerateMipmapTest::iterate() in iterate()
7351 const glw::GLubyte GenerateMipmapTest::s_texture_data[] = {
7367 const glw::GLuint GenerateMipmapTest::s_texture_width = 256;
7368 const glw::GLuint GenerateMipmapTest::s_texture_width_log = 8;
/external/angle/src/tests/gl_tests/
DMultisampledRenderToTextureTest.cpp1139 TEST_P(MultisampledRenderToTextureTest, GenerateMipmapTest) in TEST_P() argument