Home
last modified time | relevance | path

Searched refs:setViewMatrix (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/Renderer/
DVertexProcessor.hpp205 void setViewMatrix(const Matrix &V);
DRenderer.hpp347 void setViewMatrix(const Matrix &V);
DVertexProcessor.cpp230 void VertexProcessor::setViewMatrix(const Matrix &V) in setViewMatrix() function in sw::VertexProcessor
DRenderer.cpp2671 void Renderer::setViewMatrix(const Matrix &V) in setViewMatrix() function in sw::Renderer
2673 VertexProcessor::setViewMatrix(V); in setViewMatrix()
/external/swiftshader/src/Device/
DRenderer.hpp316 void setViewMatrix(const Matrix &V);
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp1791 renderer->setViewMatrix(C * M); in MultiplyTransform()
3856 renderer->setViewMatrix(M); in SetTransform()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp2245 renderer->setViewMatrix(C * M); in MultiplyTransform()
5094 renderer->setViewMatrix(M); in SetTransform()