Searched defs:ColorQuad (Results 1 – 2 of 2) sorted by relevance
55 struct ColorQuad struct57 ColorQuad (deUint32 x, deUint32 y, deUint32 width, deUint32 height, Vec4 color) in ColorQuad() argument62 deUint32 m_x;63 deUint32 m_y;64 deUint32 m_width;65 deUint32 m_height;66 Vec4 m_color;
93 struct ColorQuad struct95 Vec4 p00; //!< (0, 0)96 Vec4 p01; //!< (1, 0)97 Vec4 p10; //!< (0, 1)98 Vec4 p11; //!< (1, 1)