Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsLongStressCase.hpp132 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;
[all …]
/external/deqp/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp124 struct TextureSpec struct
126 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() argument
144 TextureSpec (TextureType type_, in TextureSpec() argument
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp180 struct TextureSpec struct
182 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() function
200 TextureSpec (TextureType type_, in TextureSpec() argument
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp180 struct TextureSpec struct
182 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() argument
200 TextureSpec (TextureType type_, in TextureSpec() argument