Home
last modified time | relevance | path

Searched refs:vertexDeclarationCaptured (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp142 if(vertexDeclarationCaptured) in Apply()
334 if(vertexDeclarationCaptured) in Capture()
784 vertexDeclarationCaptured = true; in setVertexDeclaration()
816 vertexDeclarationCaptured = false; in clear()
1241 vertexDeclarationCaptured = true; in captureVertexDeclaration()
DDirect3DStateBlock9.hpp121 bool vertexDeclarationCaptured; member in D3D9::Direct3DStateBlock9