Searched refs:getWrapR (Results 1 – 4 of 4) sorted by relevance
60 GLenum getWrapR() const { return mWrapModeR; } in getWrapR() function
78 GLenum getWrapR() const { return mWrapR; } in getWrapR() function
1785 case GL_TEXTURE_WRAP_R: return static_cast<GLint>(samplerObject->getWrapR()); in getSamplerParameteri()1807 case GL_TEXTURE_WRAP_R: return static_cast<GLfloat>(samplerObject->getWrapR()); in getSamplerParameterf()3133 wrapR = samplerObject->getWrapR(); in applyTextures()3145 wrapR = texture->getWrapR(); in applyTextures()
3572 *params = (GLfloat)texture->getWrapR(); in GetTexParameterfv()3728 *params = texture->getWrapR(); in GetTexParameteriv()