Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DSampler.h60 GLenum getWrapR() const { return mWrapModeR; } in getWrapR() function
DTexture.h78 GLenum getWrapR() const { return mWrapR; } in getWrapR() function
DContext.cpp1785 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()
DlibGLESv2.cpp3572 *params = (GLfloat)texture->getWrapR(); in GetTexParameterfv()
3728 *params = texture->getWrapR(); in GetTexParameteriv()