Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:getWrapS

160 GLenum Texture::getWrapS() const
1465 if ((getWrapS() != GL_CLAMP_TO_EDGE && !isPow2(width))
1911 if (!isPow2(size) && (getWrapS() != GL_CLAMP_TO_EDGE || getWrapT() != GL_CLAMP_TO_EDGE))