Searched refs:getWrapS (Results 1 – 12 of 12) sorted by relevance
58 GLenum getWrapS() const { return mWrapModeS; } in getWrapS() function
76 GLenum getWrapS() const { return mWrapS; } in getWrapS() function
1783 case GL_TEXTURE_WRAP_S: return static_cast<GLint>(samplerObject->getWrapS()); in getSamplerParameteri()1805 case GL_TEXTURE_WRAP_S: return static_cast<GLfloat>(samplerObject->getWrapS()); in getSamplerParameterf()3131 wrapS = samplerObject->getWrapS(); in applyTextures()3143 wrapS = texture->getWrapS(); in applyTextures()
3566 *params = (GLfloat)texture->getWrapS(); in GetTexParameterfv()3722 *params = texture->getWrapS(); in GetTexParameteriv()
68 GLenum getWrapS() const;
178 GLenum Texture::getWrapS() const in getWrapS() function in es1::Texture
2323 *params = (GLfloat)texture->getWrapS(); in GetTexParameterfv()2374 *params = texture->getWrapS(); in GetTexParameteriv()
2095 GLenum wrapS = texture->getWrapS(); in applyTextures()
71 GLenum getWrapS() const;
159 GLenum Texture::getWrapS() const in getWrapS() function in gl::Texture
3104 *params = (GLfloat)texture->getWrapS(); in glGetTexParameterfv()3149 *params = texture->getWrapS(); in glGetTexParameteriv()6364 *params = texture->getWrapS(); in glGetTexLevelParameteriv()
2036 GLenum wrapS = texture->getWrapS(); in applyTextures()