Lines Matching defs:InterfaceMatchingCase
2560 class InterfaceMatchingCase : public TestCase
2584 InterfaceMatchingCase(Context& context, const char* name, glu::GLSLVersion glslVersion)
2589 ~InterfaceMatchingCase(void)
2771 TCU_FAIL("InterfaceMatchingCase failed");
2791 TCU_FAIL("InterfaceMatchingCase failed");
2815 TCU_FAIL("InterfaceMatchingCase failed; surface should be white");
2832 TCU_FAIL("InterfaceMatchingCase failed, non separable program should link");
2846 TCU_FAIL("InterfaceMatchingCase failed, non separable program, unexpected color found");
2869 class InterfaceMatchingCaseFloat : public InterfaceMatchingCase
2873 : InterfaceMatchingCase(context, name, glslVersion)
2936 class InterfaceMatchingCaseInt : public InterfaceMatchingCase
2940 : InterfaceMatchingCase(context, name, glslVersion)
3008 class InterfaceMatchingCaseUInt : public InterfaceMatchingCase
3012 : InterfaceMatchingCase(context, name, glslVersion)