Home
last modified time | relevance | path

Searched refs:TextureSpec (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp180 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/
DvktShaderRenderTextureFunctionTests.cpp201 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/
Des2fShaderTextureFunctionTests.cpp124 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/
DglsLongStressTestUtil.cpp170 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()
DglsLongStressCase.hpp132 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…
DglsLongStressCase.cpp1142 const TextureSpec& spec = progCtx.textureSpecs[texSpecNdx]; in init()
1305 const TextureSpec& spec = programContext.textureSpecs[texNdx]; in iterate()