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

/external/deqp/modules/gles2/functional/
H A Des2fVertexArrayTest.cpp88 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
99 MultiVertexArrayTest::Spec spec;
108 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
158 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
169 MultiVertexArrayTest::Spec spec;
177 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
229 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
240 MultiVertexArrayTest::Spec spec;
248 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
297 MultiVertexArrayTest
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fVertexArrayTest.cpp87 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
98 MultiVertexArrayTest::Spec spec;
105 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
192 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type,
203 MultiVertexArrayTest::Spec spec;
210 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
295 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type,
306 MultiVertexArrayTest::Spec spec;
313 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
396 MultiVertexArrayTest
[all...]
/external/deqp/modules/gles2/stress/
H A Des2sVertexArrayTests.cpp89 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
100 MultiVertexArrayTest::Spec spec;
109 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
159 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
170 MultiVertexArrayTest::Spec spec;
178 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
230 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
241 MultiVertexArrayTest::Spec spec;
249 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
298 MultiVertexArrayTest
[all...]
/external/deqp/modules/gles3/stress/
H A Des3sVertexArrayTests.cpp90 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
101 MultiVertexArrayTest::Spec spec;
108 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
195 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type,
206 MultiVertexArrayTest::Spec spec;
213 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
298 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type,
309 MultiVertexArrayTest::Spec spec;
316 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
399 MultiVertexArrayTest
[all...]
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp409 class MultiVertexArrayTest : public VertexArrayTest class in namespace:deqp::gls
442 MultiVertexArrayTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const Spec& spec, const char* name, const char* desc);
443 virtual ~MultiVertexArrayTest (void);
H A DglsVertexArrayTests.cpp1929 // MultiVertexArrayTest
1931 MultiVertexArrayTest::Spec::ArraySpec::ArraySpec(Array::InputType inputType_, Array::OutputType outputType_, Array::Storage storage_, Array::Usage usage_, int componentCount_, int offset_, int stride_, bool normalize_, GLValue min_, GLValue max_)
1945 std::string MultiVertexArrayTest::Spec::getName (void) const
1992 std::string MultiVertexArrayTest::Spec::getDesc (void) const
2033 MultiVertexArrayTest::MultiVertexArrayTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const Spec& spec, const char* name, const char* desc)
2040 MultiVertexArrayTest::~MultiVertexArrayTest (void)
2044 MultiVertexArrayTest::IterateResult MultiVertexArrayTest
[all...]

Completed in 301 milliseconds