Searched defs:TextureSpec (Results 1 – 3 of 3) sorted by relevance
132 struct TextureSpec struct134 gls::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;[all …]
123 struct TextureSpec struct125 TextureType type; //!< Texture type (2D, cubemap, ...)126 deUint32 format;127 deUint32 dataType;128 int width;129 int height;130 int numLevels;131 tcu::Sampler sampler;133 TextureSpec (void) in TextureSpec() function143 TextureSpec (TextureType type_, in TextureSpec() argument
177 struct TextureSpec struct179 TextureType type; //!< Texture type (2D, cubemap, ...)180 deUint32 format; //!< Internal format.181 int width;182 int height;183 int depth;184 int numLevels;185 tcu::Sampler sampler;187 TextureSpec (void) in TextureSpec() argument197 TextureSpec (TextureType type_, in TextureSpec() argument