Searched refs:linearColor (Results 1 – 1 of 1) sorted by relevance
942 const tcu::Vec4 linearColor = (tcu::isSRGB(format) ? tcu::sRGBToLinear(rawColor) : rawColor); in genRenderbufferImage() local951 gl.clearBufferfv(GL_COLOR, 0, (const float*)&linearColor); in genRenderbufferImage()956 gl.clearColor(linearColor.x(), linearColor.y(), linearColor.z(), linearColor.w()); in genRenderbufferImage()