Home
last modified time | relevance | path

Searched refs:TextureShadowLodTest (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
DesextcTextureShadowLodFunctionsTest.hpp38 class TextureShadowLodTest : public TestCaseGroup class
41 TextureShadowLodTest(Context& context);
42 virtual ~TextureShadowLodTest(void);
47 TextureShadowLodTest(const TextureShadowLodTest&); // not allowed!
48 TextureShadowLodTest& operator=(const TextureShadowLodTest&); // not allowed!
DesextcTextureShadowLodFunctionsTest.cpp929 TextureShadowLodTest::TextureShadowLodTest(Context& context) in TextureShadowLodTest() function in deqp::Functional::TextureShadowLodTest
934 TextureShadowLodTest::~TextureShadowLodTest(void) in ~TextureShadowLodTest()
982 void TextureShadowLodTest::init(void) in init()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
DesextcTestPackage.cpp146 addChild(new deqp::Functional::TextureShadowLodTest(getContext())); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gles32/
Des32cTestPackage.cpp181 coreGroup->addChild(new deqp::Functional::TextureShadowLodTest(getContext())); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTestPackages.cpp160 addChild(new deqp::Functional::TextureShadowLodTest(getContext())); in init()