HomeSort by relevance Sort by last modified time
    Searched refs:D3DFVF_SPECULAR (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/src/D3D8/
Direct3DVertexBuffer8.cpp 45 if(FVF & D3DFVF_SPECULAR) stride += 4;
Direct3DDevice8.cpp     [all...]
  /external/swiftshader/src/D3D9/
Direct3DVertexBuffer9.cpp 46 if(FVF & D3DFVF_SPECULAR) stride += 4;
Direct3DVertexDeclaration9.cpp 231 if(FVF & D3DFVF_SPECULAR)
453 FVF |= D3DFVF_SPECULAR;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dtypes.h     [all...]
d3d8types.h 123 #define D3DFVF_SPECULAR 0x0080
    [all...]
d3d9types.h 155 #define D3DFVF_SPECULAR 0x0080
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.h 510 if (fvf & D3DFVF_SPECULAR) { size += 1*4; }
vertexdeclaration9.c 363 if (FVF & D3DFVF_SPECULAR) {
  /external/swiftshader/include/Direct3D/
d3d8types.h 591 #define D3DFVF_SPECULAR 0x080
    [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h 295 #define D3DFVF_SPECULAR 0x00000080
    [all...]

Completed in 109 milliseconds