Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DSamplerCore.hpp109 bool isRGBComponent(int component) const;
DSamplerCore.cpp1998 if(isRGBComponent(i)) in sampleTexel()
2973 bool SamplerCore::isRGBComponent(int component) const in isRGBComponent() function in sw::SamplerCore