Home
last modified time | relevance | path

Searched refs:D3DRTYPE_VOLUME (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DVolume8.cpp29 …resource = new Direct3DResource8(device, D3DRTYPE_VOLUME, memoryUsage(width, height, depth, format… in Direct3DVolume8()
115 description->Type = D3DRTYPE_VOLUME; in GetDesc()
DDirect3D8.cpp241 case D3DRTYPE_VOLUME: in CheckDeviceFormat()
/external/swiftshader/src/D3D9/
DDirect3DVolume9.cpp36 …resource = new Direct3DResource9(device, D3DRTYPE_VOLUME, pool, memoryUsage(width, height, depth, … in Direct3DVolume9()
131 description->Type = D3DRTYPE_VOLUME; in GetDesc()
DDirect3D9.cpp367 case D3DRTYPE_VOLUME: in CheckDeviceFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dvolumetexture9.c113 voldesc.Type = D3DRTYPE_VOLUME; in NineVolumeTexture9_ctor()
Dnine_dump.c134 case D3DRTYPE_VOLUME: return "VOLUME"; in nine_D3DRTYPE_to_str()
Dadapter9.c290 case D3DRTYPE_VOLUME: target = PIPE_TEXTURE_3D; break; in NineAdapter9_CheckDeviceFormat()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1422 D3DRTYPE_VOLUME = 2, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h856 D3DRTYPE_VOLUME = 2, enumerator