Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPolygonOffsetClampTests.cpp266 std::string fragmentColor; in test() local
271 fragmentColor = vertexColor; in test()
274 fragmentColor = fragmentColor + poc_fragmentColor; in test()
276 ProgramSources testSources = makeVtxFragSources(vertexColor, fragmentColor); in test()
/external/deqp/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp583 const tcu::Vec4 fragmentColor = tcu::sRGBToLinear(fbColor) + uniformColor; in genReferenceTexture() local
584 tcu::clear(reference.getAccess(), tcu::linearToSRGB(fragmentColor)); in genReferenceTexture()