Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcShaderStructTests.cpp183 class LocalStructTests : public TestCaseGroup class
186 LocalStructTests(Context &context, glu::GLSLVersion glslVersion) in LocalStructTests() function in deqp::LocalStructTests
192 ~LocalStructTests(void) in ~LocalStructTests()
202 void LocalStructTests::init(void) in init()
1842 addChild(new LocalStructTests(m_context, m_glslVersion)); in init()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderStructTests.cpp178 class LocalStructTests : public TestCaseGroup class
181 LocalStructTests(Context &context) : TestCaseGroup(context, "local", "Local structs") in LocalStructTests() function in deqp::gles3::Functional::LocalStructTests
185 ~LocalStructTests(void) in ~LocalStructTests()
192 void LocalStructTests::init(void) in init()
1993 addChild(new LocalStructTests(m_context)); in init()
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderStructTests.cpp211 class LocalStructTests : public TestCaseGroup class
214 LocalStructTests(Context &context) : TestCaseGroup(context, "local", "Local structs") in LocalStructTests() function in deqp::gles2::Functional::LocalStructTests
218 ~LocalStructTests(void) in ~LocalStructTests()
225 void LocalStructTests::init(void) in init()
2047 addChild(new LocalStructTests(m_context)); in init()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderStructTests.cpp120 class LocalStructTests : public tcu::TestCaseGroup class
123 LocalStructTests(tcu::TestContext &testCtx) : TestCaseGroup(testCtx, "local") in LocalStructTests() function in vkt::sr::__anon41cda7df0111::LocalStructTests
127 ~LocalStructTests(void) in ~LocalStructTests()
134 void LocalStructTests::init(void) in init()
2111 addChild(new LocalStructTests(m_testCtx)); in init()