Searched refs:getWrapR (Results 1 – 4 of 4) sorted by relevance
62 GLenum getWrapR() const { return mWrapModeR; } in getWrapR() function
129 GLenum getWrapR() const { return mWrapR; } in getWrapR() function
1771 case GL_TEXTURE_WRAP_R: return static_cast<GLint>(samplerObject->getWrapR()); in getSamplerParameteri()1794 case GL_TEXTURE_WRAP_R: return static_cast<GLfloat>(samplerObject->getWrapR()); in getSamplerParameterf()3106 wrapR = samplerObject->getWrapR(); in applyTextures()3119 wrapR = texture->getWrapR(); in applyTextures()
3328 *params = (GLfloat)texture->getWrapR(); in GetTexParameterfv()3415 *params = texture->getWrapR(); in GetTexParameteriv()