Searched refs:IID_IDirect3DBaseTexture9 (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | guid.c | 30 const GUID IID_IDirect3DBaseTexture9 = { 0x580CA87E, 0x1D3C, 0x4D54, { 0x99, 0x1D, 0xB7, 0xD3, 0xE3… variable
|
D | volumetexture9.c | 272 &IID_IDirect3DBaseTexture9,
|
D | texture9.c | 374 &IID_IDirect3DBaseTexture9,
|
D | cubetexture9.c | 331 &IID_IDirect3DBaseTexture9,
|
D | surface9.c | 277 GUID id = IID_IDirect3DBaseTexture9; in NineSurface9_Dump()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DBaseTexture9.cpp | 44 if(iid == IID_IDirect3DBaseTexture9 || in QueryInterface()
|
D | Direct3DTexture9.cpp | 69 iid == IID_IDirect3DBaseTexture9 || in QueryInterface()
|
D | Direct3DCubeTexture9.cpp | 78 iid == IID_IDirect3DBaseTexture9 || in QueryInterface()
|
D | Direct3DVolumeTexture9.cpp | 70 iid == IID_IDirect3DBaseTexture9 || in QueryInterface()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 62 extern "C" const GUID IID_IDirect3DBaseTexture9; 418 extern const GUID IID_IDirect3DBaseTexture9;
|