Home
last modified time | relevance | path

Searched refs:setBorderColor (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/src/Device/
DVertexProcessor.cpp255 void VertexProcessor::setBorderColor(unsigned int sampler, const Color<float> &borderColor) in setBorderColor() function in sw::VertexProcessor
259 context->sampler[TEXTURE_IMAGE_UNITS + sampler].setBorderColor(borderColor); in setBorderColor()
DVertexProcessor.hpp151 void setBorderColor(unsigned int sampler, const Color<float> &borderColor);
DSampler.hpp184 void setBorderColor(const Color<float> &borderColor);
DPixelProcessor.hpp197 void setBorderColor(unsigned int sampler, const Color<float> &borderColor);
DPixelProcessor.cpp218 void PixelProcessor::setBorderColor(unsigned int sampler, const Color<float> &borderColor) in setBorderColor() function in sw::PixelProcessor
222 context->sampler[sampler].setBorderColor(borderColor); in setBorderColor()
DRenderer.hpp276 void setBorderColor(SamplerType type, int sampler, const Color<float> &borderColor);
DSampler.cpp288 void Sampler::setBorderColor(const Color<float> &borderColor) in setBorderColor() function in sw::Sampler
DRenderer.cpp1970 void Renderer::setBorderColor(SamplerType type, int sampler, const Color<float> &borderColor) in setBorderColor() function in sw::Renderer
1974 PixelProcessor::setBorderColor(sampler, borderColor); in setBorderColor()
1978 VertexProcessor::setBorderColor(sampler, borderColor); in setBorderColor()
/external/swiftshader/src/Renderer/
DSampler.hpp184 void setBorderColor(const Color<float> &borderColor);
DVertexProcessor.hpp259 void setBorderColor(unsigned int sampler, const Color<float> &borderColor);
DPixelProcessor.hpp234 void setBorderColor(unsigned int sampler, const Color<float> &borderColor);
DRenderer.hpp304 void setBorderColor(SamplerType type, int sampler, const Color<float> &borderColor);
DVertexProcessor.cpp587 void VertexProcessor::setBorderColor(unsigned int sampler, const Color<float> &borderColor) in setBorderColor() function in sw::VertexProcessor
591 context->sampler[TEXTURE_IMAGE_UNITS + sampler].setBorderColor(borderColor); in setBorderColor()
DSampler.cpp291 void Sampler::setBorderColor(const Color<float> &borderColor) in setBorderColor() function in sw::Sampler
DPixelProcessor.cpp432 void PixelProcessor::setBorderColor(unsigned int sampler, const Color<float> &borderColor) in setBorderColor() function in sw::PixelProcessor
436 context->sampler[sampler].setBorderColor(borderColor); in setBorderColor()
DRenderer.cpp2364 void Renderer::setBorderColor(SamplerType type, int sampler, const Color<float> &borderColor) in setBorderColor() function in sw::Renderer
2368 PixelProcessor::setBorderColor(sampler, borderColor); in setBorderColor()
2372 VertexProcessor::setBorderColor(sampler, borderColor); in setBorderColor()
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp102 setBorderColor(sw::SAMPLER_PIXEL, i, 0x00000000); in Device()
113 setBorderColor(sw::SAMPLER_VERTEX, i, 0x00000000); in Device()
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp103 setBorderColor(sw::SAMPLER_PIXEL, i, 0x00000000); in Device()
114 setBorderColor(sw::SAMPLER_VERTEX, i, 0x00000000); in Device()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp3581 renderer->setBorderColor(sw::SAMPLER_PIXEL, stage, value); in SetTextureStageState()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp4238 renderer->setBorderColor(type, index, value); in SetSamplerState()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp43969 SamplerCreateInfo & setBorderColor( BorderColor borderColor_ ) in setBorderColor() function
/external/swiftshader/include/vulkan/
Dvulkan.hpp11247 SamplerCreateInfo& setBorderColor( BorderColor borderColor_ ) in setBorderColor() function