Searched refs:REPEAT_GL (Results 1 - 11 of 11) sorted by relevance
/external/deqp/framework/common/ |
H A D | tcuTexVerifierUtil.cpp | 143 case tcu::Sampler::REPEAT_GL:
|
H A D | tcuTexture.hpp | 181 REPEAT_GL, //! Repeat with OpenGL semantics enumerator in enum:tcu::Sampler::WrapMode
|
H A D | tcuTexture.cpp | 1552 case tcu::Sampler::REPEAT_GL: 1581 case tcu::Sampler::REPEAT_GL:
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fShaderTextureFunctionTests.cpp | 572 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 D | es31fTextureGatherTests.cpp | 2084 { "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 D | es3fShaderTextureFunctionTests.cpp | 1381 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 D | teglGLES2SharingTests.cpp | 617 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 D | vkImageUtil.cpp | 697 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 D | gluTextureUtil.cpp | 623 case GL_REPEAT: return tcu::Sampler::REPEAT_GL; 751 case tcu::Sampler::REPEAT_GL: return GL_REPEAT;
|
/external/deqp/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 1797 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 D | vktBindingShaderAccessTests.cpp | 4048 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