Searched refs:BlockMultiBasicTypesCase (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fUniformBlockTests.cpp | 232 class BlockMultiBasicTypesCase : public UniformBlockCase class 235 …BlockMultiBasicTypesCase (Context& context, const char* name, const char* description, deUint32 fl… in BlockMultiBasicTypesCase() function in deqp::gles3::Functional::BlockMultiBasicTypesCase 657 …modeGroup->addChild(new BlockMultiBasicTypesCase(m_context, (baseName + "_vertex").c_str(), "", b… in init() 658 …modeGroup->addChild(new BlockMultiBasicTypesCase(m_context, (baseName + "_fragment").c_str(), "", … in init() 661 …modeGroup->addChild(new BlockMultiBasicTypesCase(m_context, (baseName + "_both").c_str(), "", bas… in init() 663 …modeGroup->addChild(new BlockMultiBasicTypesCase(m_context, (baseName + "_mixed").c_str(), "", ba… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockTests.cpp | 185 class BlockMultiBasicTypesCase : public UniformBlockCase class 188 …BlockMultiBasicTypesCase (tcu::TestContext& testCtx, const std::string& name, const std::string& d… in BlockMultiBasicTypesCase() function in vkt::ubo::__anon0b1e62e70111::BlockMultiBasicTypesCase 766 …modeGroup->addChild(new BlockMultiBasicTypesCase(m_testCtx, baseName + "_vertex", "", baseFlags|DE… in init() 767 …modeGroup->addChild(new BlockMultiBasicTypesCase(m_testCtx, baseName + "_fragment", "", baseFlags|… in init() 768 …modeGroup->addChild(new BlockMultiBasicTypesCase(m_testCtx, baseName + "_both", "", baseFlags|DECL… in init() 769 …modeGroup->addChild(new BlockMultiBasicTypesCase(m_testCtx, baseName + "_mixed", "", baseFlags|DEC… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutTests.cpp | 613 class BlockMultiBasicTypesCase : public SSBOLayoutCase class 616 …BlockMultiBasicTypesCase (tcu::TestContext& testCtx, const char* name, const char* description, de… in BlockMultiBasicTypesCase() function in vkt::ssbo::__anon4eaddb020111::BlockMultiBasicTypesCase 1245 …modeGroup->addChild(new BlockMultiBasicTypesCase(m_testCtx, baseName.c_str(), "", baseFlags, baseF… in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutTests.cpp | 636 class BlockMultiBasicTypesCase : public SSBOLayoutCase class 639 …BlockMultiBasicTypesCase (Context& context, const char* name, const char* description, deUint32 fl… in BlockMultiBasicTypesCase() function in deqp::gles31::Functional::__anon244fde4d0111::BlockMultiBasicTypesCase 1262 …modeGroup->addChild(new BlockMultiBasicTypesCase(m_context, baseName.c_str(), "", baseFlags, baseF… in init()
|