Lines Matching refs:getContext
83 deqp::Context& context = m_testPackage.getContext();
90 glu::RenderContext& renderCtx = m_testPackage.getContext().getRenderContext();
104 deqp::Context& context = m_testPackage.getContext();
155 addChild(new deqp::InfoTests(getContext()));
156 addChild(new gl3cts::ClipDistance::Tests(getContext()));
157 addChild(new gl3cts::GLSLnoperspectiveTests(getContext()));
158 addChild(new gl3cts::TransformFeedback::Tests(getContext()));
159 addChild(new glcts::TextureRepeatModeTests(getContext()));
160 addChild(new GL30ShaderTests(getContext()));
161 addChild(new deqp::Functional::TextureShadowLodTest(getContext()));
196 addChild(new gl3cts::CommonBugsTests(getContext()));
197 addChild(new gl3cts::TextureSizePromotion::Tests(getContext()));
227 addChild(new gl3cts::GPUShader5Tests(getContext()));
229 getContext(), gl3cts::TransformFeedbackOverflowQueryTests::API_GL_ARB_transform_feedback_overflow_query));
230 addChild(new glcts::PackedPixelsTests(getContext()));
231 addChild(new glcts::PackedDepthStencilTests(getContext()));
288 addChild(new GL33ShaderTests(getContext()));
289 addChild(new glcts::PipelineStatisticsQueryTests(getContext()));
290 addChild(new glcts::CullDistance::Tests(getContext()));
291 addChild(new gl3cts::TextureSwizzleTests(getContext()));
292 addChild(new glcts::NearestEdgeCases(getContext()));
293 addChild(new glcts::PixelStorageModesTests(getContext(), glu::GLSL_VERSION_330));