Searched defs:TextureSpec (Results 1 – 4 of 4) sorted by relevance
132 struct TextureSpec struct134 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;[all …]
124 struct TextureSpec struct126 TextureType type; //!< Texture type (2D, cubemap, ...)127 deUint32 format;128 deUint32 dataType;129 int width;130 int height;131 int numLevels;132 tcu::Sampler sampler;134 TextureSpec (void) in TextureSpec() argument144 TextureSpec (TextureType type_, in TextureSpec() function
180 struct TextureSpec struct182 TextureType type; //!< Texture type (2D, cubemap, ...)183 deUint32 format; //!< Internal format.184 int width;185 int height;186 int depth;187 int numLevels;188 tcu::Sampler sampler;190 TextureSpec (void) in TextureSpec() function200 TextureSpec (TextureType type_, in TextureSpec() argument
201 struct TextureSpec struct203 TextureType type; //!< Texture type (2D, cubemap, ...)204 deUint32 format; //!< Internal format.205 int width;206 int height;207 int depth;208 int numLevels;209 tcu::Sampler sampler;211 TextureSpec (void) in TextureSpec() argument221 TextureSpec (TextureType type_, in TextureSpec() function