/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsLongStressCase.hpp | 140 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 D | es2fShaderTextureFunctionTests.cpp | 117 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; 127 …TextureSpec(void) : type(TEXTURETYPE_LAST), format(GL_NONE), dataType(GL_NONE), width(0), height(0… in TextureSpec() function 131 …TextureSpec(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 D | esextcTextureShadowLodFunctionsTest.cpp | 148 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; 158 …TextureSpec(void) : type(TEXTURETYPE_LAST), format(GL_NONE), width(0), height(0), depth(0), numLev… in TextureSpec() function 162 …TextureSpec(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 D | es3fShaderTextureFunctionTests.cpp | 165 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; 175 …TextureSpec(void) : type(TEXTURETYPE_LAST), format(GL_NONE), width(0), height(0), depth(0), numLev… in TextureSpec() argument 179 …TextureSpec(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 D | vktShaderRenderTextureFunctionTests.cpp | 185 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; 195 …TextureSpec(void) : type(TEXTURETYPE_LAST), format(GL_NONE), width(0), height(0), depth(0), numLev… in TextureSpec() function 199 …TextureSpec(TextureType type_, uint32_t format_, int width_, int height_, int depth_, int numLevel… in TextureSpec() function
|