Lines Matching refs:renderContext
915 glu::RenderContext& renderContext = m_context.getRenderContext(); in applyInitialStorageModes() local
916 const Functions& gl = renderContext.getFunctions(); in applyInitialStorageModes()
936 if (!isContextTypeES(renderContext.getType())) in applyInitialStorageModes()
1470 glu::RenderContext& renderContext = m_context.getRenderContext(); in isFormatValid() local
1471 glu::ContextType contextType = renderContext.getType(); in isFormatValid()
1473 const Functions& gl = renderContext.getFunctions(); in isFormatValid()
1997 glu::RenderContext& renderContext = m_context.getRenderContext(); in doRead() local
1998 const Functions& gl = renderContext.getFunctions(); in doRead()
2008 else if (glu::isContextTypeES(renderContext.getType())) in doRead()
2017 if (!validImageAttach && glu::isContextTypeES(renderContext.getType())) in doRead()
2169 glu::RenderContext& renderContext = m_context.getRenderContext(); in readOutputData() local
2170 const Functions& gl = renderContext.getFunctions(); in readOutputData()
2179 if (glu::isContextTypeES(renderContext.getType())) in readOutputData()
2291 glu::RenderContext& renderContext = m_context.getRenderContext(); in doCopyInner() local
2292 const Functions& gl = renderContext.getFunctions(); in doCopyInner()
2342 if (!glu::isContextTypeES(renderContext.getType())) in doCopyInner()
3509 glu::RenderContext& renderContext = m_context.getRenderContext(); in testAllFormatsAndTypes() local
3510 const Functions& gl = renderContext.getFunctions(); in testAllFormatsAndTypes()
3576 if (!glu::isContextTypeES(renderContext.getType())) in testAllFormatsAndTypes()
3632 glu::RenderContext& renderContext = m_context.getRenderContext(); in iterate() local
3633 const Functions& gl = renderContext.getFunctions(); in iterate()
3656 if (!glu::isContextTypeES(renderContext.getType())) in iterate()
3795 glu::RenderContext& renderContext = m_context.getRenderContext(); in iterate() local
3796 bool contextTypeIsCoreGL = !glu::isContextTypeES(renderContext.getType()); in iterate()