Searched defs:TextureSpec (Results 1 – 5 of 5) sorted by relevance
| /external/deqp/modules/glshared/ |
| D | glsLongStressCase.hpp | 132 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/ |
| D | es2fShaderTextureFunctionTests.cpp | 124 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() function 144 TextureSpec (TextureType type_, in TextureSpec() function
|
| /external/deqp/external/openglcts/modules/glesext/texture_shadow_lod/ |
| D | esextcTextureShadowLodFunctionsTest.cpp | 148 struct TextureSpec struct 150 TextureType type; //!< Texture type (2D, cubemap, ...) 151 deUint32 format; //!< Internal format. 152 int width; 153 int height; 154 int depth; 155 int numLevels; 156 tcu::Sampler sampler; 158 …TextureSpec(void) : type(TEXTURETYPE_LAST), format(GL_NONE), width(0), height(0), depth(0), numLev… in TextureSpec() argument 162 …TextureSpec(TextureType type_, deUint32 format_, int width_, int height_, int depth_, int numLevel… in TextureSpec() function
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fShaderTextureFunctionTests.cpp | 180 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() function
|
| /external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
| D | vktShaderRenderTextureFunctionTests.cpp | 203 struct TextureSpec struct 205 TextureType type; //!< Texture type (2D, cubemap, ...) 206 deUint32 format; //!< Internal format. 207 int width; 208 int height; 209 int depth; 210 int numLevels; 211 tcu::Sampler sampler; 213 TextureSpec (void) in TextureSpec() function 223 TextureSpec (TextureType type_, in TextureSpec() argument
|