Searched refs:setWrapS (Results 1 – 8 of 8) sorted by relevance
49 void setWrapS(GLenum wrapS) { mWrapModeS = wrapS; } in setWrapS() function
109 bool setWrapS(GLenum wrap);
115 bool Texture::setWrapS(GLenum wrap) in setWrapS() function in es2::Texture
1723 …case GL_TEXTURE_WRAP_S: samplerObject->setWrapS(static_cast<GLenum>(param)); … in samplerParameteri()1746 …case GL_TEXTURE_WRAP_S: samplerObject->setWrapS(static_cast<GLenum>(roundf(param))); … in samplerParameterf()
4675 if(!texture->setWrapS((GLenum)param)) in TexParameterf()4806 if(!texture->setWrapS((GLenum)param)) in TexParameteri()
60 bool setWrapS(GLenum wrap);
98 bool Texture::setWrapS(GLenum wrap) in setWrapS() function in es1::Texture
4327 if(!texture->setWrapS((GLenum)param)) in TexParameterf()4397 if(!texture->setWrapS((GLenum)param)) in TexParameteri()