Home | History | Annotate | Download | only in functional

Lines Matching refs:m_testCase

1499 	const OutputCase	m_testCase;
1517 , m_testCase (testCase)
1548 if (m_testCase == CASE_FIXED_OUTPUT_COUNTS)
1565 else if (m_testCase == CASE_DIFFERENT_OUTPUT_COUNTS)
4299 const OutputCase m_testCase;
4306 , m_testCase (testCase)
4310 DE_ASSERT(m_testCase < CASE_LAST);
4344 if (m_testCase == CASE_DIFFERENT_OUTPUT_COUNTS)
4354 if (m_testCase == CASE_FIXED_OUTPUT_COUNTS)
4362 else if (m_testCase == CASE_DIFFERENT_OUTPUT_COUNTS)
4375 m_program = new InvocationCountShader(m_context.getRenderContext().getType(), m_numInvocations, mapToShaderCaseType(m_testCase));