Home
last modified time | relevance | path

Searched refs:getWrapS (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DSampler.h58 GLenum getWrapS() const { return mWrapModeS; } in getWrapS() function
DTexture.h76 GLenum getWrapS() const { return mWrapS; } in getWrapS() function
DContext.cpp1783 case GL_TEXTURE_WRAP_S: return static_cast<GLint>(samplerObject->getWrapS()); in getSamplerParameteri()
1805 case GL_TEXTURE_WRAP_S: return static_cast<GLfloat>(samplerObject->getWrapS()); in getSamplerParameterf()
3131 wrapS = samplerObject->getWrapS(); in applyTextures()
3143 wrapS = texture->getWrapS(); in applyTextures()
DlibGLESv2.cpp3566 *params = (GLfloat)texture->getWrapS(); in GetTexParameterfv()
3722 *params = texture->getWrapS(); in GetTexParameteriv()
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.h68 GLenum getWrapS() const;
DTexture.cpp178 GLenum Texture::getWrapS() const in getWrapS() function in es1::Texture
DlibGLES_CM.cpp2323 *params = (GLfloat)texture->getWrapS(); in GetTexParameterfv()
2374 *params = texture->getWrapS(); in GetTexParameteriv()
DContext.cpp2095 GLenum wrapS = texture->getWrapS(); in applyTextures()
/external/swiftshader/src/OpenGL/libGL/
DTexture.h71 GLenum getWrapS() const;
DTexture.cpp159 GLenum Texture::getWrapS() const in getWrapS() function in gl::Texture
DlibGL.cpp3104 *params = (GLfloat)texture->getWrapS(); in glGetTexParameterfv()
3149 *params = texture->getWrapS(); in glGetTexParameteriv()
6364 *params = texture->getWrapS(); in glGetTexLevelParameteriv()
DContext.cpp2036 GLenum wrapS = texture->getWrapS(); in applyTextures()