Searched refs:shaderSourceGroup (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderApiTests.cpp | 1053 …TestCaseGroup* shaderSourceGroup = new TestCaseGroup(m_context, "shader_source", "glShaderSource()… in init() local 1054 addChild(shaderSourceGroup); in init() 1063 …shaderSourceGroup->addChild(new ShaderSourceReplaceCase(m_context, caseName.c_str(), caseDesc.c_st… in init() 1091 …shaderSourceGroup->addChild(new ShaderSourceSplitCase(m_context, caseName.c_str(), caseDesc.c_str(… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderApiTests.cpp | 1678 …TestCaseGroup* shaderSourceGroup = new TestCaseGroup(m_context, "shader_source", "glShaderSource()… in init() local 1679 addChild(shaderSourceGroup); in init() 1689 …shaderSourceGroup->addChild(new ShaderSourceReplaceCase(m_context, caseName.c_str(), caseDesc.c_st… in init() 1717 …shaderSourceGroup->addChild(new ShaderSourceSplitCase(m_context, caseName.c_str(), caseDesc.c_str(… in init()
|