Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fColorClearTest.cpp202 if ((clearMask & 0x1) && !(spanKnownMask & 0x1)) spanColor.setRed(clearCol.getRed()); in iterate()
244 colorThreshold.setRed(colorThreshold.getRed() + 1); in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fColorClearTest.cpp202 if ((clearMask & 0x1) && !(spanKnownMask & 0x1)) spanColor.setRed(clearCol.getRed()); in iterate()
244 colorThreshold.setRed(colorThreshold.getRed() + 1); in iterate()
/third_party/vk-gl-cts/framework/common/
DtcuRGBA.hpp75 …void setRed (int v) { DE_ASSERT(deInRange32(v, 0, 255)); m_value = (m_value & ~((deUint32)0xF… in setRed() function in tcu::RGBA
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp8732 inputColors[idx].setRed(0); in createNoContractionTests()