Lines Matching refs:m_context
58 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
59 glu::VertexArray vao (m_context.getRenderContext()); in iterate()
96 glu::VertexArray otherVao (m_context.getRenderContext()); in iterate()
174 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
175 glu::VertexArray vao (m_context.getRenderContext()); in iterate()
212 glu::VertexArray otherVao (m_context.getRenderContext()); in iterate()
389 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
390 glu::VertexArray vao (m_context.getRenderContext()); in test()
411 glu::VertexArray otherVao (m_context.getRenderContext()); in test()
456 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
457 glu::VertexArray vao (m_context.getRenderContext()); in test()
458 glu::Buffer buffer (m_context.getRenderContext()); in test()
479 glu::VertexArray otherVao (m_context.getRenderContext()); in test()
524 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
525 glu::VertexArray vao (m_context.getRenderContext()); in test()
526 glu::Buffer buffer (m_context.getRenderContext()); in test()
547 glu::VertexArray otherVao (m_context.getRenderContext()); in test()
592 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
593 glu::VertexArray vao (m_context.getRenderContext()); in test()
594 glu::Buffer buffer (m_context.getRenderContext()); in test()
615 glu::VertexArray otherVao (m_context.getRenderContext()); in test()
616 glu::Buffer otherBuffer (m_context.getRenderContext()); in test()
633 glu::VertexArray otherVao (m_context.getRenderContext()); in test()
665 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
666 glu::VertexArray vao (m_context.getRenderContext()); in test()
688 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
689 glu::VertexArray vao (m_context.getRenderContext()); in test()
690 glu::Buffer buffer (m_context.getRenderContext()); in test()
714 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
715 glu::VertexArray vao (m_context.getRenderContext()); in test()
716 glu::Buffer buffer (m_context.getRenderContext()); in test()
743 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
744 glu::VertexArray vao (m_context.getRenderContext()); in test()
745 glu::Buffer buffer (m_context.getRenderContext()); in test()
767 …tcu::TestCaseGroup* const attributeGroup = new TestCaseGroup(m_context, "vertex_attrib", "Vertex a… in init()
768 tcu::TestCaseGroup* const indexedGroup = new TestCaseGroup(m_context, "indexed", "Indexed state"); in init()
775 …attributeGroup->addChild(new AttributeBindingCase (m_context, "vertex_attrib_binding", "Test VE… in init()
776 …attributeGroup->addChild(new AttributeRelativeOffsetCase(m_context, "vertex_attrib_relative_offset… in init()
795 …indexedGroup->addChild(new VertexBindingDivisorCase (m_context, (std::string("vertex_binding_divis… in init()
796 …indexedGroup->addChild(new VertexBindingOffsetCase (m_context, (std::string("vertex_binding_offset… in init()
797 …indexedGroup->addChild(new VertexBindingStrideCase (m_context, (std::string("vertex_binding_stride… in init()
798 …indexedGroup->addChild(new VertexBindingBufferCase (m_context, (std::string("vertex_binding_buffer… in init()
803 …indexedGroup->addChild(new MixedVertexBindingDivisorCase(m_context, "vertex_binding_divisor_mixed"… in init()
804 …indexedGroup->addChild(new MixedVertexBindingOffsetCase (m_context, "vertex_binding_offset_mixed",… in init()
805 …indexedGroup->addChild(new MixedVertexBindingStrideCase (m_context, "vertex_binding_stride_mixed",… in init()
806 …indexedGroup->addChild(new MixedVertexBindingBufferCase (m_context, "vertex_binding_buffer_mixed",… in init()