Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSampler.cpp71 void Sampler::setWrapS(const Context *context, GLenum wrapS) in setWrapS() function in gl::Sampler
Dangletypes.cpp225 bool SamplerState::setWrapS(GLenum wrapS) in setWrapS() function in gl::SamplerState
DTexture.cpp872 void Texture::setWrapS(const Context *context, GLenum wrapS) in setWrapS() function in gl::Texture