Searched refs:getWrapT (Results 1 – 8 of 8) sorted by relevance
61 GLenum getWrapT() const { return mWrapModeT; } in getWrapT() function
128 GLenum getWrapT() const { return mWrapT; } in getWrapT() function
1770 case GL_TEXTURE_WRAP_T: return static_cast<GLint>(samplerObject->getWrapT()); in getSamplerParameteri()1793 case GL_TEXTURE_WRAP_T: return static_cast<GLfloat>(samplerObject->getWrapT()); in getSamplerParameterf()3105 wrapT = samplerObject->getWrapT(); in applyTextures()3118 wrapT = texture->getWrapT(); in applyTextures()
3325 *params = (GLfloat)texture->getWrapT(); in GetTexParameterfv()3412 *params = texture->getWrapT(); in GetTexParameteriv()
69 GLenum getWrapT() const;
183 GLenum Texture::getWrapT() const in getWrapT() function in es1::Texture
2331 *params = (GLfloat)texture->getWrapT(); in GetTexParameterfv()2382 *params = texture->getWrapT(); in GetTexParameteriv()
2097 GLenum wrapT = texture->getWrapT(); in applyTextures()