Lines Matching defs:context
149 VertexArrayObjectTest (Context& context, const Spec& spec, const char* name, const char* description);
177 VertexArrayObjectTest::VertexArrayObjectTest (Context& context, const Spec& spec, const char* name, const char* description)
178 : TestCase (context, name, description)
180 , m_log (context.getTestContext().getLog())
676 MultiVertexArrayObjectTest (Context& context, const char* name, const char* description);
704 MultiVertexArrayObjectTest::MultiVertexArrayObjectTest (Context& context, const char* name, const char* description)
705 : TestCase (context, name, description)
706 , m_log (context.getTestContext().getLog())
1249 VertexArrayObjectTestGroup::VertexArrayObjectTestGroup (Context& context)
1250 : TestCaseGroup(context, "vertex_array_objects", "Vertex array object test cases")