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

  /external/swiftshader/src/D3D8/
Direct3DVertexBuffer8.cpp 44 if(FVF & D3DFVF_DIFFUSE) stride += 4;
Direct3DDevice8.cpp     [all...]
  /external/swiftshader/src/D3D9/
Direct3DVertexBuffer9.cpp 45 if(FVF & D3DFVF_DIFFUSE) stride += 4;
Direct3DVertexDeclaration9.cpp 219 if(FVF & D3DFVF_DIFFUSE)
449 FVF |= D3DFVF_DIFFUSE;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dtypes.h     [all...]
d3d8types.h 122 #define D3DFVF_DIFFUSE 0x0040
    [all...]
d3d9types.h 154 #define D3DFVF_DIFFUSE 0x0040
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.h 509 if (fvf & D3DFVF_DIFFUSE) { size += 1*4; }
vertexdeclaration9.c 357 if (FVF & D3DFVF_DIFFUSE) {
  /external/swiftshader/include/Direct3D/
d3d8types.h 590 #define D3DFVF_DIFFUSE 0x040
    [all...]
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 34 #define D3DFVF_CUSTOMVERTEX (D3DFVF_XYZ|D3DFVF_DIFFUSE|D3DFVF_TEX1)
    [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h 294 #define D3DFVF_DIFFUSE 0x00000040
    [all...]

Completed in 81 milliseconds