Lines Matching defs:context
132 void checkSupport (Context& context) const;
133 TestInstance* createInstance (Context& context) const;
145 void IdentityGeometryShaderTestCase::checkSupport (Context& context) const
148 checkSupportPrimitive(context, m_primitiveType);
150 DE_UNREF(context);
231 void checkSupport (Context& context) const;
232 TestInstance* createInstance (Context& context) const;
244 void IdentityTessellationShaderTestCase::checkSupport (Context& context) const
247 checkSupportPrimitive(context, m_primitiveType);
249 DE_UNREF(context);
437 PassthroughTestInstance (Context& context, const Params& params) : TestInstance(context), m_params(params) {}
625 TestInstance* IdentityGeometryShaderTestCase::createInstance (Context& context) const
662 return new PassthroughTestInstance(context, params);
665 TestInstance* IdentityTessellationShaderTestCase::createInstance (Context& context) const
694 return new PassthroughTestInstance(context, params);