Searched refs:DepthFuncTestCase (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fIntegerStateQueryTests.cpp | 771 class DepthFuncTestCase : public ApiCase class 774 DepthFuncTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description) in DepthFuncTestCase() function in deqp::gles2::Functional::__anon30426::DepthFuncTestCase 2101 FOR_EACH_VERIFIER(normalVerifiers, addChild(new DepthFuncTestCase (m_context, verifier, (std::string("depth_func") + verifier->getTestNamePostfix()).c_str(), "DEPTH_FUNC"))); in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fIntegerStateQueryTests.cpp | 1050 class DepthFuncTestCase : public ApiCase class 1053 DepthFuncTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description) in DepthFuncTestCase() function in deqp::gles3::Functional::__anon30569::DepthFuncTestCase 2862 FOR_EACH_VERIFIER(normalVerifiers, addChild(new DepthFuncTestCase (m_context, verifier, (std::string("depth_func") + verifier->getTestNamePostfix()).c_str(), "DEPTH_FUNC"))); in init()
|
Completed in 10 milliseconds