Searched refs:getWrapR (Results 1 – 5 of 5) sorted by relevance
60 GLenum getWrapR() const { return mWrapModeR; } in getWrapR() function
84 GLenum getWrapR() const;
1707 case GL_TEXTURE_WRAP_R: return static_cast<GLint>(samplerObject->getWrapR()); in getSamplerParameteri()1729 case GL_TEXTURE_WRAP_R: return static_cast<GLfloat>(samplerObject->getWrapR()); in getSamplerParameterf()3049 wrapR = samplerObject->getWrapR(); in applyTextures()3057 wrapR = texture->getWrapR(); in applyTextures()
333 GLenum Texture::getWrapR() const in getWrapR() function in es2::Texture
3614 *params = (GLfloat)texture->getWrapR(); in GetTexParameterfv()3767 *params = texture->getWrapR(); in GetTexParameteriv()