Searched refs:getWrapT (Results 1 – 5 of 5) sorted by relevance
37 GLenum getWrapT() const { return mWrapT; } in getWrapT() function
94 GLenum getWrapT() const;
3663 case GL_TEXTURE_WRAP_T: return static_cast<GLint>(samplerObject->getWrapT()); in getSamplerParameteri()3685 case GL_TEXTURE_WRAP_T: return static_cast<GLfloat>(samplerObject->getWrapT()); in getSamplerParameterf()
200 GLenum Texture::getWrapT() const in getWrapT() function in gl::Texture
3487 *params = (GLfloat)texture->getWrapT(); in glGetTexParameterfv()3613 *params = texture->getWrapT(); in glGetTexParameteriv()