Home
last modified time | relevance | path

Searched refs:D3DFVF_NORMAL (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DVertexDeclaration9.cpp195 if(FVF & D3DFVF_NORMAL) in Direct3DVertexDeclaration9()
427 FVF |= D3DFVF_NORMAL; in computeFVF()
DDirect3DVertexBuffer9.cpp43 if(FVF & D3DFVF_NORMAL) stride += 12; in Direct3DVertexBuffer9()
/external/swiftshader/src/D3D8/
DDirect3DVertexBuffer8.cpp42 if(FVF & D3DFVF_NORMAL) stride += 12; in Direct3DVertexBuffer8()
DDirect3DDevice8.cpp4290 if(FVF & D3DFVF_NORMAL) stride += 12; in FVFStride()
4427 if(FVF & D3DFVF_NORMAL) in bindStreams()
/external/mesa3d/src/gallium/state_trackers/nine/
Dvertexdeclaration9.c345 if (FVF & D3DFVF_NORMAL) { in NineVertexDeclaration9_new_from_fvf()
Dnine_pipe.h507 if (fvf & D3DFVF_NORMAL) { size += 3*4; } in nine_fvf_stride()
/external/swiftshader/include/Direct3D/
Dd3d8types.h588 #define D3DFVF_NORMAL 0x010 macro
/external/mesa3d/include/D3D9/
Dd3d9types.h292 #define D3DFVF_NORMAL 0x00000010 macro