Lines Matching defs:context
60 deqp::Context* context;
76 ExecutorTestCase(deqp::Context& context, const char* name, glu::ShaderType shaderType, const ShaderSpec& shaderSpec,
90 ExecutorTestCase<OutputType>::ExecutorTestCase(deqp::Context& context, const char* name, glu::ShaderType shaderType,
92 : deqp::TestCase(context, name, "")
180 DE_ASSERT(params.context);
182 deqp::Context& context = *(params.context);
183 glu::ContextType contextType = context.getRenderContext().getType();
231 new ExecutorTestCase<OutputType>(context, caseName.c_str(), shaderType, shaderSpec, static_cast<OutputType>(params.outputFloat)));
235 void createTests(deqp::Context& context, const TestParams* cases, int numCases, const char* shaderTemplateSrc,
242 shaderExecutorParams.context = &context;
315 ShaderConstExprTests::ShaderConstExprTests(deqp::Context& context)
316 : deqp::TestCaseGroup(context, "constant_expressions", "Constant expressions")