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() argument 144 TextureSpec (TextureType type_, in TextureSpec() argument
|
/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() argument
|
/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() function 200 TextureSpec (TextureType type_, in TextureSpec() function
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 201 struct TextureSpec struct 203 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() function 221 TextureSpec (TextureType type_, in TextureSpec() argument
|