Searched refs:setWrapR (Results 1 – 5 of 5) sorted by relevance
51 void setWrapR(GLenum wrapR) { mWrapModeR = wrapR; } in setWrapR() function
111 bool setWrapR(GLenum wrap);
155 bool Texture::setWrapR(GLenum wrap) in setWrapR() function in es2::Texture
1725 …case GL_TEXTURE_WRAP_R: samplerObject->setWrapR(static_cast<GLenum>(param)); … in samplerParameteri()1748 …case GL_TEXTURE_WRAP_R: samplerObject->setWrapR(static_cast<GLenum>(roundf(param))); … in samplerParameterf()
4687 if(!texture->setWrapR((GLenum)param)) in TexParameterf()4818 if(!texture->setWrapR((GLenum)param)) in TexParameteri()