Searched refs:wrapR (Results 1 - 25 of 28) sorted by relevance

12

/external/swiftshader/src/OpenGL/libGLESv2/
H A DSampler.h50 void setWrapR(GLenum wrapR) { mWrapModeR = wrapR; } argument
H A DContext.cpp3125 GLenum wrapS, wrapT, wrapR, minFilter, magFilter, compFunc, compMode; local
3133 wrapR = samplerObject->getWrapR();
3145 wrapR = texture->getWrapR();
3164 device->setAddressingModeW(samplerType, samplerIndex, es2sw::ConvertTextureWrap(wrapR));
/external/deqp/modules/glshared/
H A DglsSamplerObjectTest.hpp49 GLenum wrapR; member in struct:deqp::gls::TextureSamplerTest::SamplingState
107 GLenum wrapR; member in struct:deqp::gls::MultiTextureSamplerTest::SamplingState
H A DglsSamplerObjectTest.cpp93 gl.texParameteri(target, GL_TEXTURE_WRAP_R, state.wrapR);
94 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_WRAP_R, state.wrapR)");
111 gl.samplerParameteri(sampler, GL_TEXTURE_WRAP_R, state.wrapR);
112 GLU_EXPECT_NO_ERROR(gl.getError(), "glSamplerParameteri(sampler, GL_TEXTURE_WRAP_R, state.wrapR)");
605 gl.texParameteri(target, GL_TEXTURE_WRAP_R, state.wrapR);
606 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_WRAP_R, state.wrapR)");
623 gl.samplerParameteri(sampler, GL_TEXTURE_WRAP_R, state.wrapR);
624 GLU_EXPECT_NO_ERROR(gl.getError(), "glSamplerParameteri(sampler, GL_TEXTURE_WRAP_R, state.wrapR)");
H A DglsShaderRenderCase.cpp528 gl.texParameteri(texTarget, GL_TEXTURE_WRAP_R, glu::getGLWrapMode(sampler.wrapR));
/external/deqp/framework/opengl/
H A DgluTextureUtil.hpp66 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 minFilter, deUint32 magFilter);
H A DgluTextureUtil.cpp695 * \param wrapR R-component wrap mode
700 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 minFilter, deUint32 magFilter)
702 return tcu::Sampler(mapGLWrapMode(wrapS), mapGLWrapMode(wrapT), mapGLWrapMode(wrapR),
/external/deqp/modules/gles3/functional/
H A Des3fTextureFilteringTests.cpp946 Texture3DFilteringCase (Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 internalFormat, int width, int height, int depth);
996 Texture3DFilteringCase::Texture3DFilteringCase (Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 internalFormat, int width, int height, int depth) argument
1002 , m_wrapR (wrapR)
1679 deUint32 wrapR = GL_REPEAT; local
1687 wrapS, wrapT, wrapR,
1707 deUint32 wrapR = GL_REPEAT; local
1716 wrapS, wrapT, wrapR,
1740 deUint32 wrapR = wrapModes[wrapRNdx].mode; local
1749 wrapS, wrapT, wrapR,
H A Des3fTextureMipmapTests.cpp1088 deUint32 wrapR,
1117 Texture3DMipmapCase::Texture3DMipmapCase (Context& context, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 format, int width, int height, int depth) argument
1123 , m_wrapR (wrapR)
2121 const deUint32 wrapR = GL_CLAMP_TO_EDGE; local
2143 sampleParams.sampler = glu::mapGLSampler(wrapS, wrapT, wrapR, m_minFilter, magFilter);
2152 gl.texParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_R, wrapR);
H A Des3fVertexTextureTests.cpp1470 Vertex3DTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 wrapR);
1498 Vertex3DTextureCase::Vertex3DTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 wrapR) argument
1504 , m_wrapR (wrapR)
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.hpp321 tcu::Sampler::WrapMode wrapR; member in struct:vkt::texture::util::Texture3DTestCaseParameters
H A DvktTextureFilteringTests.cpp744 testParameters.wrapR == Sampler::MIRRORED_ONCE) &&
804 refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testParameters.wrapR, m_testParameters.minFilter, m_testParameters.magFilter);
1397 testParameters.wrapR = Sampler::REPEAT_GL;
1433 testParameters.wrapR = Sampler::REPEAT_GL;
1472 testParameters.wrapR = wrapModes[wrapRNdx].mode;
H A DvktTextureMipmapTests.cpp1503 const tcu::Sampler::WrapMode wrapR = Sampler::CLAMP_TO_EDGE; local
1524 refParams.sampler = util::createSampler(wrapS, wrapT, wrapR, m_testParameters.minFilter, magFilter);
2043 testParameters.wrapR = wrapModes[wrapMode].mode;
2077 testParameters.wrapR = Sampler::REPEAT_GL;
H A DvktTextureTestUtil.cpp1797 : wrapR (tcu::Sampler::REPEAT_GL)
/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp44 isWrapModeSupported(sampler.wrapR);
610 const int z = wrap(sampler.wrapR, k, level.getDepth());
769 const int z0 = wrap(sampler.wrapR, k , d);
770 const int z1 = wrap(sampler.wrapR, k+1, d);
930 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), wrap(sampler.wrapR, k0, d0));
931 const Vec4 c1 = lookup<float>(level1, sampler, wrap(sampler.wrapS, i1, w1), wrap(sampler.wrapT, j1, h1), wrap(sampler.wrapR, k1, d1));
1188 const int z0 = wrap(sampler.wrapR, k0 , d0);
1189 const int z1 = wrap(sampler.wrapR, k0+1, d0);
1220 const int z0 = wrap(sampler.wrapR, k1 , d1);
1221 const int z1 = wrap(sampler.wrapR, k
[all...]
H A DtcuTexture.hpp234 WrapMode wrapR; member in class:tcu::Sampler
275 , wrapR (wrapR_)
291 , wrapR (WRAPMODE_LAST)
H A DtcuTexture.cpp1787 (sampler.wrapR == Sampler::CLAMP_TO_BORDER && !deInBounds32(z, 0, depth)))
1792 int k = wrap(sampler.wrapR, z, depth);
1942 int k0 = wrap(sampler.wrapR, z0, depth);
1943 int k1 = wrap(sampler.wrapR, z1, depth);
1953 bool k0UseBorder = sampler.wrapR == Sampler::CLAMP_TO_BORDER && !de::inBounds(k0, 0, depth);
1954 bool k1UseBorder = sampler.wrapR == Sampler::CLAMP_TO_BORDER && !de::inBounds(k1, 0, depth);
2057 w = unnormalize(sampler.wrapR, r, m_size.z());
H A DtcuTexCompareVerifier.cpp43 isWrapModeSupported(sampler.wrapR);
/external/deqp/external/openglcts/modules/common/
H A DglcShaderRenderCase.cpp584 gl.texParameteri(texTarget, GL_TEXTURE_WRAP_R, glu::getGLWrapMode(sampler.wrapR));
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp426 m_emptyTex3D.getSampler().wrapR = tcu::Sampler::CLAMP_TO_EDGE;
1854 tcu::Sampler::WrapMode wrapR = mapGLWrapMode(value);
1855 RC_IF_ERROR(wrapR == tcu::Sampler::WRAPMODE_LAST, GL_INVALID_VALUE, RC_RET_VOID);
1856 texture->getSampler().wrapR = wrapR;
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp2280 mapWrapMode(sampler.wrapR), // addressW
/external/deqp/modules/gles31/functional/
H A Des31fTextureBorderClampTests.cpp2175 gl.texParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_R, glu::getGLWrapMode(samplerParams.sampler.wrapR));
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1718 milliseconds

12