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

  /external/swiftshader/src/D3D8/
Direct3DVertexBuffer8.cpp 42 if(FVF & D3DFVF_NORMAL) stride += 12;
Direct3DDevice8.cpp     [all...]
  /external/swiftshader/src/D3D9/
Direct3DVertexBuffer9.cpp 43 if(FVF & D3DFVF_NORMAL) stride += 12;
Direct3DVertexDeclaration9.cpp 195 if(FVF & D3DFVF_NORMAL)
427 FVF |= D3DFVF_NORMAL;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dtypes.h     [all...]
d3d8types.h 120 #define D3DFVF_NORMAL 0x0010
    [all...]
d3d9types.h 152 #define D3DFVF_NORMAL 0x0010
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.h 507 if (fvf & D3DFVF_NORMAL) { size += 3*4; }
vertexdeclaration9.c 345 if (FVF & D3DFVF_NORMAL) {
  /external/swiftshader/include/Direct3D/
d3d8types.h 588 #define D3DFVF_NORMAL 0x010
    [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h 292 #define D3DFVF_NORMAL 0x00000010
    [all...]

Completed in 101 milliseconds