Lines Matching defs:TextureSpec
140 struct TextureSpec struct
142 glu::TextureTestUtil::TextureType textureType;
143 uint32_t textureUnit;
144 int width;
145 int height;
146 uint32_t format;
147 uint32_t dataType;
148 uint32_t internalFormat;
149 bool useMipmap;
150 uint32_t minFilter;
151 uint32_t magFilter;
152 uint32_t sWrap;
153 uint32_t tWrap;
154 tcu::Vec4 minValue;
155 tcu::Vec4 maxValue;
157 …TextureSpec(const glu::TextureTestUtil::TextureType texType, const uint32_t unit, const int width_, in TextureSpec() function