Home
last modified time | relevance | path

Searched refs:CASETYPE_CALLBACK (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp2851 CASETYPE_CALLBACK = 0, enumerator
2862 case CASETYPE_CALLBACK: return new CallbackErrorCase(ctx, name, desc, function); in createCase()
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()
3033 …tcu::TestCaseGroup* const host = createChildCases(CASETYPE_CALLBACK, m_context, "externally_genera… in init()