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