Searched refs:defaultTestColors (Results 1 – 2 of 2) sorted by relevance
227 static const tcu::Vec4 defaultTestColors[] = variable419 for (deUint32 bufIdx = 0; bufIdx < DE_LENGTH_OF_ARRAY(defaultTestColors); bufIdx++) in init()439 …deMemcpy(m_bufferAllocs[bufIdx]->getHostPtr(), &defaultTestColors[bufIdx], static_cast<size_t>(kSi… in init()607 m_vertices[quadIdx * 6 + vertexIdx].color.xyzw() = defaultTestColors[quadIdx]; in verifyImage()815 if (colorIdx < DE_LENGTH_OF_ARRAY(defaultTestColors)) in init()816 m_testColors[colorIdx] = defaultTestColors[colorIdx]; in init()822 DE_ASSERT(defaultTestColors[0] != defaultTestColors[DE_LENGTH_OF_ARRAY(defaultTestColors) - 1]); in init()823 …m_testColors[colorIdx] = defaultTestColors[0] * mix + defaultTestColors[DE_LENGTH_OF_ARRAY(default… in init()2822 for (deUint32 bufIdx = 0; bufIdx < DE_LENGTH_OF_ARRAY(defaultTestColors); bufIdx++) in init()2842 …deMemcpy(m_bufferAllocs[bufIdx]->getHostPtr(), &defaultTestColors[bufIdx], static_cast<size_t>(kSi… in init()[all …]