Home
last modified time | relevance | path

Searched defs:IntegerQuad (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/modules/glshared/
H A DglsFragmentOpUtil.hpp83 struct IntegerQuad struct
85 tcu::IVec2 posA;
86 tcu::IVec2 posB;
90 tcu::Vec4 color[4];
91 tcu::Vec4 color1[4];
92 float depth[4];
94IntegerQuad(int windowWidth, int windowHeight) : posA(0, 0), posB(windowWidth - 1, windowHeight - … in IntegerQuad() function
100 IntegerQuad(void) : posA(0, 0), posB(1, 1) in IntegerQuad() argument