/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Sampler.cpp | 104 void Sampler::setMaxAnisotropy(const Context *context, float maxAnisotropy) in setMaxAnisotropy() function in gl::Sampler 106 mState.setMaxAnisotropy(maxAnisotropy); in setMaxAnisotropy()
|
D | Sampler.h | 53 void setMaxAnisotropy(const Context *context, float maxAnisotropy);
|
D | angletypes.cpp | 174 setMaxAnisotropy(1.0f); in SamplerState() 257 bool SamplerState::setMaxAnisotropy(float maxAnisotropy) in setMaxAnisotropy() function in gl::SamplerState
|
D | Texture.h | 298 void setMaxAnisotropy(const Context *context, float maxAnisotropy);
|
D | angletypes.h | 352 bool setMaxAnisotropy(float maxAnisotropy);
|
D | Texture.cpp | 913 void Texture::setMaxAnisotropy(const Context *context, float maxAnisotropy) in setMaxAnisotropy() function in gl::Texture 915 if (mState.mSamplerState.setMaxAnisotropy(maxAnisotropy)) in setMaxAnisotropy()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Sampler.cpp | 100 void Sampler::setMaxAnisotropy(const Context *context, float maxAnisotropy) in setMaxAnisotropy() function in gl::Sampler 102 mState.setMaxAnisotropy(maxAnisotropy); in setMaxAnisotropy()
|
D | Sampler.h | 53 void setMaxAnisotropy(const Context *context, float maxAnisotropy);
|
D | angletypes.cpp | 123 setMaxAnisotropy(1.0f); in SamplerState() 179 void SamplerState::setMaxAnisotropy(float maxAnisotropy) in setMaxAnisotropy() function in gl::SamplerState
|
D | Texture.h | 255 void setMaxAnisotropy(const Context *context, float maxAnisotropy);
|
D | angletypes.h | 260 void setMaxAnisotropy(float maxAnisotropy);
|
D | Texture.cpp | 769 void Texture::setMaxAnisotropy(const Context *context, float maxAnisotropy) in setMaxAnisotropy() function in gl::Texture 771 mState.mSamplerState.setMaxAnisotropy(maxAnisotropy); in setMaxAnisotropy()
|
D | queryutils.cpp | 344 texture->setMaxAnisotropy(context, CastQueryValueTo<GLfloat>(pname, params[0])); in SetTexParameterBase() 475 sampler->setMaxAnisotropy(context, CastQueryValueTo<GLfloat>(pname, params[0])); in SetSamplerParameterBase()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Sampler.h | 56 void setMaxAnisotropy(GLfloat maxAnisotropy) { mMaxAnisotropy = maxAnisotropy; } in setMaxAnisotropy() function
|
D | Texture.h | 112 bool setMaxAnisotropy(GLfloat textureMaxAnisotropy);
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Sampler.hpp | 185 void setMaxAnisotropy(float maxAnisotropy);
|
D | VertexProcessor.hpp | 262 void setMaxAnisotropy(unsigned int stage, float maxAnisotropy);
|
D | PixelProcessor.hpp | 239 void setMaxAnisotropy(unsigned int sampler, float maxAnisotropy);
|
D | Renderer.hpp | 304 void setMaxAnisotropy(SamplerType type, int sampler, float maxAnisotropy);
|
D | VertexProcessor.cpp | 605 void VertexProcessor::setMaxAnisotropy(unsigned int sampler, float maxAnisotropy) in setMaxAnisotropy() function in sw::VertexProcessor 609 context->sampler[TEXTURE_IMAGE_UNITS + sampler].setMaxAnisotropy(maxAnisotropy); in setMaxAnisotropy()
|
D | Sampler.cpp | 310 void Sampler::setMaxAnisotropy(float maxAnisotropy) in setMaxAnisotropy() function in sw::Sampler
|
D | PixelProcessor.cpp | 450 void PixelProcessor::setMaxAnisotropy(unsigned int sampler, float maxAnisotropy) in setMaxAnisotropy() function in sw::PixelProcessor 454 context->sampler[sampler].setMaxAnisotropy(maxAnisotropy); in setMaxAnisotropy()
|
D | Renderer.cpp | 2474 void Renderer::setMaxAnisotropy(SamplerType type, int sampler, float maxAnisotropy) in setMaxAnisotropy() function in sw::Renderer 2478 PixelProcessor::setMaxAnisotropy(sampler, maxAnisotropy); in setMaxAnisotropy() 2482 VertexProcessor::setMaxAnisotropy(sampler, maxAnisotropy); in setMaxAnisotropy()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | SamplerGL.cpp | 98 …TURE_MAX_ANISOTROPY_EXT, &gl::SamplerState::getMaxAnisotropy, &gl::SamplerState::setMaxAnisotropy); in syncState()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | SamplerGL.cpp | 98 …TURE_MAX_ANISOTROPY_EXT, &gl::SamplerState::getMaxAnisotropy, &gl::SamplerState::setMaxAnisotropy); in syncState()
|