Lines Matching refs:renderContext

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