Home | History | Annotate | Download | only in functional

Lines Matching refs:DepthStencilParams

96 struct DepthStencilParams
108 DepthStencilParams (void)
132 tcu::TestLog& operator<< (tcu::TestLog& log, const DepthStencilParams& params)
188 DepthStencilParams params;
507 DepthStencilCase (Context& context, const char* name, const char* desc, const std::vector<DepthStencilParams>& cases);
519 std::vector<DepthStencilParams> m_cases;
537 DepthStencilCase::DepthStencilCase (Context& context, const char* name, const char* desc, const std::vector<DepthStencilParams>& cases)
724 static void randomDepthStencilState (de::Random& rnd, DepthStencilParams& params)
843 DepthStencilParams params;
864 vector<DepthStencilParams> cases;
924 DepthStencilParams params;
936 vector<DepthStencilParams> cases;
977 DepthStencilParams params;
1000 vector<DepthStencilParams> cases;
1044 DepthStencilParams params;
1066 vector<DepthStencilParams> cases;
1102 DepthStencilParams params;
1124 vector<DepthStencilParams> cases;
1145 vector<DepthStencilParams> subCases (NUM_RANDOM_SUB_CASES);
1148 for (vector<DepthStencilParams>::iterator iter = subCases.begin(); iter != subCases.end(); ++iter)