Searched defs:setWrapS (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ | ||
D | Sampler.h | 49 void setWrapS(GLenum wrapS) { mWrapModeS = wrapS; } in setWrapS() function |
D | Texture.cpp | 115 bool Texture::setWrapS(GLenum wrap) in setWrapS() function in es2::Texture |
/external/angle/src/libANGLE/ | ||
D | Sampler.cpp | 71 void Sampler::setWrapS(const Context *context, GLenum wrapS) in setWrapS() function in gl::Sampler |
D | angletypes.cpp | 165 void SamplerState::setWrapS(GLenum wrapS) in setWrapS() function in gl::SamplerState |
D | Texture.cpp | 763 void Texture::setWrapS(const Context *context, GLenum wrapS) in setWrapS() function in gl::Texture |
/external/swiftshader/src/OpenGL/libGLES_CM/ | ||
D | Texture.cpp | 98 bool Texture::setWrapS(GLenum wrap) in setWrapS() function in es1::Texture |