Searched refs:setWrapT (Results 1 – 8 of 8) sorted by relevance
50 void setWrapT(GLenum wrapT) { mWrapModeT = wrapT; } in setWrapT() function
110 bool setWrapT(GLenum wrap);
135 bool Texture::setWrapT(GLenum wrap) in setWrapT() function in es2::Texture
1724 …case GL_TEXTURE_WRAP_T: samplerObject->setWrapT(static_cast<GLenum>(param)); … in samplerParameteri()1747 …case GL_TEXTURE_WRAP_T: samplerObject->setWrapT(static_cast<GLenum>(roundf(param))); … in samplerParameterf()
4681 if(!texture->setWrapT((GLenum)param)) in TexParameterf()4812 if(!texture->setWrapT((GLenum)param)) in TexParameteri()
61 bool setWrapT(GLenum wrap);
118 bool Texture::setWrapT(GLenum wrap) in setWrapT() function in es1::Texture
4333 if(!texture->setWrapT((GLenum)param)) in TexParameterf()4403 if(!texture->setWrapT((GLenum)param)) in TexParameteri()