Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DVertexDeclaration9.hpp45 bool isPreTransformed() const;
DDirect3DVertexDeclaration9.cpp368 bool Direct3DVertexDeclaration9::isPreTransformed() const in isPreTransformed() function in D3D9::Direct3DVertexDeclaration9
DDirect3DDevice9.cpp5718 renderer->resetInputStreams(vertexDeclaration->isPreTransformed()); in bindVertexStreams()
5789 if(!vertexDeclaration->isPreTransformed()) in bindVertexStreams()