Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DVertexDeclaration9.cpp231 if(FVF & D3DFVF_SPECULAR) in Direct3DVertexDeclaration9()
453 FVF |= D3DFVF_SPECULAR; in computeFVF()
DDirect3DVertexBuffer9.cpp46 if(FVF & D3DFVF_SPECULAR) stride += 4; in Direct3DVertexBuffer9()
/external/swiftshader/src/D3D8/
DDirect3DVertexBuffer8.cpp45 if(FVF & D3DFVF_SPECULAR) stride += 4; in Direct3DVertexBuffer8()
DDirect3DDevice8.cpp4293 if(FVF & D3DFVF_SPECULAR) stride += 4; in FVFStride()
4445 if(FVF & D3DFVF_SPECULAR) in bindStreams()
/external/mesa3d/src/gallium/state_trackers/nine/
Dvertexdeclaration9.c363 if (FVF & D3DFVF_SPECULAR) { in NineVertexDeclaration9_new_from_fvf()
Dnine_pipe.h510 if (fvf & D3DFVF_SPECULAR) { size += 1*4; } in nine_fvf_stride()
/external/swiftshader/include/Direct3D/
Dd3d8types.h591 #define D3DFVF_SPECULAR 0x080 macro
/external/mesa3d/include/D3D9/
Dd3d9types.h295 #define D3DFVF_SPECULAR 0x00000080 macro