Home
last modified time | relevance | path

Searched refs:negativeCases (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderSwitchTests.cpp474 vector<tcu::TestNode*> negativeCases = library.loadShaderFile("shaders/switch.test"); in init() local
476 for (vector<tcu::TestNode*>::iterator i = negativeCases.begin(); i != negativeCases.end(); i++) in init()
H A Des3fShaderFragDataTests.cpp393 std::vector<tcu::TestNode*> negativeCases = library.loadShaderFile("shaders/fragdata.test"); in init() local
395 for (std::vector<tcu::TestNode*>::iterator i = negativeCases.begin(); i != negativeCases.end(); i++) in init()
H A Des3fShaderTextureFunctionTests.cpp2006 std::vector<tcu::TestNode*> negativeCases = library.loadShaderFile("shaders/invalid_texture_functions.test"); in init() local
2008 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(m_testCtx, "invalid", "Invalid texture function usage", negativeCases); in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderFragDataTests.cpp240 std::vector<tcu::TestNode*> negativeCases = library.loadShaderFile("shaders/fragdata.test"); in init() local
242 for (std::vector<tcu::TestNode*>::iterator i = negativeCases.begin(); i != negativeCases.end(); i++) in init()
H A Des2fShaderConstExprTests.cpp232 std::vector<tcu::TestNode*> negativeCases = library.loadShaderFile("shaders/invalid_constant_expressions.test"); in init() local
234 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(m_testCtx, "invalid", "Invalid constant expressions", negativeCases); in init()
H A Des2fShaderTextureFunctionTests.cpp626 std::vector<tcu::TestNode*> negativeCases = library.loadShaderFile("shaders/invalid_texture_functions.test"); in init() local
628 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(m_testCtx, "invalid", "Invalid texture function usage", negativeCases); in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fUniformLocationTests.cpp1096 const vector<TestNode*> negativeCases = shaderLibrary.loadShaderFile("shaders/es31/uniform_location.test");
1098 for (int ndx = 0; ndx < int(negativeCases.size()); ndx++)
1099 es31Group->addChild(negativeCases[ndx]);
1109 const vector<TestNode*> negativeCases = shaderLibrary.loadShaderFile("shaders/es32/uniform_location.test");
1111 for (int ndx = 0; ndx < int(negativeCases.size()); ndx++)
1112 es32Group->addChild(negativeCases[ndx]);

Completed in 12 milliseconds