Searched defs:VoidExtentParams (Results 1 – 1 of 1) sorted by relevance
257 struct VoidExtentParams struct260 bool isHDR;261 deUint16 r;262 deUint16 g;263 deUint16 b;264 deUint16 a;267 …VoidExtentParams (bool isHDR_, deUint16 r_, deUint16 g_, deUint16 b_, deUint16 a_) : isHDR(isHDR_)… in VoidExtentParams() argument