Lines Matching defs:m_context
97 , m_context(contextSupplier.getContext().getRenderContext())
104 m_context, glu::makeVtxFragSources(m_contextSupplier.getSource(VertexShader).c_str(),
108 m_context,
209 const glu::RenderContext& m_context;
484 return m_context.getRenderContext();
499 return m_context;
504 return m_context.getRenderContext().getFunctions();
509 if (isContextTypeES(m_context.getRenderContext().getType()) || m_glslVersion == glu::GLSL_VERSION_450)
1097 tcu::TestLog& log = m_context.getTestContext().getLog();
3392 addChild(new SamplerLayoutBindingCase(m_context, testName.c_str(),
3397 addChild(new ImageLayoutBindingCase(m_context, testName.c_str(),
3402 addChild(new AtomicCounterLayoutBindingCase(m_context, testName.c_str(),
3407 addChild(new UniformBlocksLayoutBindingCase(m_context, testName.c_str(),
3413 m_context, testName.c_str(), "test shader storage buffer layout binding functionality", *stagesIter,