Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DVertexProcessor.hpp329 void setNormalTransform(const Matrix &M, int i);
DVertexProcessor.cpp816 void VertexProcessor::setNormalTransform(const Matrix &M, int i) in setNormalTransform() function in sw::VertexProcessor
902 setNormalTransform(~!(B * V * M[i]), i); in updateTransform()