Searched refs:BlendEquationTestCase (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fIntegerStateQueryTests.cpp | 1474 class BlendEquationTestCase : public ApiCase class 1477 BlendEquationTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName, int initialValue) in BlendEquationTestCase() function in deqp::gles2::Functional::__anon30426::BlendEquationTestCase 1517 class BlendEquationSeparateTestCase : public BlendEquationTestCase 1521 : BlendEquationTestCase (context, verifier, name, description, testTargetName, initialValue) in BlendEquationSeparateTestCase() 2198 FOR_EACH_VERIFIER(normalVerifiers, addChild(new BlendEquationTestCase (m_context, verifier, (std::string(blendEquationStates[testNdx].name) + + verifier->getTestNamePostfix()).c_str(), blendEquationStates[testNdx].description, blendEquationStates[testNdx].target, blendEquationStates[testNdx].initialValue))); in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fIntegerStateQueryTests.cpp | 1787 class BlendEquationTestCase : public ApiCase class 1790 BlendEquationTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName, int initialValue) in BlendEquationTestCase() function in deqp::gles3::Functional::__anon30569::BlendEquationTestCase 1829 class BlendEquationSeparateTestCase : public BlendEquationTestCase 1833 : BlendEquationTestCase (context, verifier, name, description, testTargetName, initialValue) in BlendEquationSeparateTestCase() 2977 FOR_EACH_VERIFIER(normalVerifiers, addChild(new BlendEquationTestCase (m_context, verifier, (std::string(blendEquationStates[testNdx].name) + + verifier->getTestNamePostfix()).c_str(), blendEquationStates[testNdx].description, blendEquationStates[testNdx].target, blendEquationStates[testNdx].initialValue))); in init()
|
Completed in 10 milliseconds