Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DVertexProcessor.hpp206 void setModelMatrix(const Matrix &M, int i = 0);
DRenderer.hpp345 void setModelMatrix(const Matrix &M, int i = 0);
DVertexProcessor.cpp226 void VertexProcessor::setModelMatrix(const Matrix &M, int i) in setModelMatrix() function in sw::VertexProcessor
DRenderer.cpp2764 void Renderer::setModelMatrix(const Matrix &M, int i) in setModelMatrix() function in sw::Renderer
2766 VertexProcessor::setModelMatrix(M, i); in setModelMatrix()