Searched refs:QueryCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 183 class QueryCase : public TestCase class 196 QueryCase (Context& context, const char* name, const char* desc, QueryMethod method); 207 QueryCase::QueryCase (Context& context, const char* name, const char* desc, QueryMethod method) in QueryCase() function in deqp::gles31::Functional::__anon2babdd300111::QueryCase 214 void QueryCase::init (void) in init() 220 QueryCase::IterateResult QueryCase::iterate (void) in iterate() 267 bool QueryCase::verifyState (glu::CallLogWrapper& gl, const BoundingBox& bbox) const in verifyState() 4878 …stateQueryGroup->addChild(new QueryCase (m_context, "getfloat", "getFloatv", QueryCase::QUER… in init() 4879 …stateQueryGroup->addChild(new QueryCase (m_context, "getboolean", "getBooleanv", QueryCase::Q… in init() 4880 …stateQueryGroup->addChild(new QueryCase (m_context, "getinteger", "getIntegerv", QueryCase::Q… in init() 4881 …stateQueryGroup->addChild(new QueryCase (m_context, "getinteger64", "getInteger64v", QueryCase… in init()
|