Searched refs:SamplerType (Results 1 - 18 of 18) sorted by relevance

/external/swiftshader/src/Renderer/
H A DRenderer.hpp336 void setTextureFilter(SamplerType type, int sampler, FilterType textureFilter);
337 void setMipmapFilter(SamplerType type, int sampler, MipmapType mipmapFilter);
338 void setGatherEnable(SamplerType type, int sampler, bool enable);
339 void setAddressingModeU(SamplerType type, int sampler, AddressingMode addressingMode);
340 void setAddressingModeV(SamplerType type, int sampler, AddressingMode addressingMode);
341 void setAddressingModeW(SamplerType type, int sampler, AddressingMode addressingMode);
342 void setReadSRGB(SamplerType type, int sampler, bool sRGB);
343 void setMipmapLOD(SamplerType type, int sampler, float bias);
344 void setBorderColor(SamplerType type, int sampler, const Color<float> &borderColor);
345 void setMaxAnisotropy(SamplerType typ
[all...]
H A DRenderer.cpp2222 void Renderer::setTextureFilter(SamplerType type, int sampler, FilterType textureFilter)
2234 void Renderer::setMipmapFilter(SamplerType type, int sampler, MipmapType mipmapFilter)
2246 void Renderer::setGatherEnable(SamplerType type, int sampler, bool enable)
2258 void Renderer::setAddressingModeU(SamplerType type, int sampler, AddressingMode addressMode)
2270 void Renderer::setAddressingModeV(SamplerType type, int sampler, AddressingMode addressMode)
2282 void Renderer::setAddressingModeW(SamplerType type, int sampler, AddressingMode addressMode)
2294 void Renderer::setReadSRGB(SamplerType type, int sampler, bool sRGB)
2306 void Renderer::setMipmapLOD(SamplerType type, int sampler, float bias)
2318 void Renderer::setBorderColor(SamplerType type, int sampler, const Color<float> &borderColor)
2330 void Renderer::setMaxAnisotropy(SamplerType typ
[all...]
H A DSampler.hpp62 enum SamplerType enum in namespace:sw
/external/deqp/framework/opengl/
H A DgluTextureTestUtil.hpp60 enum SamplerType enum in namespace:glu::TextureTestUtil
99 SamplerType samplerType; //!< Sampler type.
152 SamplerType getSamplerType (tcu::TextureFormat format);
153 SamplerType getFetchSamplerType (tcu::TextureFormat format);
H A DgluTextureTestUtil.cpp51 SamplerType getSamplerType (tcu::TextureFormat format)
77 SamplerType getFetchSamplerType (tcu::TextureFormat format)
/external/swiftshader/src/OpenGL/libGL/
H A DProgram.h88 GLint getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex);
89 TextureType getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex);
H A DContext.h742 void applyTextures(sw::SamplerType type);
743 void applyTexture(sw::SamplerType type, int sampler, Texture *texture);
H A DProgram.cpp215 GLint Program::getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex)
249 TextureType Program::getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex)
H A DContext.cpp2018 void Context::applyTextures(sw::SamplerType samplerType)
2085 void Context::applyTexture(sw::SamplerType type, int index, Texture *baseTexture)
/external/swiftshader/src/Shader/
H A DShader.hpp296 enum SamplerType enum in class:sw::Shader
534 SamplerType samplerType;
H A DPixelShader.cpp222 Shader::SamplerType samplerType[16];
H A DShader.cpp587 samplerType = (SamplerType)((token & 0x78000000) >> 27);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.h139 GLint getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex);
140 TextureType getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex);
H A DContext.h713 void applyTextures(sw::SamplerType type);
714 void applyTexture(sw::SamplerType type, int sampler, Texture *texture);
H A DContext.cpp3107 void Context::applyTextures(sw::SamplerType samplerType)
3193 void Context::applyTexture(sw::SamplerType type, int index, Texture *baseTexture)
H A DProgram.cpp319 GLint Program::getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex)
353 TextureType Program::getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex)
/external/deqp/modules/gles31/functional/
H A Des31fShaderTextureSizeTests.cpp511 static const struct SamplerType
/external/swiftshader/src/D3D9/
H A DDirect3DDevice9.cpp4166 sw::SamplerType type = sampler < 16 ? sw::SAMPLER_PIXEL : sw::SAMPLER_VERTEX;
6043 sw::SamplerType type = sampler < 16 ? sw::SAMPLER_PIXEL : sw::SAMPLER_VERTEX;

Completed in 318 milliseconds