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

  /external/mesa3d/src/gallium/state_trackers/nine/
vertexdeclaration9.c 290 case D3DFVF_XYZB5: /* XYZ with beta values */
298 betas = (((FVF & D3DFVF_XYZB5)-D3DFVF_XYZB1)>>1)+1;
303 } else if ((FVF & D3DFVF_XYZB5) == D3DFVF_XYZB5) {
nine_pipe.h 500 case D3DFVF_XYZB5: size += 8*4; break;
  /external/swiftshader/src/D3D8/
Direct3DVertexBuffer8.cpp 39 case D3DFVF_XYZB5: stride += 32; break;
Direct3DDevice8.cpp     [all...]
  /external/swiftshader/src/D3D9/
Direct3DVertexBuffer9.cpp 39 case D3DFVF_XYZB5: stride += 32; break;
Direct3DVertexDeclaration9.cpp 162 case D3DFVF_XYZB5:
  /external/swiftshader/include/Direct3D/
d3d8types.h 586 #define D3DFVF_XYZB5 0x00e
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8types.h 119 #define D3DFVF_XYZB5 0x000e
    [all...]
d3d9types.h 150 #define D3DFVF_XYZB5 0x000e
    [all...]
d3dtypes.h     [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h 288 #define D3DFVF_XYZB5 0x0000000E
    [all...]

Completed in 573 milliseconds