Lines Matching refs:renderCtx
67 bool checkFramebufferSize (TestLog& log, const glu::RenderContext& renderCtx, GLuint framebuffer, c… in checkFramebufferSize() argument
69 const glw::Functions& gl = renderCtx.getFunctions(); in checkFramebufferSize()
87 …const glu::ShaderProgram program (renderCtx, glu::makeVtxFragSources(vertexSource, fragmentSourc… in checkFramebufferSize()
174 bool checkFramebufferRenderable (TestLog& log, const glu::RenderContext& renderCtx, GLuint framebuf… in checkFramebufferRenderable() argument
176 const glw::Functions& gl = renderCtx.getFunctions(); in checkFramebufferRenderable()
192 …const glu::ShaderProgram program (renderCtx, glu::makeVtxFragSources(vertexSource, fragmentSourc… in checkFramebufferRenderable()
269 const glu::RenderContext& renderCtx,
281 const glu::RenderContext& renderCtx, in FramebufferCompletenessCase() argument
285 , m_renderCtx (renderCtx) in FramebufferCompletenessCase()
327 const glu::RenderContext& renderCtx,
350 const glu::RenderContext& renderCtx, in SizeCase() argument
355 , m_renderCtx (renderCtx) in SizeCase()
436 const glu::RenderContext& renderCtx,
452 const glu::RenderContext& renderCtx, in AttachmentInteractionCase() argument
458 , m_renderCtx (renderCtx) in AttachmentInteractionCase()
501 const glu::RenderContext& renderCtx = context.getRenderContext(); in createFboNoAttachmentTests() local
525 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec)); in createFboNoAttachmentTests()
571 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec)); in createFboNoAttachmentTests()
588 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec)); in createFboNoAttachmentTests()
607 group->addChild(new SizeCase(testCtx, renderCtx, name.c_str(), name.c_str(), spec)); in createFboNoAttachmentTests()
641 …group->addChild(new AttachmentInteractionCase(testCtx, renderCtx, name.c_str(), name.c_str(), altS… in createFboNoAttachmentTests()
651 …group->addChild(new SizeCase(testCtx, renderCtx, "width", "Maximum width", FboSpec(SizeCase::US… in createFboNoAttachmentTests()
652 …group->addChild(new SizeCase(testCtx, renderCtx, "height", "Maximum height", FboSpec(128, … in createFboNoAttachmentTests()
653 …group->addChild(new SizeCase(testCtx, renderCtx, "size", "Maximum size", FboSpec(SizeCase::USE… in createFboNoAttachmentTests()
654 …group->addChild(new SizeCase(testCtx, renderCtx, "samples", "Maximum samples", FboSpec(128, … in createFboNoAttachmentTests()
655 …group->addChild(new SizeCase(testCtx, renderCtx, "all", "Maximum size & samples", FboSpec(SizeCas… in createFboNoAttachmentTests()