Searched defs:setWrapT (Results 1 – 6 of 6) sorted by relevance
| /external/swiftshader/src/OpenGL/libGLESv2/ | ||
| D | Sampler.h | 50 void setWrapT(GLenum wrapT) { mWrapModeT = wrapT; } in setWrapT() function |
| D | Texture.cpp | 135 bool Texture::setWrapT(GLenum wrap) in setWrapT() function in es2::Texture |
| /external/angle/src/libANGLE/ | ||
| D | Sampler.cpp | 82 void Sampler::setWrapT(const Context *context, GLenum wrapT) in setWrapT() function in gl::Sampler |
| D | angletypes.cpp | 234 bool SamplerState::setWrapT(GLenum wrapT) in setWrapT() function in gl::SamplerState |
| D | Texture.cpp | 878 void Texture::setWrapT(const Context *context, GLenum wrapT) in setWrapT() function in gl::Texture |
| /external/swiftshader/src/OpenGL/libGLES_CM/ | ||
| D | Texture.cpp | 118 bool Texture::setWrapT(GLenum wrap) in setWrapT() function in es1::Texture |