Searched refs:getWrapS (Results 1 – 4 of 4) sorted by relevance
56 GLenum getWrapS() const;
160 GLenum Texture::getWrapS() const in getWrapS() function in gl::Texture1465 if ((getWrapS() != GL_CLAMP_TO_EDGE && !isPow2(width)) in isComplete()1911 if (!isPow2(size) && (getWrapS() != GL_CLAMP_TO_EDGE || getWrapT() != GL_CLAMP_TO_EDGE)) in isComplete()
3267 *params = (GLfloat)texture->getWrapS(); in glGetTexParameterfv()3316 *params = texture->getWrapS(); in glGetTexParameteriv()
2035 GLenum wrapS = texture->getWrapS(); in applyTextures()