Home
last modified time | relevance | path

Searched defs:setWrapS (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DSampler.h49 void setWrapS(GLenum wrapS) { mWrapModeS = wrapS; } in setWrapS() function
DTexture.cpp115 bool Texture::setWrapS(GLenum wrap) in setWrapS() function in es2::Texture
/external/angle/src/libANGLE/
DSampler.cpp71 void Sampler::setWrapS(const Context *context, GLenum wrapS) in setWrapS() function in gl::Sampler
Dangletypes.cpp223 bool SamplerState::setWrapS(GLenum wrapS) in setWrapS() function in gl::SamplerState
DTexture.cpp865 void Texture::setWrapS(const Context *context, GLenum wrapS) in setWrapS() function in gl::Texture
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.cpp98 bool Texture::setWrapS(GLenum wrap) in setWrapS() function in es1::Texture