Home
last modified time | relevance | path

Searched refs:D3DPTADDRESSCAPS_INDEPENDENTUV (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/include/Direct3D/
Dd3d8caps.h297 #define D3DPTADDRESSCAPS_INDEPENDENTUV 0x00000010L macro
/external/mesa3d/include/D3D9/
Dd3d9caps.h178 #define D3DPTADDRESSCAPS_INDEPENDENTUV 0x00000010 macro
/external/swiftshader/src/D3D8/
DDirect3D8.cpp935D3DPTADDRESSCAPS_INDEPENDENTUV | // Device can separate the texture-addressing modes of the u and … in GetDeviceCaps()
942D3DPTADDRESSCAPS_INDEPENDENTUV | // Device can separate the texture-addressing modes of the u and … in GetDeviceCaps()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1424D3DPTADDRESSCAPS_INDEPENDENTUV | // Device can separate the texture-addressing modes of the u and … in GetDeviceCaps()
1431D3DPTADDRESSCAPS_INDEPENDENTUV | // Device can separate the texture-addressing modes of the u and … in GetDeviceCaps()
/external/mesa3d/src/gallium/state_trackers/nine/
Dadapter9.c709 D3DPTADDRESSCAPS_INDEPENDENTUV | in NineAdapter9_GetDeviceCaps()