Home
last modified time | relevance | path

Searched refs:getWrapR (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DSampler.h60 GLenum getWrapR() const { return mWrapModeR; } in getWrapR() function
DTexture.h84 GLenum getWrapR() const;
DContext.cpp1707 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()
DTexture.cpp333 GLenum Texture::getWrapR() const in getWrapR() function in es2::Texture
DlibGLESv2.cpp3614 *params = (GLfloat)texture->getWrapR(); in GetTexParameterfv()
3767 *params = texture->getWrapR(); in GetTexParameteriv()