Home
last modified time | relevance | path

Searched refs:setRed (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A 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/
H A 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/
H A DtcuRGBA.hpp75 void setRed (int v) { DE_ASSERT(deInRange32(v, 0, 255)); m_value = (m_value & ~((deUint32)0xFFu << RED_SHIFT)) | ((deUint32)v << RED_SHIFT); } in setRed() function in tcu::RGBA
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp8759 inputColors[idx].setRed(0); in createNoContractionTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp8747 inputColors[idx].setRed(0); in createNoContractionTests()

Completed in 58 milliseconds