Home
last modified time | relevance | path

Searched refs:MultiVertexArrayTest (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fVertexArrayTest.cpp90 MultiVertexArrayTest::Spec::ArraySpec arraySpec( in init()
95 MultiVertexArrayTest::Spec spec; in init()
104 … addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), in init()
160 MultiVertexArrayTest::Spec::ArraySpec arraySpec( in init()
166 MultiVertexArrayTest::Spec spec; in init()
174 … addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, in init()
230 MultiVertexArrayTest::Spec::ArraySpec arraySpec( in init()
236 MultiVertexArrayTest::Spec spec; in init()
247 … addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, in init()
299 MultiVertexArrayTest::Spec::ArraySpec arraySpec( in init()
[all …]
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fVertexArrayTest.cpp91MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], Array::OUTPUTTYPE_VEC2, in init()
96 MultiVertexArrayTest::Spec spec; in init()
103 … addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), in init()
202 MultiVertexArrayTest::Spec::ArraySpec arraySpec( in init()
206 MultiVertexArrayTest::Spec spec; in init()
213 … addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), in init()
308 MultiVertexArrayTest::Spec::ArraySpec arraySpec( in init()
313 MultiVertexArrayTest::Spec spec; in init()
320 … addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), in init()
408 MultiVertexArrayTest::Spec::ArraySpec arraySpec( in init()
[all …]
/aosp_15_r20/external/deqp/modules/gles2/stress/
H A Des2sVertexArrayTests.cpp92 MultiVertexArrayTest::Spec::ArraySpec arraySpec( in init()
97 MultiVertexArrayTest::Spec spec; in init()
106 … addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), in init()
162 MultiVertexArrayTest::Spec::ArraySpec arraySpec( in init()
168 MultiVertexArrayTest::Spec spec; in init()
176 … addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, in init()
232 MultiVertexArrayTest::Spec::ArraySpec arraySpec( in init()
238 MultiVertexArrayTest::Spec spec; in init()
249 … addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, in init()
301 MultiVertexArrayTest::Spec::ArraySpec arraySpec( in init()
[all …]
/aosp_15_r20/external/deqp/modules/gles3/stress/
H A Des3sVertexArrayTests.cpp93MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], Array::OUTPUTTYPE_VEC2, in init()
98 MultiVertexArrayTest::Spec spec; in init()
105 … addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), in init()
204 MultiVertexArrayTest::Spec::ArraySpec arraySpec( in init()
208 MultiVertexArrayTest::Spec spec; in init()
215 … addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), in init()
310 MultiVertexArrayTest::Spec::ArraySpec arraySpec( in init()
315 MultiVertexArrayTest::Spec spec; in init()
322 … addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), in init()
410 MultiVertexArrayTest::Spec::ArraySpec arraySpec( in init()
[all …]
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp1907 MultiVertexArrayTest::Spec::ArraySpec::ArraySpec(Array::InputType inputType_, Array::OutputType out… in ArraySpec()
1923 std::string MultiVertexArrayTest::Spec::getName(void) const in getName()
1965 std::string MultiVertexArrayTest::Spec::getDesc(void) const in getDesc()
2001 MultiVertexArrayTest::MultiVertexArrayTest(tcu::TestContext &testCtx, glu::RenderContext &renderCtx… in MultiVertexArrayTest() function in deqp::gls::MultiVertexArrayTest
2009 MultiVertexArrayTest::~MultiVertexArrayTest(void) in ~MultiVertexArrayTest()
2013 MultiVertexArrayTest::IterateResult MultiVertexArrayTest::iterate(void) in iterate()
2188 bool MultiVertexArrayTest::isUnalignedBufferOffsetTest(void) const in isUnalignedBufferOffsetTest()
2210 bool MultiVertexArrayTest::isUnalignedBufferStrideTest(void) const in isUnalignedBufferStrideTest()
H A DglsVertexArrayTests.hpp785 class MultiVertexArrayTest : public VertexArrayTest class
820MultiVertexArrayTest(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, const Spec &spec, c…
822 virtual ~MultiVertexArrayTest(void);