/external/deqp/modules/gles3/functional/ |
D | es3fShaderTextureFunctionTests.cpp | 180 struct TextureSpec struct 190 TextureSpec (void) in TextureSpec() function 200 TextureSpec (TextureType type_, in TextureSpec() function 444 …t char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture, TexEv… 458 TextureSpec m_textureSpec; 469 …t char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture, TexEv… in ShaderTextureFunctionCase() 957 …xt, const char* name, const char* desc, const char* samplerType, const TextureSpec& texture, bool … 980 const TextureSpec m_textureSpec; 987 …xt, const char* name, const char* desc, const char* samplerType, const TextureSpec& texture, bool … in TextureSizeCase() 1353 TextureSpec texSpec; [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 201 struct TextureSpec struct 211 TextureSpec (void) in TextureSpec() function 221 TextureSpec (TextureType type_, in TextureSpec() argument 726 const TextureSpec& textureSpec, 736 const TextureSpec& m_textureSpec; 745 const TextureSpec& textureSpec, in ShaderTextureFunctionInstance() 1181 const TextureSpec& texture, 1190 const TextureSpec m_textureSpec; 1200 const TextureSpec& texture, in ShaderTextureFunctionCase() 1478 const TextureSpec& textureSpec); [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderTextureFunctionTests.cpp | 124 struct TextureSpec struct 134 TextureSpec (void) in TextureSpec() function 144 TextureSpec (TextureType type_, in TextureSpec() argument 223 …t char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture, TexEv… 237 TextureSpec m_textureSpec; 246 …t char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture, TexEv… in ShaderTextureFunctionCase() 553 TextureSpec texSpec; 587 …static const TextureSpec tex2D (TEXTURETYPE_2D, GL_RGBA, GL_UNSIGNED_BYTE, 256, 256, 1, sampler… in init() 588 …static const TextureSpec tex2DMipmap (TEXTURETYPE_2D, GL_RGBA, GL_UNSIGNED_BYTE, 256, 256, 9, sam… in init() 590 …static const TextureSpec texCube (TEXTURETYPE_CUBE_MAP, GL_RGBA, GL_UNSIGNED_BYTE, 256, 256, 1, s… in init() [all …]
|
/external/deqp/modules/glshared/ |
D | glsLongStressTestUtil.cpp | 170 context.textureSpecs.push_back(gls::TextureSpec(glu::TextureTestUtil::TEXTURETYPE_2D, 0, in generateTextureContext() 238 context.textureSpecs.push_back(gls::TextureSpec(glu::TextureTestUtil::TEXTURETYPE_2D, i, in generateBufferAndTextureContext() 408 context.textureSpecs.push_back(gls::TextureSpec(glu::TextureTestUtil::TEXTURETYPE_2D, 0, in generateFragmentPointLightContext() 582 context.textureSpecs.push_back (gls::TextureSpec(glu::TextureTestUtil::TEXTURETYPE_2D, 0, in generateVertexUniformLoopLightContext()
|
D | glsLongStressCase.hpp | 132 struct TextureSpec struct 149 TextureSpec (const glu::TextureTestUtil::TextureType texType, in TextureSpec() argument 199 …std::vector<TextureSpec> textureSpecs; //!< \note If multiple textures have same unit, one of t…
|
D | glsLongStressCase.cpp | 1142 const TextureSpec& spec = progCtx.textureSpecs[texSpecNdx]; in init() 1305 const TextureSpec& spec = programContext.textureSpecs[texNdx]; in iterate()
|