Lines Matching refs:renderContext
265 glu::RenderContext& renderContext = m_context.getRenderContext(); in prepareTexturingProgramSources() local
266 glu::ContextType contextType = renderContext.getType(); in prepareTexturingProgramSources()
802 glu::RenderContext& renderContext = m_context.getRenderContext(); in iterate() local
803 const Functions& gl = renderContext.getFunctions(); in iterate()
874 renderContext, in iterate()
888 glu::readPixels(renderContext, 0, 0, testSurface.getAccess()); in iterate()
893 glu::ShaderProgram referenceProgram(renderContext, referenceSources); in iterate()
906 glu::readPixels(renderContext, 0, 0, referenceSurface.getAccess()); in iterate()
946 glu::RenderContext& renderContext = m_context.getRenderContext(); in iterate() local
947 const Functions& gl = renderContext.getFunctions(); in iterate()
956 glu::ShaderProgram program(renderContext, in iterate()
986 glu::readPixels(renderContext, 0, 0, referenceSurface.getAccess()); in iterate()
1021 …if (glu::isContextTypeES(renderContext.getType()) && getTypeFromInternalFormat(textureInternalForm… in iterate()
1050 glu::readPixels(renderContext, 0, 0, resultSurface.getAccess()); in iterate()
1118 glu::RenderContext& renderContext = m_context.getRenderContext(); in iterate() local
1119 const Functions& gl = renderContext.getFunctions(); in iterate()
1182 glu::ShaderProgram program0(renderContext, in iterate()
1184 glu::ShaderProgram program1(renderContext, prepareColoringProgramSources(testFormat, testType)); in iterate()
1247 glu::readPixels(renderContext, 0, 0, pixelBuffer); in iterate()
1260 glu::readPixels(renderContext, 0, 0, pixelBuffer); in iterate()
1268 glu::readPixels(renderContext, 0, 0, testSurface[0][loop].getAccess()); in iterate()
1301 glu::readPixels(renderContext, 0, 0, testSurface[1][loop].getAccess()); in iterate()
1359 glu::RenderContext& renderContext = m_context.getRenderContext(); in createFramebuffer() local
1360 const Functions& gl = renderContext.getFunctions(); in createFramebuffer()
1379 if (glu::contextSupports(renderContext.getType(), glu::ApiType::es(2, 0))) in createFramebuffer()
1452 glu::RenderContext& renderContext = m_context.getRenderContext(); in prepareColoringProgramSources() local
1453 glu::ContextType contextType = renderContext.getType(); in prepareColoringProgramSources()