Searched refs:wrapS (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotTextures_unittest.cpp | 47 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/ |
D | Context.h | 115 …amplerCreate(SamplerValue magFilter, SamplerValue minFilter, SamplerValue wrapS, SamplerValue wrap…
|
D | Context.cpp | 621 …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/ |
D | IContext.hal | 975 * @param wrapS S wrapping mode for the sampler 983 SamplerValue wrapS, SamplerValue wrapT, SamplerValue wrapR,
|