Lines Matching refs:renderContext
50 const glu::RenderContext& renderContext; member
240 if (glu::contextSupports(testContext.renderContext.getType(), apiES31)) in isDifferentTextureSampleCountsSupported()
1297 const auto& renderContext = m_context.getRenderContext(); in init() local
1298 const auto& gl = renderContext.getFunctions(); in init()
1322 const auto& renderContext = m_context.getRenderContext(); in deinit() local
1323 const auto& gl = renderContext.getFunctions(); in deinit()
1347 const auto& renderContext = m_context.getRenderContext(); in iterate() local
1348 const auto& gl = renderContext.getFunctions(); in iterate()
1351 renderContext, // const glu::RenderContext& renderContext in iterate()
1420 const auto& renderContext = m_context.getRenderContext(); in init() local
1423 if (!glu::contextSupports(renderContext.getType(), test.apiType)) in init()