Home
last modified time | relevance | path

Searched defs:textureFilter (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSampler.hpp151 FilterType textureFilter : BITS(FILTER_LAST); member
223 FilterType textureFilter; member in sw::Sampler
DSampler.cpp256 void Sampler::setTextureFilter(FilterType textureFilter) in setTextureFilter()
DVertexProcessor.cpp524 void VertexProcessor::setTextureFilter(unsigned int sampler, FilterType textureFilter) in setTextureFilter()
DPixelProcessor.cpp369 void PixelProcessor::setTextureFilter(unsigned int sampler, FilterType textureFilter) in setTextureFilter()
DRenderer.cpp2366 void Renderer::setTextureFilter(SamplerType type, int sampler, FilterType textureFilter) in setTextureFilter()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DSampler.hpp95 FilterType textureFilter; member