Lines Matching defs:context
197 void ShaderViewportLayerArrayUtils::ShaderPipeline::create(const glu::RenderContext& context)
212 m_program = new glu::ShaderProgram(context, sources);
219 void ShaderViewportLayerArrayUtils::ShaderPipeline::use(const glu::RenderContext& context)
221 const glw::Functions& gl = context.getFunctions();
226 void ShaderViewportLayerArrayUtils::renderQuad(const glu::RenderContext& context, ShaderPipeline& shaderPipeline,
229 const glw::Functions& gl = context.getFunctions();
248 shaderPipeline.use(context);
254 glu::draw(context, shaderPipeline.getShaderProgram()->getProgram(), DE_LENGTH_OF_ARRAY(vertexArrays), vertexArrays,
316 * @param context Rendering context
318 ShaderViewportIndexTestCase::ShaderViewportIndexTestCase(deqp::Context& context)
319 : TestCase(context, "ShaderViewportIndexTestCase",
324 m_isExtensionSupported = context.getContextInfo().isExtensionSupported("GL_ARB_shader_viewport_layer_array");
432 ShaderLayerFramebufferTestCaseBase::ShaderLayerFramebufferTestCaseBase(deqp::Context& context, const char* name,
434 : TestCase(context, name, description)
441 m_isExtensionSupported = context.getContextInfo().isExtensionSupported("GL_ARB_shader_viewport_layer_array");
533 * @param context Rendering context
535 ShaderLayerFramebufferLayeredTestCase::ShaderLayerFramebufferLayeredTestCase(deqp::Context& context)
537 context, "ShaderLayerFramebufferLayeredTestCase",
598 * @param context Rendering context
600 ShaderLayerFramebufferNonLayeredTestCase::ShaderLayerFramebufferNonLayeredTestCase(deqp::Context& context)
602 context, "ShaderLayerFramebufferNonLayeredTestCase",
648 * @param context Rendering context.
650 ShaderViewportLayerArray::ShaderViewportLayerArray(deqp::Context& context)
651 : TestCaseGroup(context, "shader_viewport_layer_array",