Searched refs:REPEAT_GL (Results 1 - 11 of 11) sorted by relevance

/external/deqp/framework/common/
H A DtcuTexVerifierUtil.cpp143 case tcu::Sampler::REPEAT_GL:
H A DtcuTexture.hpp181 REPEAT_GL, //! Repeat with OpenGL semantics enumerator in enum:tcu::Sampler::WrapMode
H A DtcuTexture.cpp1552 case tcu::Sampler::REPEAT_GL:
1581 case tcu::Sampler::REPEAT_GL:
/external/deqp/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp572 static const tcu::Sampler samplerLinearNoMipmap (tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL,
574 static const tcu::Sampler samplerLinearMipmap (tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL,
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp2084 { "repeat", tcu::Sampler::REPEAT_GL },
2201 tcu::Sampler::COMPAREMODE_NONE, tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL,
2250 tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL, MaybeTextureSwizzle::createNoneTextureSwizzle(),
2264 compareMode, tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL,
2279 compareMode, tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL,
/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp1381 static const tcu::Sampler samplerNearestNoMipmap (tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL,
1385 static const tcu::Sampler samplerLinearNoMipmap (tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL,
1389 static const tcu::Sampler samplerNearestMipmap (tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL,
1393 static const tcu::Sampler samplerLinearMipmap (tcu::Sampler::REPEAT_GL, tc
[all...]
/external/deqp/modules/egl/
H A DteglGLES2SharingTests.cpp617 tcu::Vec4 color = m_texture.sample(tcu::Sampler(tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL, tcu::Sampler::LINEAR, tcu::Sampler::LINEAR), t, s, lod);
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp697 case tcu::Sampler::REPEAT_GL: return VK_SAMPLER_ADDRESS_MODE_REPEAT;
866 case VK_SAMPLER_ADDRESS_MODE_REPEAT: return tcu::Sampler::REPEAT_GL;
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp623 case GL_REPEAT: return tcu::Sampler::REPEAT_GL;
751 case tcu::Sampler::REPEAT_GL: return GL_REPEAT;
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp1797 case GL_REPEAT: return tcu::Sampler::REPEAT_GL;
4712 , m_sampler (tcu::Sampler::REPEAT_GL,
4713 tcu::Sampler::REPEAT_GL,
4714 tcu::Sampler::REPEAT_GL,
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp4048 return tcu::Sampler(tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL, tcu::Sampler::LINEAR, tcu::Sampler::LINEAR);

Completed in 1251 milliseconds