Home
last modified time | relevance | path

Searched refs:wrapS (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/tests/
DGLSnapshotTextures_unittest.cpp47 GLenum wrapS; member
329 EXPECT_TRUE(compareParameter(GL_TEXTURE_WRAP_S, m_state.wrapS)); in changedStateCheck()
380 gl->glTexParameteri(m_state.target, GL_TEXTURE_WRAP_S, m_state.wrapS); in stateChange()
455 .wrapS = GL_MIRRORED_REPEAT, in TEST_F()
465 .wrapS = GL_MIRRORED_REPEAT, in TEST_F()
475 .wrapS = GL_MIRRORED_REPEAT, in TEST_F()
/hardware/interfaces/renderscript/1.0/default/
DContext.h115 …amplerCreate(SamplerValue magFilter, SamplerValue minFilter, SamplerValue wrapS, SamplerValue wrap…
DContext.cpp621 …amplerCreate(SamplerValue magFilter, SamplerValue minFilter, SamplerValue wrapS, SamplerValue wrap… in samplerCreate() argument
624 RsSamplerValue _wrapS = static_cast<RsSamplerValue>(wrapS); in samplerCreate()
/hardware/interfaces/renderscript/1.0/
DIContext.hal975 * @param wrapS S wrapping mode for the sampler
983 SamplerValue wrapS, SamplerValue wrapT, SamplerValue wrapR,