Lines Matching defs:context
1960 * @param context Test context
1962 Utils::programInfo::programInfo(deqp::Context& context)
1963 : m_context(context), m_fragment_shader_id(0), m_program_object_id(0), m_vertex_shader_id(0)
2163 * @param context Rendering context.
2165 APIErrorsTest::APIErrorsTest(deqp::Context& context)
2166 : TestCase(context, "api_errors", "Verifies that errors are generated as specified"), m_id(0)
2286 * @param context Rendering context.
2288 IntialStateTest::IntialStateTest(deqp::Context& context)
2289 : TestCase(context, "intial_state", "Verifies that initial states are as specified"), m_id(0)
2407 * @param context Rendering context.
2409 SmokeTest::SmokeTest(deqp::Context& context)
2410 : TestCase(context, "smoke", "Verifies that all swizzle combinations work with all texture access routines")
2423 * @param context Rendering context.
2425 SmokeTest::SmokeTest(deqp::Context& context, const glw::GLchar* name, const glw::GLchar* description)
2426 : TestCase(context, name, description)
3699 * @param context Rendering context.
3701 FunctionalTest::FunctionalTest(deqp::Context& context)
3702 : SmokeTest(context, "functional",
3763 /* Check that format is supported by context. */
4229 * @param context Rendering context.
4231 TextureSwizzleTests::TextureSwizzleTests(deqp::Context& context)
4232 : TestCaseGroup(context, "texture_swizzle", "Verifies \"texture_swizzle\" functionality")