Searched refs:getWrapT (Results 1 – 13 of 13) sorted by relevance
59 GLenum getWrapT() const { return mWrapModeT; } in getWrapT() function
79 GLenum getWrapT() const;
1736 case GL_TEXTURE_WRAP_T: return static_cast<GLint>(samplerObject->getWrapT()); in getSamplerParameteri()1758 case GL_TEXTURE_WRAP_T: return static_cast<GLfloat>(samplerObject->getWrapT()); in getSamplerParameterf()3028 wrapT = samplerObject->getWrapT(); in applyTextures()3038 wrapT = texture->getWrapT(); in applyTextures()
328 GLenum Texture::getWrapT() const in getWrapT() function in es2::Texture
3618 *params = (GLfloat)texture->getWrapT(); in GetTexParameterfv()3771 *params = texture->getWrapT(); in GetTexParameteriv()
69 GLenum getWrapT() const;
183 GLenum Texture::getWrapT() const in getWrapT() function in es1::Texture
2349 *params = (GLfloat)texture->getWrapT(); in GetTexParameterfv()2400 *params = texture->getWrapT(); in GetTexParameteriv()
2085 GLenum wrapT = texture->getWrapT(); in applyTextures()
72 GLenum getWrapT() const;
164 GLenum Texture::getWrapT() const in getWrapT() function in gl::Texture
3126 *params = (GLfloat)texture->getWrapT(); in glGetTexParameterfv()3171 *params = texture->getWrapT(); in glGetTexParameteriv()6393 *params = texture->getWrapT(); in glGetTexLevelParameteriv()
2037 GLenum wrapT = texture->getWrapT(); in applyTextures()