Searched defs:setWrapR (Results 1 – 5 of 5) sorted by relevance
| /external/swiftshader/src/OpenGL/libGLESv2/ | ||
| D | Sampler.h | 51 void setWrapR(GLenum wrapR) { mWrapModeR = wrapR; } in setWrapR() function |
| D | Texture.cpp | 155 bool Texture::setWrapR(GLenum wrap) in setWrapR() function in es2::Texture |
| /external/angle/src/libANGLE/ | ||
| D | Sampler.cpp | 93 void Sampler::setWrapR(const Context *context, GLenum wrapR) in setWrapR() function in gl::Sampler |
| D | angletypes.cpp | 245 bool SamplerState::setWrapR(GLenum wrapR) in setWrapR() function in gl::SamplerState |
| D | Texture.cpp | 893 void Texture::setWrapR(const Context *context, GLenum wrapR) in setWrapR() function in gl::Texture |