Home
last modified time | relevance | path

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

/external/swiftshader/include/Direct3D/
Dd3d8caps.h298 #define D3DPTADDRESSCAPS_MIRRORONCE 0x00000020L macro
/external/mesa3d/include/D3D9/
Dd3d9caps.h179 #define D3DPTADDRESSCAPS_MIRRORONCE 0x00000020 macro
/external/swiftshader/src/D3D8/
DDirect3D8.cpp937D3DPTADDRESSCAPS_MIRRORONCE | // Device can take the absolute value of the texture coordinate (th… in GetDeviceCaps()
944D3DPTADDRESSCAPS_MIRRORONCE | // Device can take the absolute value of the texture coordinate (th… in GetDeviceCaps()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1426D3DPTADDRESSCAPS_MIRRORONCE | // Device can take the absolute value of the texture coordinate (th… in GetDeviceCaps()
1433D3DPTADDRESSCAPS_MIRRORONCE | // Device can take the absolute value of the texture coordinate (th… in GetDeviceCaps()
/external/mesa3d/src/gallium/state_trackers/nine/
Dadapter9.c713 D3DPIPECAP(TEXTURE_MIRROR_CLAMP, D3DPTADDRESSCAPS_MIRRORONCE); in NineAdapter9_GetDeviceCaps()