Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DGLSnapshotTextures_unittest.cpp48 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/
DContext.h115 …Value magFilter, SamplerValue minFilter, SamplerValue wrapS, SamplerValue wrapT, SamplerValue wrap…
DContext.cpp621 …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/
DIContext.hal976 * @param wrapT T wrapping mode for the sampler
983 SamplerValue wrapS, SamplerValue wrapT, SamplerValue wrapR,