Lines Matching defs:context
45 gl4cts::GetTextureSubImage::Tests::Tests(deqp::Context& context)
46 : TestCaseGroup(context, "get_texture_sub_image", "Get Texture Sub Image Tests Suite")
66 * @return [in] context OpenGL context in which test shall run.
68 gl4cts::GetTextureSubImage::Errors::Errors(deqp::Context& context)
69 : deqp::TestCase(context, "errors_test", "Get Texture SubImage Errors Test")
70 , m_context(context)
732 * @param [in] context OpenGL context in which test shall run.
734 gl4cts::GetTextureSubImage::Functional::Functional(deqp::Context& context)
735 : deqp::TestCase(context, "functional_test", "Get Texture SubImage Functional Test")
736 , m_context(context)