Lines Matching defs:TextureSpec
132 struct TextureSpec struct
134 glu::TextureTestUtil::TextureType textureType;
135 deUint32 textureUnit;
136 int width;
137 int height;
138 deUint32 format;
139 deUint32 dataType;
140 deUint32 internalFormat;
141 bool useMipmap;
142 deUint32 minFilter;
143 deUint32 magFilter;
144 deUint32 sWrap;
145 deUint32 tWrap;
146 tcu::Vec4 minValue;
147 tcu::Vec4 maxValue;
149 TextureSpec (const glu::TextureTestUtil::TextureType texType, in TextureSpec() function