Home
last modified time | relevance | path

Searched defs:TextureSpec (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
DglsLongStressCase.hpp132 struct TextureSpec struct
134 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 …]
/external/deqp/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp123 struct TextureSpec struct
125 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() function
143 TextureSpec (TextureType type_, in TextureSpec() argument
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp177 struct TextureSpec struct
179 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() argument
197 TextureSpec (TextureType type_, in TextureSpec() argument