Lines Matching refs:createChildCases
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()
3013 …host->addChild(createChildCases(CASETYPE_LOG, m_context, "fragment", "Negative Fragment API Case… in init()
3014 …host->addChild(createChildCases(CASETYPE_LOG, m_context, "vertex_array", "Negative Vertex Array A… in init()
3015 …host->addChild(createChildCases(CASETYPE_LOG, m_context, "state", "Negative GL State API Cases"… in init()
3023 …host->addChild(createChildCases(CASETYPE_GETERROR, m_context, "buffer", "Negative Buffer API Cas… in init()
3024 …host->addChild(createChildCases(CASETYPE_GETERROR, m_context, "texture", "Negative Texture API Ca… in init()
3025 …host->addChild(createChildCases(CASETYPE_GETERROR, m_context, "shader", "Negative Shader API Cas… in init()
3026 …host->addChild(createChildCases(CASETYPE_GETERROR, m_context, "fragment", "Negative Fragment API … in init()
3027 …host->addChild(createChildCases(CASETYPE_GETERROR, m_context, "vertex_array", "Negative Vertex Arr… in init()
3028 …host->addChild(createChildCases(CASETYPE_GETERROR, m_context, "state", "Negative GL State API Ca… in init()
3033 …tcu::TestCaseGroup* const host = createChildCases(CASETYPE_CALLBACK, m_context, "externally_genera… in init()