Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/glshared/
H A DglsLongStressCase.hpp140 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;
[all …]
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp117 struct TextureSpec struct
119 TextureType type; //!< Texture type (2D, cubemap, ...)
120 uint32_t format;
121 uint32_t dataType;
122 int width;
123 int height;
124 int numLevels;
125 tcu::Sampler sampler;
127TextureSpec(void) : type(TEXTURETYPE_LAST), format(GL_NONE), dataType(GL_NONE), width(0), height(0… in TextureSpec() function
131TextureSpec(TextureType type_, uint32_t format_, uint32_t dataType_, int width_, int height_, int … in TextureSpec() argument
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_shadow_lod/
H A DesextcTextureShadowLodFunctionsTest.cpp148 struct TextureSpec struct
150 TextureType type; //!< Texture type (2D, cubemap, ...)
151 uint32_t format; //!< Internal format.
152 int width;
153 int height;
154 int depth;
155 int numLevels;
156 tcu::Sampler sampler;
158TextureSpec(void) : type(TEXTURETYPE_LAST), format(GL_NONE), width(0), height(0), depth(0), numLev… in TextureSpec() function
162TextureSpec(TextureType type_, uint32_t format_, int width_, int height_, int depth_, int numLevel… in TextureSpec() function
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp165 struct TextureSpec struct
167 TextureType type; //!< Texture type (2D, cubemap, ...)
168 uint32_t format; //!< Internal format.
169 int width;
170 int height;
171 int depth;
172 int numLevels;
173 tcu::Sampler sampler;
175TextureSpec(void) : type(TEXTURETYPE_LAST), format(GL_NONE), width(0), height(0), depth(0), numLev… in TextureSpec() argument
179TextureSpec(TextureType type_, uint32_t format_, int width_, int height_, int depth_, int numLevel… in TextureSpec() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp185 struct TextureSpec struct
187 TextureType type; //!< Texture type (2D, cubemap, ...)
188 uint32_t format; //!< Internal format.
189 int width;
190 int height;
191 int depth;
192 int numLevels;
193 tcu::Sampler sampler;
195TextureSpec(void) : type(TEXTURETYPE_LAST), format(GL_NONE), width(0), height(0), depth(0), numLev… in TextureSpec() function
199TextureSpec(TextureType type_, uint32_t format_, int width_, int height_, int depth_, int numLevel… in TextureSpec() function