Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DSampler.h62 GLenum getWrapR() const { return mWrapModeR; } in getWrapR() function
DTexture.h129 GLenum getWrapR() const { return mWrapR; } in getWrapR() function
DContext.cpp1771 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()
DlibGLESv2.cpp3328 *params = (GLfloat)texture->getWrapR(); in GetTexParameterfv()
3415 *params = texture->getWrapR(); in GetTexParameteriv()