Searched refs:convFVF (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dvertexdeclaration.c231 if (!This->convFVF)
264 if(!This->convFVF) {
H A Dd3d9_private.h526 DWORD convFVF; member in struct:IDirect3DVertexDeclaration9Impl
H A Ddevice.c2392 if(((IDirect3DVertexDeclaration9Impl *) convertedDecls[p])->convFVF == fvf) {
2395 } else if(((IDirect3DVertexDeclaration9Impl *) convertedDecls[p])->convFVF < fvf) {
2428 ((IDirect3DVertexDeclaration9Impl *) pDecl)->convFVF = fvf;
2485 *pFVF = ((IDirect3DVertexDeclaration9Impl *)decl)->convFVF;

Completed in 55 milliseconds