Searched refs:setWrapR (Results 1 – 5 of 5) sorted by relevance
50 void setWrapR(GLenum wrapR) { mWrapModeR = wrapR; } in setWrapR() function
62 bool setWrapR(GLenum wrap);
1693 …case GL_TEXTURE_WRAP_R: samplerObject->setWrapR(static_cast<GLenum>(param)); brea… in samplerParameteri()1715 …case GL_TEXTURE_WRAP_R: samplerObject->setWrapR(static_cast<GLenum>(roundf(param))); … in samplerParameterf()
146 bool Texture::setWrapR(GLenum wrap) in setWrapR() function in es2::Texture
5180 if(!texture->setWrapR((GLenum)param)) in TexParameterf()5329 if(!texture->setWrapR((GLenum)param)) in TexParameteri()