Searched refs:QueryCase (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 264 class QueryCase : public TestCase class 277 QueryCase (Context& context, const char* name, const char* desc, QueryMethod method); 288 QueryCase::QueryCase (Context& context, const char* name, const char* desc, QueryMethod method) in QueryCase() function in deqp::gles31::Functional::__anon8a4819b10111::QueryCase 295 void QueryCase::init (void) in init() 301 QueryCase::IterateResult QueryCase::iterate (void) in iterate() 357 bool QueryCase::verifyState (glu::CallLogWrapper& gl, const BoundingBox& bbox) const in verifyState() 5240 …stateQueryGroup->addChild(new QueryCase (m_context, "getfloat", "getFloatv", QueryCase::QUER… in init() 5241 …stateQueryGroup->addChild(new QueryCase (m_context, "getboolean", "getBooleanv", QueryCase::Q… in init() 5242 …stateQueryGroup->addChild(new QueryCase (m_context, "getinteger", "getIntegerv", QueryCase::Q… in init() 5243 …stateQueryGroup->addChild(new QueryCase (m_context, "getinteger64", "getInteger64v", QueryCase… in init()
|