Searched defs:CurrentProgramBindingTestCase (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp1621 class CurrentProgramBindingTestCase : public BindingTest class in namespace:deqp::gles2::Functional::__anon4298
1624 CurrentProgramBindingTestCase (Context& context, QueryType type, const char* name, const char* description) function in class:deqp::gles2::Functional::__anon4298::CurrentProgramBindingTestCase
2205 FOR_EACH_QUERYTYPE(queryTypes, addChild(new CurrentProgramBindingTestCase (m_context, queryType, (std::string("current_program_binding") + getQueryTypeSuffix(queryType)).c_str(), "CURRENT_PROGRAM")));
/external/deqp/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp2043 class CurrentProgramBindingTestCase : public BindingTest class in namespace:deqp::gles3::Functional::__anon4440
2046 CurrentProgramBindingTestCase (Context& context, QueryType type, const char* name, const char* description) function in class:deqp::gles3::Functional::__anon4440::CurrentProgramBindingTestCase
3007 FOR_EACH_QUERYTYPE(queryTypes, addChild(new CurrentProgramBindingTestCase (m_context, queryType, (std::string("current_program_binding") + getQueryTypeSuffix(queryType)).c_str(), "CURRENT_PROGRAM")));

Completed in 68 milliseconds