Searched refs:wrapT (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotTextures_unittest.cpp | 48 GLenum wrapT; member 330 EXPECT_TRUE(compareParameter(GL_TEXTURE_WRAP_T, m_state.wrapT)); in changedStateCheck() 381 gl->glTexParameteri(m_state.target, GL_TEXTURE_WRAP_T, m_state.wrapT); in stateChange() 456 .wrapT = GL_CLAMP_TO_EDGE, in TEST_F() 466 .wrapT = GL_CLAMP_TO_EDGE, in TEST_F() 476 .wrapT = GL_CLAMP_TO_EDGE, in TEST_F()
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 115 …Value magFilter, SamplerValue minFilter, SamplerValue wrapS, SamplerValue wrapT, SamplerValue wrap…
|
D | Context.cpp | 621 …Value magFilter, SamplerValue minFilter, SamplerValue wrapS, SamplerValue wrapT, SamplerValue wrap… in samplerCreate() argument 625 RsSamplerValue _wrapT = static_cast<RsSamplerValue>(wrapT); in samplerCreate()
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 976 * @param wrapT T wrapping mode for the sampler 983 SamplerValue wrapS, SamplerValue wrapT, SamplerValue wrapR,
|