/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fVertexArrayTest.cpp | 88 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(), name.c_str())); 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(), name.c_str())); 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(), name.c_str())); in init() 297 MultiVertexArrayTest in init() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fVertexArrayTest.cpp | 87 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(), name.c_str())); 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(), name.c_str())); 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(), name.c_str())); in init() 396 MultiVertexArrayTest in init() [all...] |
/third_party/vk-gl-cts/modules/gles2/stress/ |
H A D | es2sVertexArrayTests.cpp | 89 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(), name.c_str())); 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(), name.c_str())); 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(), name.c_str())); in init() 298 MultiVertexArrayTest in init() [all...] |
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sVertexArrayTests.cpp | 90 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(), name.c_str())); 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(), name.c_str())); 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(), name.c_str())); in init() 399 MultiVertexArrayTest in init() [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsVertexArrayTests.cpp | 1834 // MultiVertexArrayTest 1836 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_) in ArraySpec() 1850 std::string MultiVertexArrayTest::Spec::getName (void) const in getName() 1897 std::string MultiVertexArrayTest::Spec::getDesc (void) const in getDesc() 1938 MultiVertexArrayTest::MultiVertexArrayTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const Spec& spec, const char* name, const char* desc) in MultiVertexArrayTest() function in deqp::gls::MultiVertexArrayTest 1945 MultiVertexArrayTest::~MultiVertexArrayTest (void) in ~MultiVertexArrayTest() 1949 MultiVertexArrayTest::IterateResult MultiVertexArrayTest [all...] |
H A D | glsVertexArrayTests.hpp | 448 class MultiVertexArrayTest : public VertexArrayTest class 481 MultiVertexArrayTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const Spec& spec, const char* name, const char* desc); 482 virtual ~MultiVertexArrayTest (void);
|