Searched refs:MultiVertexArrayTest (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fVertexArrayTest.cpp | 90 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 D | es3fVertexArrayTest.cpp | 91 … MultiVertexArrayTest::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 D | es2sVertexArrayTests.cpp | 92 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 D | es3sVertexArrayTests.cpp | 93 … MultiVertexArrayTest::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 D | glsVertexArrayTests.cpp | 1907 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 D | glsVertexArrayTests.hpp | 785 class MultiVertexArrayTest : public VertexArrayTest class 820 …MultiVertexArrayTest(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, const Spec &spec, c… 822 virtual ~MultiVertexArrayTest(void);
|