Searched refs:getWrapS (Results 1 – 5 of 5) sorted by relevance
36 GLenum getWrapS() const { return mWrapS; } in getWrapS() function
93 GLenum getWrapS() const;
3662 case GL_TEXTURE_WRAP_S: return static_cast<GLint>(samplerObject->getWrapS()); in getSamplerParameteri()3684 case GL_TEXTURE_WRAP_S: return static_cast<GLfloat>(samplerObject->getWrapS()); in getSamplerParameterf()
195 GLenum Texture::getWrapS() const in getWrapS() function in gl::Texture
3484 *params = (GLfloat)texture->getWrapS(); in glGetTexParameterfv()3610 *params = texture->getWrapS(); in glGetTexParameteriv()