Home | History | Annotate | Download | only in egl

Lines Matching refs:clearColor

130 void			clearColorScreen				(const glw::Functions& gl, const tcu::Vec4& clearColor);
249 m_gl.clearColor(coloredRect.color.x()/255.0f, coloredRect.color.y()/255.0f, coloredRect.color.z()/255.0f, 1.0f);
406 const tcu::Vec4 clearColor (clearRed, clearGreen, clearBlue, 1.0f);
419 clearColorScreen(m_gl, clearColor);
486 const tcu::Vec4 clearColor (clearRed, clearGreen, clearBlue, 1.0f);
495 clearColorScreen(m_gl, clearColor);
574 const tcu::Vec4 clearColor (clearRed, clearGreen, clearBlue, 1.0f);
583 clearColorScreen(m_gl, clearColor);
605 clearColorScreen(m_gl, clearColor);
749 void clearColorScreen (const glw::Functions& gl, const tcu::Vec4& clearColor)
751 gl.clearColor(clearColor.x(), clearColor.y(), clearColor.z(), clearColor.w());