Searched refs:createChildCases (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fDebugTests.cpp | 2873 tcu::TestCaseGroup* createChildCases (CaseType type, Context& ctx, const char* name, const char* de… in createChildCases() function 2997 …host->addChild(createChildCases(CASETYPE_CALLBACK, m_context, "buffer", "Negative Buffer API Cas… in init() 2998 …host->addChild(createChildCases(CASETYPE_CALLBACK, m_context, "texture", "Negative Texture API Ca… in init() 2999 …host->addChild(createChildCases(CASETYPE_CALLBACK, m_context, "shader", "Negative Shader API Cas… in init() 3000 …host->addChild(createChildCases(CASETYPE_CALLBACK, m_context, "fragment", "Negative Fragment API … in init() 3001 …host->addChild(createChildCases(CASETYPE_CALLBACK, m_context, "vertex_array", "Negative Vertex Arr… in init() 3002 …host->addChild(createChildCases(CASETYPE_CALLBACK, m_context, "state", "Negative GL State API Ca… in init() 3010 …host->addChild(createChildCases(CASETYPE_LOG, m_context, "buffer", "Negative Buffer API Cases",… in init() 3011 …host->addChild(createChildCases(CASETYPE_LOG, m_context, "texture", "Negative Texture API Cases… in init() 3012 …host->addChild(createChildCases(CASETYPE_LOG, m_context, "shader", "Negative Shader API Cases",… in init() [all …]
|