Home
last modified time | relevance | path

Searched refs:D3DFVF_XYZ (Results 1 – 6 of 6) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/direct-x/include/
Dd3dtypes.h1248 #define D3DFVF_XYZ 0x002 macro
1274 #define D3DFVF_VERTEX ( D3DFVF_XYZ | D3DFVF_NORMAL | D3DFVF_TEX1 )
1275 #define D3DFVF_LVERTEX ( D3DFVF_XYZ | D3DFVF_RESERVED1 | D3DFVF_DIFFUSE | \
Dd3d8types.h113 #define D3DFVF_XYZ 0x0002 macro
Dd3d9types.h145 #define D3DFVF_XYZ 0x0002 macro
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_dx9.cpp41 #define D3DFVF_CUSTOMVERTEX (D3DFVF_XYZ|D3DFVF_DIFFUSE|D3DFVF_TEX1)
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx9.cpp58 #define D3DFVF_CUSTOMVERTEX (D3DFVF_XYZ|D3DFVF_DIFFUSE|D3DFVF_TEX1)
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d/
DSDL_render_d3d.c344 IDirect3DDevice9_SetFVF(device, D3DFVF_XYZ | D3DFVF_DIFFUSE | D3DFVF_TEX1); in D3D_InitRenderState()