Searched refs:CreateVolumeTexture (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 215 …long Direct3DDevice9Ex::CreateVolumeTexture(unsigned int width, unsigned int height, unsigned int … in CreateVolumeTexture() function in D3D9::Direct3DDevice9Ex 219 …return Direct3DDevice9::CreateVolumeTexture(width, height, depth, levels, usage, format, pool, vol… in CreateVolumeTexture()
|
D | Direct3DDevice9Ex.hpp | 81 …long __stdcall CreateVolumeTexture(unsigned int width, unsigned int height, unsigned int depth, un…
|
D | Direct3DDevice9.hpp | 82 …long __stdcall CreateVolumeTexture(unsigned int width, unsigned int height, unsigned int depth, un…
|
D | Direct3DDevice9.cpp | 952 …long Direct3DDevice9::CreateVolumeTexture(unsigned int width, unsigned int height, unsigned int de… in CreateVolumeTexture() function in D3D9::Direct3DDevice9
|