Home
last modified time | relevance | path

Searched refs:linearColor (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp942 const tcu::Vec4 linearColor = (tcu::isSRGB(format) ? tcu::sRGBToLinear(rawColor) : rawColor); in genRenderbufferImage() local
951 gl.clearBufferfv(GL_COLOR, 0, (const float*)&linearColor); in genRenderbufferImage()
956 gl.clearColor(linearColor.x(), linearColor.y(), linearColor.z(), linearColor.w()); in genRenderbufferImage()