Lines Matching defs:dst
67 void clearMultisampleColorBuffer(const tcu::PixelBufferAccess &dst, const Vec4 &v, const WindowRect… in clearMultisampleColorBuffer()
71 void clearMultisampleColorBuffer(const tcu::PixelBufferAccess &dst, const IVec4 &v, const WindowRec… in clearMultisampleColorBuffer()
75 void clearMultisampleColorBuffer(const tcu::PixelBufferAccess &dst, const UVec4 &v, const WindowRec… in clearMultisampleColorBuffer()
79 void clearMultisampleDepthBuffer(const tcu::PixelBufferAccess &dst, float v, const WindowRectangle … in clearMultisampleDepthBuffer()
83 void clearMultisampleStencilBuffer(const tcu::PixelBufferAccess &dst, int v, const WindowRectangle … in clearMultisampleStencilBuffer()
641 inline float multiply(float src, float dst) in multiply()
645 inline float screen(float src, float dst) in screen()
649 inline float darken(float src, float dst) in darken()
653 inline float lighten(float src, float dst) in lighten()
657 inline float difference(float src, float dst) in difference()
661 inline float exclusion(float src, float dst) in exclusion()
666 inline float overlay(float src, float dst) in overlay()
674 inline float colordodge(float src, float dst) in colordodge()
684 inline float colorburn(float src, float dst) in colorburn()
694 inline float hardlight(float src, float dst) in hardlight()
702 inline float softlight(float src, float dst) in softlight()