Home
last modified time | relevance | path

Searched refs:setBaseMatrix (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Renderer/
DVertexProcessor.hpp208 void setBaseMatrix(const Matrix &B);
DRenderer.hpp347 void setBaseMatrix(const Matrix &B);
DVertexProcessor.cpp247 void VertexProcessor::setBaseMatrix(const Matrix &B) in setBaseMatrix() function in sw::VertexProcessor
DRenderer.cpp2775 void Renderer::setBaseMatrix(const Matrix &B) in setBaseMatrix() function in sw::Renderer
2777 VertexProcessor::setBaseMatrix(B); in setBaseMatrix()