Searched defs:filterType (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/src/D3D9/
H A DDirect3DBaseTexture9.hpp55 long __stdcall SetAutoGenFilterType(D3DTEXTUREFILTERTYPE filterType);
74 D3DTEXTUREFILTERTYPE filterType; member in class:D3D9::Direct3DBaseTexture9
H A DDirect3DBaseTexture9.cpp27 filterType = D3DTEXF_LINEAR;
153 return filterType;
191 long Direct3DBaseTexture9::SetAutoGenFilterType(D3DTEXTUREFILTERTYPE filterType) argument
199 this->filterType = filterType; // FIXME: Check if valid
H A DDirect3DCubeTexture9.cpp241 long Direct3DCubeTexture9::SetAutoGenFilterType(D3DTEXTUREFILTERTYPE filterType) argument
247 return Direct3DBaseTexture9::SetAutoGenFilterType(filterType);
H A DDirect3DTexture9.cpp224 long Direct3DTexture9::SetAutoGenFilterType(D3DTEXTUREFILTERTYPE filterType) argument
228 TRACE("D3DTEXTUREFILTERTYPE filterType = %d", filterType);
230 return Direct3DBaseTexture9::SetAutoGenFilterType(filterType);
H A DDirect3DVolumeTexture9.cpp269 long Direct3DVolumeTexture9::SetAutoGenFilterType(D3DTEXTUREFILTERTYPE filterType) argument
275 return Direct3DBaseTexture9::SetAutoGenFilterType(filterType);
/external/ImageMagick/Magick++/lib/
H A DImage.cpp843 void Magick::Image::filterType(const Magick::FilterType filterType_) function in class:Magick::Image
849 Magick::FilterType Magick::Image::filterType(void) const function in class:Magick::Image
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp4009 size_t bytewidth, unsigned char filterType, size_t length)
4016 the incoming scanlines do NOT include the filtertype byte, that one is given in the parameter filterType instead
4021 switch(filterType)
4103 unsigned char filterType = in[inindex]; local
4105 CERROR_TRY_RETURN(unfilterScanline(&out[outindex], &in[inindex + 1], prevline, bytewidth, filterType, linebytes));
5159 size_t length, size_t bytewidth, unsigned char filterType)
5162 switch(filterType)
4008 unfilterScanline(unsigned char* recon, const unsigned char* scanline, const unsigned char* precon, size_t bytewidth, unsigned char filterType, size_t length) argument
5158 filterScanline(unsigned char* out, const unsigned char* scanline, const unsigned char* prevline, size_t length, size_t bytewidth, unsigned char filterType) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 174 milliseconds