Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp557 tcu::TextureLevel genReferenceTexture (const tcu::Vec4& fbColor, const tcu::Vec4& uniformColor);
565 tcu::TextureLevel TextureFormatTestCase::genReferenceTexture (const tcu::Vec4& fbColor, const tcu::… in genReferenceTexture() argument
572 tcu::clear(reference.getAccess(), fbColor.asUint() + uniformColor.asUint()); in genReferenceTexture()
576 tcu::clear(reference.getAccess(), fbColor.asInt() + uniformColor.asInt()); in genReferenceTexture()
582 const tcu::Vec4 fragmentColor = tcu::sRGBToLinear(fbColor) + uniformColor; in genReferenceTexture()
587 tcu::clear(reference.getAccess(), fbColor + uniformColor); in genReferenceTexture()
597 const tcu::Vec4 fbColor = scaleColorValue(m_texFmt, tcu::Vec4(0.5f, 0.0f, 0.0f, 1.0f)); in iterate() local
599 tcu::TextureLevel reference = genReferenceTexture(fbColor, uniformColor); in iterate()
602 genFramebufferWithTexture(fbColor); in iterate()
630 …tcu::TextureLevel genReferenceTexture (const tcu::Vec4& fbColor, const tcu::Vec4& uniformColor…
[all …]