Home
last modified time | relevance | path

Searched refs:setWrapS (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DSampler.h49 void setWrapS(GLenum wrapS) { mWrapModeS = wrapS; } in setWrapS() function
DTexture.h109 bool setWrapS(GLenum wrap);
DTexture.cpp115 bool Texture::setWrapS(GLenum wrap) in setWrapS() function in es2::Texture
DContext.cpp1723 …case GL_TEXTURE_WRAP_S: samplerObject->setWrapS(static_cast<GLenum>(param)); … in samplerParameteri()
1746 …case GL_TEXTURE_WRAP_S: samplerObject->setWrapS(static_cast<GLenum>(roundf(param))); … in samplerParameterf()
DlibGLESv2.cpp4675 if(!texture->setWrapS((GLenum)param)) in TexParameterf()
4806 if(!texture->setWrapS((GLenum)param)) in TexParameteri()
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.h60 bool setWrapS(GLenum wrap);
DTexture.cpp98 bool Texture::setWrapS(GLenum wrap) in setWrapS() function in es1::Texture
DlibGLES_CM.cpp4327 if(!texture->setWrapS((GLenum)param)) in TexParameterf()
4397 if(!texture->setWrapS((GLenum)param)) in TexParameteri()