HomeSort by relevance Sort by last modified time
    Searched refs:has16bitTextureComponents (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/Shader/
SamplerCore.hpp 105 bool has16bitTextureComponents() const;
SamplerCore.cpp 850 if(has16bitTextureComponents() && hasUnsignedTextureComponent(0))
880 if(has16bitTextureComponents() && hasUnsignedTextureComponent(1))
910 if(has16bitTextureComponents() && hasUnsignedTextureComponent(2))
940 if(has16bitTextureComponents() && hasUnsignedTextureComponent(3))
    [all...]

Completed in 125 milliseconds