Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fVertexArrayTest.cpp88 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init()
99 MultiVertexArrayTest::Spec spec; in init()
108 …addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), nam… in init()
158 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init()
169 MultiVertexArrayTest::Spec spec; in init()
177 …addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), nam… in init()
229 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init()
240 MultiVertexArrayTest::Spec spec; in init()
248 …addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), nam… in init()
297 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init()
[all …]
/external/deqp/modules/gles3/functional/
Des3fVertexArrayTest.cpp87 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init()
98 MultiVertexArrayTest::Spec spec; in init()
105 …addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), nam… in init()
192 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type, in init()
203 MultiVertexArrayTest::Spec spec; in init()
210 …addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), nam… in init()
295 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type, in init()
306 MultiVertexArrayTest::Spec spec; in init()
313 …addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), nam… in init()
396 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type, in init()
[all …]
/external/deqp/modules/gles2/stress/
Des2sVertexArrayTests.cpp89 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init()
100 MultiVertexArrayTest::Spec spec; in init()
109 …addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), nam… in init()
159 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init()
170 MultiVertexArrayTest::Spec spec; in init()
178 …addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), nam… in init()
230 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init()
241 MultiVertexArrayTest::Spec spec; in init()
249 …addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), nam… in init()
298 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init()
[all …]
/external/deqp/modules/gles3/stress/
Des3sVertexArrayTests.cpp90 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init()
101 MultiVertexArrayTest::Spec spec; in init()
108 …addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), nam… in init()
195 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type, in init()
206 MultiVertexArrayTest::Spec spec; in init()
213 …addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), nam… in init()
298 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type, in init()
309 MultiVertexArrayTest::Spec spec; in init()
316 …addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), nam… in init()
399 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type, in init()
[all …]
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp1918 MultiVertexArrayTest::Spec::ArraySpec::ArraySpec(Array::InputType inputType_, Array::OutputType out… in ArraySpec()
1932 std::string MultiVertexArrayTest::Spec::getName (void) const in getName()
1979 std::string MultiVertexArrayTest::Spec::getDesc (void) const in getDesc()
2020 MultiVertexArrayTest::MultiVertexArrayTest (tcu::TestContext& testCtx, glu::RenderContext& renderCt… in MultiVertexArrayTest() function in deqp::gls::MultiVertexArrayTest
2027 MultiVertexArrayTest::~MultiVertexArrayTest (void) in ~MultiVertexArrayTest()
2031 MultiVertexArrayTest::IterateResult MultiVertexArrayTest::iterate (void) in iterate()
2179 bool MultiVertexArrayTest::isUnalignedBufferOffsetTest (void) const in isUnalignedBufferOffsetTest()
2200 bool MultiVertexArrayTest::isUnalignedBufferStrideTest (void) const in isUnalignedBufferStrideTest()
DglsVertexArrayTests.hpp448 class MultiVertexArrayTest : public VertexArrayTest class
481MultiVertexArrayTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const Spec& spec, …
482 virtual ~MultiVertexArrayTest (void);