Home
last modified time | relevance | path

Searched defs:setBorderColor (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Renderer/
DSampler.cpp293 void Sampler::setBorderColor(const Color<float> &borderColor) in setBorderColor() function in sw::Sampler
DVertexProcessor.cpp587 void VertexProcessor::setBorderColor(unsigned int sampler, const Color<float> &borderColor) in setBorderColor() function in sw::VertexProcessor
DPixelProcessor.cpp429 void PixelProcessor::setBorderColor(unsigned int sampler, const Color<float> &borderColor) in setBorderColor() function in sw::PixelProcessor
DRenderer.cpp2278 void Renderer::setBorderColor(SamplerType type, int sampler, const Color<float> &borderColor) in setBorderColor() function in sw::Renderer
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp7326 SamplerCreateInfo& setBorderColor( BorderColor borderColor_ ) in setBorderColor() function