HomeSort by relevance Sort by last modified time
    Searched refs:D3DRESOURCETYPE (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/mesa3d/src/gallium/state_trackers/nine/
resource9.h 39 D3DRESOURCETYPE type;
59 D3DRESOURCETYPE Type,
86 D3DRESOURCETYPE NINE_WINAPI
nine_dump.h 13 const char *nine_D3DRTYPE_to_str(D3DRESOURCETYPE);
resource9.c 40 D3DRESOURCETYPE Type,
167 D3DRESOURCETYPE NINE_WINAPI
adapter9.h 90 D3DRESOURCETYPE RType,
  /external/swiftshader/src/D3D8/
Direct3DResource8.hpp 31 Direct3DResource8(Direct3DDevice8 *device, D3DRESOURCETYPE type, unsigned int size);
48 D3DRESOURCETYPE __stdcall GetType() override;
56 const D3DRESOURCETYPE type;
Direct3DBaseTexture8.hpp 32 Direct3DBaseTexture8(Direct3DDevice8 *device, D3DRESOURCETYPE type, unsigned long levels, unsigned long usage);
49 D3DRESOURCETYPE __stdcall GetType() override;
Direct3DBaseTexture8.cpp 22 Direct3DBaseTexture8::Direct3DBaseTexture8(Direct3DDevice8 *device, D3DRESOURCETYPE type, unsigned long levels, unsigned long usage) : Direct3DResource8(device, type, 0), levels(levels), usage(usage)
117 D3DRESOURCETYPE Direct3DBaseTexture8::GetType()
Direct3DResource8.cpp 75 Direct3DResource8::Direct3DResource8(Direct3DDevice8 *device, D3DRESOURCETYPE type, unsigned int size) : device(device), type(type), size(size)
204 D3DRESOURCETYPE Direct3DResource8::GetType()
Direct3DIndexBuffer8.hpp 49 D3DRESOURCETYPE __stdcall GetType() override;
Direct3DTexture8.hpp 48 D3DRESOURCETYPE __stdcall GetType() override;
Direct3DVertexBuffer8.hpp 49 D3DRESOURCETYPE __stdcall GetType() override;
Direct3DVolumeTexture8.hpp 48 D3DRESOURCETYPE __stdcall GetType() override;
Direct3D8.hpp 42 long __stdcall CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapaterFormat, unsigned long usage, D3DRESOURCETYPE type, D3DFORMAT checkFormat) override;
Direct3DCubeTexture8.hpp 48 D3DRESOURCETYPE __stdcall GetType() override;
  /external/swiftshader/src/D3D9/
Direct3DResource9.hpp 31 Direct3DResource9(Direct3DDevice9 *device, D3DRESOURCETYPE type, D3DPOOL pool, unsigned int size);
48 D3DRESOURCETYPE __stdcall GetType() override;
57 const D3DRESOURCETYPE type;
Direct3DBaseTexture9.hpp 32 Direct3DBaseTexture9(Direct3DDevice9 *device, D3DRESOURCETYPE type, D3DFORMAT format, D3DPOOL pool, unsigned long levels, unsigned long usage);
49 D3DRESOURCETYPE __stdcall GetType() override;
Direct3DIndexBuffer9.hpp 49 D3DRESOURCETYPE __stdcall GetType() override;
Direct3DVertexBuffer9.hpp 49 D3DRESOURCETYPE __stdcall GetType() override;
Direct3DBaseTexture9.cpp 25 Direct3DBaseTexture9::Direct3DBaseTexture9(Direct3DDevice9 *device, D3DRESOURCETYPE type, D3DFORMAT format, D3DPOOL pool, unsigned long levels, unsigned long usage) : Direct3DResource9(device, type, pool, 0), format(format), levels(levels), usage(usage)
136 D3DRESOURCETYPE Direct3DBaseTexture9::GetType()
Direct3DResource9.cpp 75 Direct3DResource9::Direct3DResource9(Direct3DDevice9 *device, D3DRESOURCETYPE type, D3DPOOL pool, unsigned int size) : device(device), type(type), pool(pool), size(size)
224 D3DRESOURCETYPE Direct3DResource9::GetType()
Direct3D9.hpp 47 long __stdcall CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFormat, unsigned long usage, D3DRESOURCETYPE type, D3DFORMAT checkFormat) override;
Direct3DCubeTexture9.hpp 48 D3DRESOURCETYPE __stdcall GetType() override;
Direct3DSurface9.hpp 52 D3DRESOURCETYPE __stdcall GetType() override;
Direct3DTexture9.hpp 48 D3DRESOURCETYPE __stdcall GetType() override;
Direct3DVolumeTexture9.hpp 48 D3DRESOURCETYPE __stdcall GetType() override;

Completed in 5070 milliseconds

1 2 3