Searched refs:FilterType (Results 1 - 25 of 39) sorted by relevance

12

/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dfilter_chain.h28 template <typename FilterType, typename... Args>
51 template <typename FilterType, typename... Args>
53 FilterType* filter = new FilterType(std::forward<Args>(args)..., sink_);
/external/ImageMagick/MagickCore/
H A Dresample.h66 } FilterType; typedef in typeref:enum:__anon104
97 SetResampleFilter(ResampleFilter *,const FilterType);
H A Dresize.h36 *ResampleImage(const Image *,const double,const double,const FilterType,
38 *ResizeImage(const Image *,const size_t,const size_t,const FilterType,
H A Dresize-private.h55 *AcquireResizeFilter(const Image *,const FilterType,const MagickBooleanType,
H A Dimage.h221 FilterType
H A Dresize.c702 % const FilterType filter_type,const MagickBooleanType cylindrical,
723 const FilterType filter,const MagickBooleanType cylindrical,
729 FilterType
748 WARNING: The order of this table must match the order of the FilterType
756 FilterType
923 filter_type=(FilterType) option;
932 window_type=(FilterType) option;
949 window_type=(FilterType) option;
2264 % const double y_resolution,const FilterType filter,
2281 const double y_resolution,const FilterType filte
[all...]
H A Dresample.c117 FilterType
1240 % const FilterType filter)
1250 const FilterType filter)
/external/swiftshader/src/Renderer/
H A DSampler.hpp79 enum FilterType ENUM_UNDERLYING_TYPE_UNSIGNED_INT
134 FilterType textureFilter : BITS(FILTER_LAST);
159 void setTextureFilter(FilterType textureFilter);
178 static void setFilterQuality(FilterType maximumFilterQuality);
192 FilterType getTextureFilter() const;
201 FilterType textureFilter;
217 static FilterType maximumTextureFilterQuality;
H A DSampler.cpp27 FilterType Sampler::maximumTextureFilterQuality = FILTER_LINEAR;
251 void Sampler::setTextureFilter(FilterType textureFilter)
253 this->textureFilter = (FilterType)min(textureFilter, maximumTextureFilterQuality);
355 void Sampler::setFilterQuality(FilterType maximumFilterQuality)
421 FilterType Sampler::getTextureFilter() const
432 FilterType filter = textureFilter;
441 return (FilterType)min(filter, FILTER_LINEAR);
H A DVertexProcessor.hpp251 void setTextureFilter(unsigned int sampler, FilterType textureFilter);
H A DPixelProcessor.hpp224 void setTextureFilter(unsigned int sampler, FilterType textureFilter);
H A DRenderer.hpp341 void setTextureFilter(SamplerType type, int sampler, FilterType textureFilter);
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dbasetexture9.h87 D3DTEXTUREFILTERTYPE FilterType );
H A Dbasetexture9.c151 D3DTEXTUREFILTERTYPE FilterType )
153 DBG("This=%p FilterType=%d\n", This, FilterType);
157 user_assert(FilterType != D3DTEXF_NONE, D3DERR_INVALIDCALL);
159 This->mipfilter = FilterType;
/external/swiftshader/src/OpenGL/libGL/
H A Dutilities.h73 sw::FilterType ConvertTextureFilter(GLenum minFilter, GLenum magFilter, float maxAnisotropy);
H A Dutilities.cpp620 sw::FilterType ConvertTextureFilter(GLenum minFilter, GLenum magFilter, float maxAnisotropy)
/external/swiftshader/src/OpenGL/libGLES_CM/
H A Dutilities.h64 sw::FilterType ConvertTextureFilter(GLenum minFilter, GLenum magFilter, float maxAnisotropy);
H A Dutilities.cpp411 sw::FilterType ConvertTextureFilter(GLenum minFilter, GLenum magFilter, float maxAnisotropy)
418 sw::FilterType magFilterType = sw::FILTER_POINT;
/external/ImageMagick/Magick++/demo/
H A Dzoom.cpp51 Magick::FilterType filter(LanczosFilter);
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.h81 sw::FilterType ConvertTextureFilter(GLenum minFilter, GLenum magFilter, float maxAnisotropy);
H A Dutilities.cpp1439 sw::FilterType ConvertTextureFilter(GLenum minFilter, GLenum magFilter, float maxAnisotropy)
1446 sw::FilterType magFilterType = sw::FILTER_POINT;
/external/ImageMagick/MagickWand/
H A Dmagick-image.h232 MagickResampleImage(MagickWand *,const double,const double,const FilterType),
234 MagickResizeImage(MagickWand *,const size_t,const size_t,const FilterType),
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1503 ArrayType *FilterType = cast<ArrayType>(FilterClause->getType()); local
1504 unsigned NumTypeInfos = FilterType->getNumElements();
1523 Constant::getNullValue(FilterType->getElementType());
1574 FilterType = ArrayType::get(FilterType->getElementType(),
1576 FilterClause = ConstantArray::get(FilterType, NewFilterElts);
/external/ImageMagick/Magick++/lib/Magick++/
H A DImage.h250 void filterType(const FilterType filterType_);
251 FilterType filterType(void) const;
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2459 ArrayType *FilterType = cast<ArrayType>(FilterClause->getType()); local
2460 unsigned NumTypeInfos = FilterType->getNumElements();
2479 Constant::getNullValue(FilterType->getElementType());
2544 FilterType = ArrayType::get(FilterType->getElementType(),
2546 FilterClause = ConstantArray::get(FilterType, NewFilterElts);

Completed in 646 milliseconds

12