Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DSampler.h48 void setWrapS(GLenum wrapS) { mWrapModeS = wrapS; } in setWrapS() function
DTexture.h60 bool setWrapS(GLenum wrap);
DContext.cpp1691 …case GL_TEXTURE_WRAP_S: samplerObject->setWrapS(static_cast<GLenum>(param)); brea… in samplerParameteri()
1713 …case GL_TEXTURE_WRAP_S: samplerObject->setWrapS(static_cast<GLenum>(roundf(param))); … in samplerParameterf()
DTexture.cpp106 bool Texture::setWrapS(GLenum wrap) in setWrapS() function in es2::Texture
DlibGLESv2.cpp5168 if(!texture->setWrapS((GLenum)param)) in TexParameterf()
5317 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.cpp4354 if(!texture->setWrapS((GLenum)param)) in TexParameterf()
4424 if(!texture->setWrapS((GLenum)param)) in TexParameteri()
/external/swiftshader/src/OpenGL/libGL/
DTexture.h64 bool setWrapS(GLenum wrap);
DTexture.cpp88 bool Texture::setWrapS(GLenum wrap) in setWrapS() function in gl::Texture
DlibGL.cpp4461 if(!texture->setWrapS((GLenum)param)) in glTexParameterf()
4545 if(!texture->setWrapS((GLenum)param)) in glTexParameteri()