Home
last modified time | relevance | path

Searched refs:setTextureTransform (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Renderer/
DVertexProcessor.hpp251 void setTextureTransform(int stage, int count, bool project);
DVertexProcessor.cpp518 void VertexProcessor::setTextureTransform(int stage, int count, bool project) in setTextureTransform() function in sw::VertexProcessor
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.cpp2002 device->setTextureTransform(0, textureStack0.isIdentity() ? 0 : 4, false); in applyState()
2003 device->setTextureTransform(1, textureStack1.isIdentity() ? 0 : 4, false); in applyState()