Lines Matching refs:ctx
50 static bool checkSupport(Context& ctx)
52 auto contextType = ctx.getRenderContext().getType();
55 ctx.getContextInfo().isExtensionSupported("GL_OES_sample_shading");
63 SampleShadingStateCase (Context& ctx, const char* name, const char* desc, QueryType);
72 SampleShadingStateCase::SampleShadingStateCase (Context& ctx, const char* name, const char* desc, QueryType type)
73 : TestCase (ctx, name, desc)
114 MinSampleShadingValueCase (Context& ctx, const char* name, const char* desc, QueryType);
123 MinSampleShadingValueCase::MinSampleShadingValueCase (Context& ctx, const char* name, const char* desc, QueryType type)
124 : TestCase (ctx, name, desc)
185 MinSampleShadingValueClampingCase (Context& ctx, const char* name, const char* desc);
191 MinSampleShadingValueClampingCase::MinSampleShadingValueClampingCase (Context& ctx, const char* name, const char* desc)
192 : TestCase(ctx, name, desc)
247 SampleShadingRenderingCase (Context& ctx, const char* name, const char* desc, RenderTarget target, int numSamples, TestType type);
270 SampleShadingRenderingCase::SampleShadingRenderingCase (Context& ctx, const char* name, const char* desc, RenderTarget target, int numSamples, TestType type)
271 : MultisampleShaderRenderUtil::MultisampleRenderCase (ctx, name, desc, numSamples, target, RENDER_SIZE)