Searched refs:setWrapR (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Sampler.cpp | 93 void Sampler::setWrapR(const Context *context, GLenum wrapR) in setWrapR() function in gl::Sampler 95 mState.setWrapR(wrapR); in setWrapR()
|
D | Sampler.h | 50 void setWrapR(const Context *context, GLenum wrapR);
|
D | angletypes.cpp | 173 setWrapR(GL_REPEAT); in SamplerState() 247 bool SamplerState::setWrapR(GLenum wrapR) in setWrapR() function in gl::SamplerState
|
D | Texture.h | 295 void setWrapR(const Context *context, GLenum wrapR);
|
D | angletypes.h | 348 bool setWrapR(GLenum wrapR);
|
D | Texture.cpp | 900 void Texture::setWrapR(const Context *context, GLenum wrapR) in setWrapR() function in gl::Texture 902 if (mState.mSamplerState.setWrapR(wrapR)) in setWrapR()
|
D | queryutils.cpp | 411 texture->setWrapR(context, ConvertToGLenum(pname, params[0])); in SetTexParameterBase() 556 sampler->setWrapR(context, ConvertToGLenum(pname, params[0])); in SetSamplerParameterBase()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Sampler.h | 51 void setWrapR(GLenum wrapR) { mWrapModeR = wrapR; } in setWrapR() function
|
D | Texture.h | 111 bool setWrapR(GLenum wrap);
|
D | Context.cpp | 1773 …case GL_TEXTURE_WRAP_R: samplerObject->setWrapR(static_cast<GLenum>(param)); … in samplerParameteri() 1796 …case GL_TEXTURE_WRAP_R: samplerObject->setWrapR(static_cast<GLenum>(roundf(param))); … in samplerParameterf()
|
D | Texture.cpp | 155 bool Texture::setWrapR(GLenum wrap) in setWrapR() function in es2::Texture
|
D | libGLESv2.cpp | 4659 if(!texture->setWrapR((GLenum)param)) in TexParameterf() 4783 if(!texture->setWrapR((GLenum)param)) in TexParameteri()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | SamplerGL.cpp | 97 …mAppliedSamplerState, GL_TEXTURE_WRAP_R, &gl::SamplerState::getWrapR, &gl::SamplerState::setWrapR); in syncState()
|
D | TextureGL.cpp | 1481 mAppliedSampler.setWrapR(mState.getSamplerState().getWrapR()); in syncState()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | TextureVk.cpp | 1814 samplerState.setWrapR(GL_CLAMP_TO_EDGE); in generateMipmapsWithCompute()
|