Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DSampler.cpp71 void Sampler::setWrapS(const Context *context, GLenum wrapS) in setWrapS() function in gl::Sampler
73 mState.setWrapS(wrapS); in setWrapS()
DSampler.h44 void setWrapS(const Context *context, GLenum wrapS);
Dangletypes.cpp123 setWrapS(GL_REPEAT); in SamplerState()
165 void SamplerState::setWrapS(GLenum wrapS) in setWrapS() function in gl::SamplerState
Dangletypes.h247 void setWrapS(GLenum wrapS);
DTexture.h284 void setWrapS(const Context *context, GLenum wrapS);
DTexture.cpp763 void Texture::setWrapS(const Context *context, GLenum wrapS) in setWrapS() function in gl::Texture
765 mState.mSamplerState.setWrapS(wrapS); in setWrapS()
Dqueryutils.cpp374 texture->setWrapS(context, ConvertToGLenum(pname, params[0])); in SetTexParameterBase()
509 sampler->setWrapS(context, ConvertToGLenum(pname, params[0])); in SetSamplerParameterBase()
/external/swiftshader/src/OpenGL/libGLESv2/
DSampler.h49 void setWrapS(GLenum wrapS) { mWrapModeS = wrapS; } in setWrapS() function
DTexture.h109 bool setWrapS(GLenum wrap);
DContext.cpp1771 …case GL_TEXTURE_WRAP_S: samplerObject->setWrapS(static_cast<GLenum>(param)); … in samplerParameteri()
1794 …case GL_TEXTURE_WRAP_S: samplerObject->setWrapS(static_cast<GLenum>(roundf(param))); … in samplerParameterf()
DTexture.cpp115 bool Texture::setWrapS(GLenum wrap) in setWrapS() function in es2::Texture
DlibGLESv2.cpp4647 if(!texture->setWrapS((GLenum)param)) in TexParameterf()
4771 if(!texture->setWrapS((GLenum)param)) in TexParameteri()
/external/angle/src/libANGLE/renderer/gl/
DSamplerGL.cpp95 …mAppliedSamplerState, GL_TEXTURE_WRAP_S, &gl::SamplerState::getWrapS, &gl::SamplerState::setWrapS); in syncState()
DTextureGL.cpp1355 mAppliedSampler.setWrapS(mState.getSamplerState().getWrapS()); in syncState()
/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()