Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DSixteenBppTextureTest.cpp351 Vector4 rawColor(0.5f, 0.7f, 1.0f, 0.0f); in TEST_P() local
352 GLColor expectedColor(rawColor); in TEST_P()
362 glClearColor(rawColor.x(), rawColor.y(), rawColor.z(), rawColor.w()); in TEST_P()
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp941 const tcu::Vec4 rawColor = texelAccess.getPixel(0, 0, 0); in genRenderbufferImage() local
942 const tcu::Vec4 linearColor = (tcu::isSRGB(format) ? tcu::sRGBToLinear(rawColor) : rawColor); in genRenderbufferImage()
961 tcu::clear(refAccess, rawColor); in genRenderbufferImage()