Searched defs:IntegerQuad (Results 1 – 1 of 1) sorted by relevance
83 struct IntegerQuad struct85 tcu::IVec2 posA;86 tcu::IVec2 posB;90 tcu::Vec4 color[4];91 tcu::Vec4 color1[4];92 float depth[4];94 …IntegerQuad(int windowWidth, int windowHeight) : posA(0, 0), posB(windowWidth - 1, windowHeight - … in IntegerQuad() function100 IntegerQuad(void) : posA(0, 0), posB(1, 1) in IntegerQuad() argument