Searched refs:BlendFuncCase (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fIndexedStateQueryTests.cpp | 699 class BlendFuncCase : public TestCase class 702 BlendFuncCase (Context& context, const char* name, const char* desc, QueryType verifierType); 711 BlendFuncCase::BlendFuncCase (Context& context, const char* name, const char* desc, QueryType verifierType) in BlendFuncCase() function in deqp::gles3::Functional::__anon30567::BlendFuncCase 717 void BlendFuncCase::init (void) in init() 722 BlendFuncCase::IterateResult BlendFuncCase::iterate (void) in iterate() 1180 FOR_EACH_VERIFIER(new BlendFuncCase (m_context, (std::string() + "blend_func_" + verifierSuffix).c_str(), "BLEND_SRC and BLEND_DST", verifier)) in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fIndexedStateQueryTests.cpp | 935 class BlendFuncCase : public TestCase class 938 BlendFuncCase (Context& context, const char* name, const char* desc, QueryType verifierType); 947 BlendFuncCase::BlendFuncCase (Context& context, const char* name, const char* desc, QueryType verifierType) in BlendFuncCase() function in deqp::gles31::Functional::__anon30826::BlendFuncCase 953 void BlendFuncCase::init (void) in init() 958 BlendFuncCase::IterateResult BlendFuncCase::iterate (void) in iterate() 1422 addChild(new BlendFuncCase(m_context, "blend_func_getbooleani_v", "BLEND_SRC and BLEND_DST", QUERY_INDEXED_BOOLEAN)); in init()
|
Completed in 4 milliseconds