Home | History | Annotate | Download | only in functional

Lines Matching refs:IVec4

80 inline bool isBlack (const tcu::IVec4& a)
85 inline bool isHalfFilled (const tcu::IVec4& a)
87 const tcu::IVec4 halfFilled (127, 0, 0, 0);
88 const tcu::IVec4 threshold (20, 256, 256, 256);
93 inline bool isLessThanHalfFilled (const tcu::IVec4& a)
101 inline bool compareBlackNonBlackPixels (const tcu::IVec4& a, const tcu::IVec4& b)
106 inline bool compareColoredPixels (const tcu::IVec4& a, const tcu::IVec4& b)
110 const tcu::IVec4 threshold(20, 20, 20, 0);
128 const tcu::IVec4 cSrc = src.getPixelInt(x, y);
129 const tcu::IVec4 cDst = tcu::IVec4(cSrc.x(), cSrc.y(), cSrc.z(), 255);
147 inline int compareImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBufferAccess& ref, const PixelBufferAccess& diffMask, int kernelRadius, bool (*pixelCmp)(const tcu::IVec4& a, const tcu::IVec4& b))
161 const tcu::IVec4 cRef = ref.getPixelInt(x, y);
162 const tcu::IVec4 cTest = test.getPixelInt(x, y);
283 const tcu::IVec4 cTest = image.getPixelInt(x, y);
515 sglr::GLContext glesContext (m_context.getRenderContext(), log, 0, tcu::IVec4(0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE));
652 sglr::GLContext glesContext (m_context.getRenderContext(), log, 0, tcu::IVec4(0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE));
875 sglr::GLContext glesContext (m_context.getRenderContext(), log, 0, tcu::IVec4(0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE));
1049 sglr::GLContext glesContext (m_context.getRenderContext(), log, 0, tcu::IVec4(0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE));