Searched refs:D3DRESOURCETYPE (Results 1 – 25 of 56) sorted by relevance
123
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | resource9.h | 39 D3DRESOURCETYPE type; 59 D3DRESOURCETYPE Type, 86 D3DRESOURCETYPE NINE_WINAPI
|
D | resource9.c | 40 D3DRESOURCETYPE Type, in NineResource9_ctor() 167 D3DRESOURCETYPE NINE_WINAPI
|
D | nine_dump.h | 13 const char *nine_D3DRTYPE_to_str(D3DRESOURCETYPE);
|
/external/swiftshader/src/D3D8/ |
D | Direct3DResource8.hpp | 31 Direct3DResource8(Direct3DDevice8 *device, D3DRESOURCETYPE type, unsigned int size); 48 D3DRESOURCETYPE __stdcall GetType() override; 56 const D3DRESOURCETYPE type;
|
D | Direct3DBaseTexture8.hpp | 32 …Direct3DBaseTexture8(Direct3DDevice8 *device, D3DRESOURCETYPE type, unsigned long levels, unsigned… 49 D3DRESOURCETYPE __stdcall GetType() override;
|
D | Direct3DBaseTexture8.cpp | 22 …Direct3DBaseTexture8::Direct3DBaseTexture8(Direct3DDevice8 *device, D3DRESOURCETYPE type, unsigned… in Direct3DBaseTexture8() 117 D3DRESOURCETYPE Direct3DBaseTexture8::GetType() in GetType()
|
D | Direct3DResource8.cpp | 75 …Direct3DResource8::Direct3DResource8(Direct3DDevice8 *device, D3DRESOURCETYPE type, unsigned int s… in Direct3DResource8() 204 D3DRESOURCETYPE Direct3DResource8::GetType() in GetType()
|
D | Direct3DVertexBuffer8.hpp | 49 D3DRESOURCETYPE __stdcall GetType() override;
|
D | Direct3DIndexBuffer8.hpp | 49 D3DRESOURCETYPE __stdcall GetType() override;
|
D | Direct3DVolumeTexture8.hpp | 48 D3DRESOURCETYPE __stdcall GetType() override;
|
D | Direct3DTexture8.hpp | 48 D3DRESOURCETYPE __stdcall GetType() override;
|
D | Direct3DCubeTexture8.hpp | 48 D3DRESOURCETYPE __stdcall GetType() override;
|
D | Direct3D8.hpp | 42 …3DDEVTYPE deviceType, D3DFORMAT adapaterFormat, unsigned long usage, D3DRESOURCETYPE type, D3DFORM…
|
/external/swiftshader/src/D3D9/ |
D | Direct3DResource9.hpp | 31 Direct3DResource9(Direct3DDevice9 *device, D3DRESOURCETYPE type, D3DPOOL pool, unsigned int size); 48 D3DRESOURCETYPE __stdcall GetType() override; 57 const D3DRESOURCETYPE type;
|
D | Direct3DBaseTexture9.hpp | 32 …Direct3DBaseTexture9(Direct3DDevice9 *device, D3DRESOURCETYPE type, D3DFORMAT format, D3DPOOL pool… 49 D3DRESOURCETYPE __stdcall GetType() override;
|
D | Direct3DBaseTexture9.cpp | 25 …Direct3DBaseTexture9::Direct3DBaseTexture9(Direct3DDevice9 *device, D3DRESOURCETYPE type, D3DFORMA… in Direct3DBaseTexture9() 136 D3DRESOURCETYPE Direct3DBaseTexture9::GetType() in GetType()
|
D | Direct3DResource9.cpp | 75 …Direct3DResource9::Direct3DResource9(Direct3DDevice9 *device, D3DRESOURCETYPE type, D3DPOOL pool, … in Direct3DResource9() 224 D3DRESOURCETYPE Direct3DResource9::GetType() in GetType()
|
D | Direct3DVertexBuffer9.hpp | 49 D3DRESOURCETYPE __stdcall GetType() override;
|
D | Direct3DIndexBuffer9.hpp | 49 D3DRESOURCETYPE __stdcall GetType() override;
|
D | Direct3DVolumeTexture9.hpp | 48 D3DRESOURCETYPE __stdcall GetType() override;
|
D | Direct3DTexture9.hpp | 48 D3DRESOURCETYPE __stdcall GetType() override;
|
D | Direct3DCubeTexture9.hpp | 48 D3DRESOURCETYPE __stdcall GetType() override;
|
D | Direct3D9.hpp | 47 …D3DDEVTYPE deviceType, D3DFORMAT adapterFormat, unsigned long usage, D3DRESOURCETYPE type, D3DFORM…
|
/external/swiftshader/include/Direct3D/ |
D | d3d8types.h | 1431 } D3DRESOURCETYPE; typedef 1486 D3DRESOURCETYPE Type; 1499 D3DRESOURCETYPE Type; 1510 D3DRESOURCETYPE Type; 1523 D3DRESOURCETYPE Type;
|
/external/mesa3d/include/d3dadapter/ |
D | d3dadapter9.h | 42 … *This, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFOR… 77 …eFormat(D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFOR…
|
123