Home
last modified time | relevance | path

Searched refs:isRGBComponent (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Shader/
DSamplerCore.hpp81 bool isRGBComponent(int component) const;
DSamplerCore.cpp166 if(state.sRGB && isRGBComponent(component)) in sampleTexture()
419 if(state.sRGB && isRGBComponent(component)) in sampleTexture()
2486 bool SamplerCore::isRGBComponent(int component) const in isRGBComponent() function in sw::SamplerCore