SYMBOL INDEX (1213 symbols across 121 files) FILE: amd_geometryfx/inc/AMD_GeometryFX.h function namespace (line 51) | namespace AMD FILE: amd_geometryfx/inc/AMD_GeometryFX_Filtering.h type GEOMETRYFX_FILTER (line 38) | enum GEOMETRYFX_FILTER type GeometryFX_FilterDesc (line 95) | struct GeometryFX_FilterDesc FILE: amd_geometryfx/inc/AMD_GeometryFX_Utility.h function namespace (line 30) | namespace AMD FILE: amd_geometryfx/src/AMD_GeometryFX_Filtering.cpp type AMD (line 55) | namespace AMD type FilterContext (line 62) | struct FilterContext type FrameConstantBuffer (line 73) | struct FrameConstantBuffer type DrawCallArguments (line 81) | struct DrawCallArguments type IndirectArguments (line 89) | struct IndirectArguments method Init (line 94) | static void Init (IndirectArguments &ia) type SmallBatchData (line 110) | struct SmallBatchData type DrawCommand (line 121) | struct DrawCommand method DrawCommand (line 123) | inline DrawCommand () class SmallBatchChunk (line 145) | class SmallBatchChunk method SmallBatchChunk (line 148) | SmallBatchChunk (ID3D11Device *device, bool emulateMultiDraw, AGSCon... method AddRequest (line 170) | bool AddRequest (const DrawCommand &request, DrawCommand &remainder, method Render (line 278) | void Render (ID3D11DeviceContext *context, ID3D11ComputeShader *comp... method GetFaceCount (line 323) | int GetFaceCount () const method Filter (line 329) | void Filter (ID3D11DeviceContext *context, ID3D11ComputeShader *filt... method UpdateDrawCallAndSmallBatchBuffers (line 352) | void UpdateDrawCallAndSmallBatchBuffers (ID3D11DeviceContext *contex... method CreateFilteredIndexBuffer (line 370) | void CreateFilteredIndexBuffer (ID3D11Device *device) method CreateSmallBatchDataBuffer (line 396) | void CreateSmallBatchDataBuffer (ID3D11Device *device) method CreateIndirectDrawArgumentsBuffer (line 421) | void CreateIndirectDrawArgumentsBuffer (ID3D11Device *device) method CreateDrawCallArgumentsBuffer (line 461) | void CreateDrawCallArgumentsBuffer (ID3D11Device *device) method CreateInstanceIdBuffer (line 490) | void CreateInstanceIdBuffer (ID3D11Device *device) method Reset (line 510) | void Reset () method ClearIndirectArgsBuffer (line 517) | void ClearIndirectArgsBuffer ( type GeometryFX_Filter::Handle (line 557) | struct GeometryFX_Filter::Handle method Handle (line 559) | Handle() method Handle (line 565) | Handle(int index) type GeometryFX_Filter::GeometryFX_OpaqueFilterDesc (line 575) | struct GeometryFX_Filter::GeometryFX_OpaqueFilterDesc type SMALL_BATCH_CHUNK (line 577) | enum SMALL_BATCH_CHUNK method GeometryFX_OpaqueFilterDesc (line 593) | GeometryFX_OpaqueFilterDesc(const GeometryFX_FilterDesc &createInfo) method RegisterMeshes (line 637) | std::vector RegisterMeshes( method SetMeshData (line 679) | void SetMeshData(const MeshHandle &handle, const void *vertexData, c... method BeginRender (line 687) | void BeginRender(ID3D11DeviceContext *context, const FilterContext &... method RenderMeshInstanced (line 715) | void RenderMeshInstanced( method EndRender (line 744) | void EndRender() method GetBuffersForMesh (line 763) | void GetBuffersForMesh(const MeshHandle &handle, ID3D11Buffer **vert... method GetMeshInfo (line 789) | void GetMeshInfo(const MeshHandle &handle, int32 *indexCount) const method CreateShaders (line 834) | void CreateShaders() method CreateIndirectDrawArgumentsBuffer (line 872) | void CreateIndirectDrawArgumentsBuffer( method CreateDrawCallConstantBuffers (line 920) | void CreateDrawCallConstantBuffers() method CreateQueries (line 939) | void CreateQueries() method CreateConstantBuffers (line 947) | void CreateConstantBuffers() method ClearIndirectArgsBuffer (line 959) | void ClearIndirectArgsBuffer(ID3D11DeviceContext *context) const method RenderGeometryDefault (line 973) | void RenderGeometryDefault(ID3D11DeviceContext *context, FilterConte... method RenderGeometryChunked (line 1009) | void RenderGeometryChunked(ID3D11DeviceContext *context, FilterConte... FILE: amd_geometryfx/src/AMD_GeometryFX_Internal.h function namespace (line 25) | namespace AMD FILE: amd_geometryfx/src/AMD_GeometryFX_Utility.cpp type AMD (line 29) | namespace AMD function GEOMETRYFX_RETURN_CODE (line 32) | GEOMETRYFX_RETURN_CODE GeometryFX_GetVersion(uint* major, uint* minor,... function GeometryFX_WriteBlobToFile (line 47) | void GeometryFX_WriteBlobToFile(const char *filename, const std::size_... function GeometryFX_ReadBlobFromFile (line 55) | std::vector GeometryFX_ReadBlobFromFile(const char *filename) FILE: amd_geometryfx/src/GeometryFXMesh.cpp type AMD (line 28) | namespace AMD type GeometryFX_Internal (line 30) | namespace GeometryFX_Internal FILE: amd_geometryfx/src/GeometryFXMesh.h function namespace (line 32) | namespace AMD FILE: amd_geometryfx/src/GeometryFXMeshManager.cpp type AMD (line 49) | namespace AMD type GeometryFX_Internal (line 51) | namespace GeometryFX_Internal class MeshManagerBase (line 64) | class MeshManagerBase : public IMeshManager method StaticMesh (line 67) | StaticMesh *GetMesh(const int index) const override method GetMeshCount (line 72) | int GetMeshCount() const override method ID3D11ShaderResourceView (line 77) | ID3D11ShaderResourceView *GetMeshConstantsBuffer() const override method CreateMeshConstantsBuffer (line 87) | void CreateMeshConstantsBuffer(ID3D11Device *device) class MeshManagerGlobal (line 136) | class MeshManagerGlobal : public MeshManagerBase method Allocate (line 139) | void Allocate(ID3D11Device *device, const int meshCount, const int... method CreateClusters (line 175) | std::vector CreateClusters ( method SetData (line 336) | void SetData(ID3D11Device * /* device */, ID3D11DeviceContext *con... method CreateVertexBuffer (line 357) | void CreateVertexBuffer(ID3D11Device *device, const int vertexCount) method CreateIndexBuffer (line 380) | void CreateIndexBuffer(ID3D11Device *device, const int indexCount) method ID3D11Buffer (line 404) | ID3D11Buffer *GetIndexBuffer() const method ID3D11Buffer (line 409) | ID3D11Buffer *GetVertexBuffer() const method ID3D11ShaderResourceView (line 414) | ID3D11ShaderResourceView *GetIndexBufferSRV() const method ID3D11ShaderResourceView (line 419) | ID3D11ShaderResourceView *GetVertexBufferSRV() const function CreateGlobalMeshManager (line 432) | std::unique_ptr CreateGlobalMeshManager() FILE: amd_geometryfx/src/GeometryFXMeshManager.h function namespace (line 33) | namespace GeometryFX_Internal FILE: amd_geometryfx/src/GeometryFXUtility_Internal.cpp type AMD (line 25) | namespace AMD type GeometryFX_Internal (line 27) | namespace GeometryFX_Internal function CreateShader (line 31) | bool CreateShader(ID3D11Device *device, ID3D11DeviceChild **shader, ... FILE: amd_geometryfx/src/GeometryFXUtility_Internal.h function namespace (line 32) | namespace AMD FILE: amd_geometryfx_sample/src/GeometryFX_Sample.cpp type AMD (line 65) | namespace AMD type ShaderType (line 67) | struct ShaderType type Enum (line 69) | enum Enum function WideToUTF8String (line 81) | std::string WideToUTF8String(const std::wstring &wstr) type DefaultHandler (line 89) | struct DefaultHandler type DefaultHandler (line 91) | struct DefaultHandler method Function (line 93) | static float Function(const std::string &s) type DefaultHandler (line 99) | struct DefaultHandler method Function (line 101) | static int Function(const std::string &s) type DefaultHandler (line 107) | struct DefaultHandler method Function (line 109) | static AMD::uint32 Function(const std::string &s) type DefaultHandler (line 115) | struct DefaultHandler method Function (line 117) | static bool Function(const std::string &s) type DefaultHandler (line 123) | struct DefaultHandler function HandleOption (line 132) | bool HandleOption( function HandleOption (line 147) | bool HandleOption(const std::map &options, con... function TestFlag (line 155) | bool TestFlag(const U m, T i) function U (line 160) | U SetOrClearFlag(U &m, const T i, const bool set) type RenderMode (line 188) | struct RenderMode type Enum (line 190) | enum Enum type ResolutionDependentResources (line 197) | struct ResolutionDependentResources method Create (line 203) | void Create(ID3D11Device *device, int width, int height, int sampleCount) method Destroy (line 209) | void Destroy() type FullscreenConstantBuffer (line 217) | struct FullscreenConstantBuffer function CompileShader (line 225) | void CompileShader(ID3D11Device *device, ID3D11DeviceChild **ppShader, c... function GenerateGeometryChunk (line 302) | void GenerateGeometryChunk( function CreateGeometry (line 364) | std::vector CreateGeometry( function LoadGeometry (line 396) | std::vector LoadGeometry( class Application (line 453) | class Application method Application (line 456) | Application() method GetMeshCount (line 502) | int GetMeshCount() const method Setup (line 523) | void Setup(const std::map &options) type CameraBlob (line 566) | struct CameraBlob method StoreViewProjection (line 572) | void StoreViewProjection(const CBaseCamera &camera) const method LoadViewProjection (line 583) | void LoadViewProjection(CBaseCamera &camera) method Create (line 592) | void Create(ID3D11Device *device) method CreateShaders (line 623) | void CreateShaders() method Blit (line 633) | void Blit(ID3D11DeviceContext *context, ID3D11RenderTargetView *target) method OnFrameRender (line 666) | void OnFrameRender(ID3D11DeviceContext *context, const CBaseCamera &ca... method OnFrameEnd (line 746) | void OnFrameEnd() method OnFrameBegin (line 775) | void OnFrameBegin(ID3D11DeviceContext *context, const CBaseCamera &cam... method Destroy (line 796) | void Destroy() method CreateResolutionDependentResources (line 806) | void CreateResolutionDependentResources( method DestroyResolutionDependentResources (line 825) | void DestroyResolutionDependentResources() type GEOMETRYFX_SAMPLE_IDC (line 849) | enum GEOMETRYFX_SAMPLE_IDC function ParseCommandLine (line 900) | std::map ParseCommandLine(int argc, wchar_t *a... function wWinMain (line 950) | int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR... function InitApp (line 1002) | void InitApp() function RenderText (line 1071) | void RenderText() function IsD3D11DeviceAcceptable (line 1123) | bool CALLBACK IsD3D11DeviceAcceptable(const CD3D11EnumAdapterInfo *Adapt... function HRESULT (line 1133) | HRESULT CALLBACK OnD3D11CreateDevice( function HRESULT (line 1175) | HRESULT CALLBACK OnD3D11ResizedSwapChain(ID3D11Device *pd3dDevice, IDXGI... function OnD3D11FrameRender (line 1228) | void CALLBACK OnD3D11FrameRender(ID3D11Device *pd3dDevice, function OnD3D11ReleasingSwapChain (line 1281) | void CALLBACK OnD3D11ReleasingSwapChain(void *pUserContext) function OnD3D11DestroyDevice (line 1293) | void CALLBACK OnD3D11DestroyDevice(void *pUserContext) function ModifyDeviceSettings (line 1314) | bool CALLBACK ModifyDeviceSettings(DXUTDeviceSettings *pDeviceSettings, ... function OnFrameMove (line 1348) | void CALLBACK OnFrameMove(double fTime, float fElapsedTime, void *pUserC... function LRESULT (line 1357) | LRESULT CALLBACK MsgProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lPa... function OnKeyboard (line 1392) | void CALLBACK OnKeyboard(UINT nChar, bool bKeyDown, bool bAltDown, void ... function OnGUIEvent (line 1420) | void CALLBACK OnGUIEvent(UINT nEvent, int nControlID, CDXUTControl *pCon... FILE: amd_lib/ags_lib/inc/amd_ags.h type ID3D11Device (line 37) | struct ID3D11Device type ID3D11Resource (line 38) | struct ID3D11Resource type ID3D11Buffer (line 39) | struct ID3D11Buffer type ID3D11Texture1D (line 40) | struct ID3D11Texture1D type ID3D11Texture2D (line 41) | struct ID3D11Texture2D type ID3D11Texture3D (line 42) | struct ID3D11Texture3D type D3D11_BUFFER_DESC (line 43) | struct D3D11_BUFFER_DESC type D3D11_TEXTURE1D_DESC (line 44) | struct D3D11_TEXTURE1D_DESC type D3D11_TEXTURE2D_DESC (line 45) | struct D3D11_TEXTURE2D_DESC type D3D11_TEXTURE3D_DESC (line 46) | struct D3D11_TEXTURE3D_DESC type D3D11_SUBRESOURCE_DATA (line 47) | struct D3D11_SUBRESOURCE_DATA type tagRECT (line 48) | struct tagRECT type tagRECT (line 49) | typedef tagRECT D3D11_RECT; type AGSReturnCode (line 52) | enum AGSReturnCode type AGSDriverExtension (line 63) | enum AGSDriverExtension type AGSPrimitiveTopology (line 74) | enum AGSPrimitiveTopology type AGSCrossfireMode (line 80) | enum AGSCrossfireMode type AGSAfrTransferType (line 87) | enum AGSAfrTransferType type AGSContext (line 99) | struct AGSContext type AGSRect (line 101) | struct AGSRect type AGSEyefinityInfo (line 109) | struct AGSEyefinityInfo type AGSDisplayInfo (line 130) | struct AGSDisplayInfo type AGSConfiguration (line 165) | struct AGSConfiguration type AGSGPUInfo (line 170) | struct AGSGPUInfo type D3D_PRIMITIVE_TOPOLOGY (line 314) | enum D3D_PRIMITIVE_TOPOLOGY FILE: amd_lib/shared/common/inc/AMD_Types.h function namespace (line 26) | namespace AMD FILE: amd_lib/shared/d3d11/src/AMD_Buffer.cpp type AMD (line 25) | namespace AMD function HRESULT (line 49) | HRESULT Buffer::CreateBuffer(ID3D11Device * device, FILE: amd_lib/shared/d3d11/src/AMD_Buffer.h function namespace (line 29) | namespace AMD FILE: amd_lib/shared/d3d11/src/AMD_Common.cpp type AMD (line 32) | namespace AMD function outputDebugString (line 34) | void outputDebugString(const char * format, ...) FILE: amd_lib/shared/d3d11/src/AMD_Common.h function namespace (line 26) | namespace AMD FILE: amd_lib/shared/d3d11/src/AMD_FullscreenPass.cpp type AMD (line 36) | namespace AMD function HRESULT (line 38) | HRESULT CreateFullscreenPass(ID3D11VertexShader** ppVS, ID3D11Device* ... function HRESULT (line 48) | HRESULT CreateScreenQuadPass(ID3D11VertexShader** ppVS, ID3D11Device* ... function HRESULT (line 58) | HRESULT CreateFullscreenPass(ID3D11PixelShader** ppPS, ID3D11Device* p... function HRESULT (line 68) | HRESULT RenderFullscreenPass( function HRESULT (line 97) | HRESULT RenderFullscreenInstancedPass( function HRESULT (line 173) | HRESULT RenderFullscreenAlignedQuads( FILE: amd_lib/shared/d3d11/src/AMD_FullscreenPass.h function namespace (line 28) | namespace AMD FILE: amd_lib/shared/d3d11/src/AMD_Rand.cpp type AMD (line 28) | namespace AMD function noise (line 30) | float noise(uint x) function random_float (line 36) | float random_float(uint seed, float a, float b) FILE: amd_lib/shared/d3d11/src/AMD_Rand.h function namespace (line 28) | namespace AMD FILE: amd_lib/shared/d3d11/src/AMD_SaveRestoreState.cpp type AMD (line 25) | namespace AMD FILE: amd_lib/shared/d3d11/src/AMD_SaveRestoreState.h function namespace (line 28) | namespace AMD FILE: amd_lib/shared/d3d11/src/AMD_Serialize.cpp type AMD (line 31) | namespace AMD function serialize_string (line 40) | void serialize_string(FILE * file, char * name) function serialize_float (line 45) | void serialize_float(FILE * file, const char * name, float * v) function serialize_float2 (line 51) | void serialize_float2(FILE * file, const char * name, float * v) function serialize_float3 (line 57) | void serialize_float3(FILE * file, const char * name, float * v) function serialize_float4 (line 63) | void serialize_float4(FILE * file, const char * name, float * v) function serialize_float4x4 (line 69) | void serialize_float4x4(FILE * file, const char * name, float * v) function serialize_uint (line 82) | void serialize_uint(FILE * file, const char * name, uint32 * v) function serialize_uint2 (line 87) | void serialize_uint2(FILE * file, const char * name, uint32 * v) function serialize_uint3 (line 92) | void serialize_uint3(FILE * file, const char * name, uint32 * v) function serialize_uint4 (line 97) | void serialize_uint4(FILE * file, const char * name, uint32 * v) function deserialize_string (line 102) | void deserialize_string(FILE * file, char * name) function deserialize_float (line 107) | void deserialize_float(FILE * file, char * name, float * v, bool use_f... function deserialize_float2 (line 122) | void deserialize_float2(FILE * file, char * name, float * v, bool use_... function deserialize_float3 (line 137) | void deserialize_float3(FILE * file, char * name, float * v, bool use_... function deserialize_float4 (line 152) | void deserialize_float4(FILE * file, char * name, float * v, bool use_... function deserialize_float4x4 (line 167) | void deserialize_float4x4(FILE * file, char * name, float * v, bool us... function deserialize_uint (line 175) | void deserialize_uint(FILE * file, char * name, uint32 * v) function deserialize_uint2 (line 180) | void deserialize_uint2(FILE * file, char * name, uint32 * v) function deserialize_uint3 (line 185) | void deserialize_uint3(FILE * file, char * name, uint32 * v) function deserialize_uint4 (line 190) | void deserialize_uint4(FILE * file, char * name, uint32 * v) FILE: amd_lib/shared/d3d11/src/AMD_Serialize.h type _iobuf (line 29) | struct _iobuf type FILE (line 30) | typedef struct _iobuf FILE; function namespace (line 32) | namespace AMD FILE: amd_lib/shared/d3d11/src/AMD_Texture2D.cpp type AMD (line 33) | namespace AMD function HRESULT (line 84) | HRESULT Texture2D::CreateSurface(ID3D11Device * pDevice, FILE: amd_lib/shared/d3d11/src/AMD_Texture2D.h type AGSContext (line 29) | struct AGSContext function namespace (line 31) | namespace AMD FILE: amd_lib/shared/d3d11/src/AMD_UnitCube.cpp type AMD (line 31) | namespace AMD function HRESULT (line 33) | HRESULT CreateUnitCube(ID3D11VertexShader ** ppVS, ID3D11Device *pDevice) function HRESULT (line 45) | HRESULT CreateClipSpaceCube(ID3D11VertexShader** ppVS, ID3D11Device* p... function HRESULT (line 57) | HRESULT CreateUnitCube(ID3D11PixelShader** ppPS, ID3D11Device* pDevice) function HRESULT (line 68) | HRESULT RenderUnitCube(ID3D11DeviceContext* pd3dContext, FILE: amd_lib/shared/d3d11/src/AMD_UnitCube.h function namespace (line 28) | namespace AMD FILE: amd_lib/shared/d3d11/src/DirectXTex/DDSTextureLoader.cpp type DDS_PIXELFORMAT (line 51) | struct DDS_PIXELFORMAT type DDS_MISC_FLAGS2 (line 87) | enum DDS_MISC_FLAGS2 type DDS_HEADER (line 92) | struct DDS_HEADER type DDS_HEADER_DXT10 (line 110) | struct DDS_HEADER_DXT10 type handle_closer (line 125) | struct handle_closer { void operator()(HANDLE h) { if (h) CloseHandle(h)... function HANDLE (line 129) | inline HANDLE safe_handle( HANDLE h ) { return (h == INVALID_HANDLE_VALU... function SetDebugObjectName (line 132) | inline void SetDebugObjectName(_In_ ID3D11DeviceChild* resource, _In_ co... function HRESULT (line 145) | static HRESULT LoadTextureDataFromFile( _In_z_ const wchar_t* fileName, function BitsPerPixel (line 273) | static size_t BitsPerPixel( _In_ DXGI_FORMAT fmt ) function GetSurfaceInfo (line 423) | static void GetSurfaceInfo( _In_ size_t width, function DXGI_FORMAT (line 555) | static DXGI_FORMAT GetDXGIFormat( const DDS_PIXELFORMAT& ddpf ) function DXGI_FORMAT (line 791) | static DXGI_FORMAT MakeSRGB( _In_ DXGI_FORMAT format ) function HRESULT (line 823) | static HRESULT FillInitData( _In_ size_t width, function HRESULT (line 921) | static HRESULT CreateD3DResources( _In_ ID3D11Device* d3dDevice, function HRESULT (line 1163) | static HRESULT CreateTextureFromDDS( _In_ ID3D11Device* d3dDevice, function DDS_ALPHA_MODE (line 1514) | static DDS_ALPHA_MODE GetAlphaMode( _In_ const DDS_HEADER* header ) function _Use_decl_annotations_ (line 1543) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1557) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1572) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1591) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1687) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1700) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1714) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1732) | _Use_decl_annotations_ FILE: amd_lib/shared/d3d11/src/DirectXTex/DDSTextureLoader.h function namespace (line 44) | namespace DirectX FILE: amd_lib/shared/d3d11/src/DirectXTex/ScreenGrab.cpp type DDS_PIXELFORMAT (line 68) | struct DDS_PIXELFORMAT type handle_closer (line 206) | struct handle_closer { void operator()(HANDLE h) { if (h) CloseHandle(h)... function HANDLE (line 210) | inline HANDLE safe_handle( HANDLE h ) { return (h == INVALID_HANDLE_VALU... function BitsPerPixel (line 216) | static size_t BitsPerPixel( _In_ DXGI_FORMAT fmt ) function IsCompressed (line 366) | static bool IsCompressed( _In_ DXGI_FORMAT fmt ) function GetSurfaceInfo (line 402) | static void GetSurfaceInfo( _In_ size_t width, function DXGI_FORMAT (line 532) | static DXGI_FORMAT EnsureNotTypeless( DXGI_FORMAT fmt ) function HRESULT (line 562) | static HRESULT CaptureTexture( _In_ ID3D11DeviceContext* pContext, function IWICImagingFactory (line 664) | static IWICImagingFactory* _GetWIC() function HRESULT (line 723) | HRESULT DirectX::SaveDDSTextureToFile( _In_ ID3D11DeviceContext* pContext, function HRESULT (line 881) | HRESULT DirectX::SaveWICTextureToFile( _In_ ID3D11DeviceContext* pContext, FILE: amd_lib/shared/d3d11/src/DirectXTex/ScreenGrab.h function namespace (line 37) | namespace DirectX FILE: amd_lib/shared/d3d12/inc/d3dx12.h type CD3DX12_DEFAULT (line 19) | struct CD3DX12_DEFAULT {} function D3D12_RECT (line 34) | struct CD3DX12_RECT : public D3D12_RECT function D3D12_BOX (line 57) | struct CD3DX12_BOX : public D3D12_BOX function D3D12_DEPTH_STENCIL_DESC (line 115) | struct CD3DX12_DEPTH_STENCIL_DESC : public D3D12_DEPTH_STENCIL_DESC function D3D12_BLEND_DESC (line 171) | struct CD3DX12_BLEND_DESC : public D3D12_BLEND_DESC function D3D12_RASTERIZER_DESC (line 198) | struct CD3DX12_RASTERIZER_DESC : public D3D12_RASTERIZER_DESC function D3D12_RESOURCE_ALLOCATION_INFO (line 249) | struct CD3DX12_RESOURCE_ALLOCATION_INFO : public D3D12_RESOURCE_ALLOCATI... type CD3DX12_HEAP_PROPERTIES (line 267) | struct CD3DX12_HEAP_PROPERTIES function explicit (line 271) | explicit CD3DX12_HEAP_PROPERTIES(const D3D12_HEAP_PROPERTIES &o) : type CD3DX12_HEAP_DESC (line 315) | struct CD3DX12_HEAP_DESC function explicit (line 319) | explicit CD3DX12_HEAP_DESC(const D3D12_HEAP_DESC &o) : type CD3DX12_CLEAR_VALUE (line 402) | struct CD3DX12_CLEAR_VALUE function explicit (line 406) | explicit CD3DX12_CLEAR_VALUE(const D3D12_CLEAR_VALUE &o) : type CD3DX12_RANGE (line 430) | struct CD3DX12_RANGE function explicit (line 434) | explicit CD3DX12_RANGE(const D3D12_RANGE &o) : type CD3DX12_TILED_RESOURCE_COORDINATE (line 472) | struct CD3DX12_TILED_RESOURCE_COORDINATE function explicit (line 476) | explicit CD3DX12_TILED_RESOURCE_COORDINATE(const D3D12_TILED_RESOURCE_CO... function D3D12_TILE_REGION_SIZE (line 494) | struct CD3DX12_TILE_REGION_SIZE : public D3D12_TILE_REGION_SIZE type CD3DX12_SUBRESOURCE_TILING (line 518) | struct CD3DX12_SUBRESOURCE_TILING function explicit (line 522) | explicit CD3DX12_SUBRESOURCE_TILING(const D3D12_SUBRESOURCE_TILING &o) : function D3D12_TILE_SHAPE (line 540) | struct CD3DX12_TILE_SHAPE : public D3D12_TILE_SHAPE type CD3DX12_RESOURCE_BARRIER (line 560) | struct CD3DX12_RESOURCE_BARRIER function explicit (line 564) | explicit CD3DX12_RESOURCE_BARRIER(const D3D12_RESOURCE_BARRIER &o) : function CD3DX12_RESOURCE_BARRIER (line 567) | static inline CD3DX12_RESOURCE_BARRIER Transition( function CD3DX12_RESOURCE_BARRIER (line 585) | static inline CD3DX12_RESOURCE_BARRIER Aliasing( function CD3DX12_RESOURCE_BARRIER (line 597) | static inline CD3DX12_RESOURCE_BARRIER UAV( type CD3DX12_PACKED_MIP_INFO (line 611) | struct CD3DX12_PACKED_MIP_INFO function explicit (line 615) | explicit CD3DX12_PACKED_MIP_INFO(const D3D12_PACKED_MIP_INFO &o) : function explicit (line 637) | explicit CD3DX12_SUBRESOURCE_FOOTPRINT(const D3D12_SUBRESOURCE_FOOTPRINT... function explicit (line 653) | explicit CD3DX12_SUBRESOURCE_FOOTPRINT( type CD3DX12_TEXTURE_COPY_LOCATION (line 667) | struct CD3DX12_TEXTURE_COPY_LOCATION function explicit (line 671) | explicit CD3DX12_TEXTURE_COPY_LOCATION(const D3D12_TEXTURE_COPY_LOCATION... function D3D12_DESCRIPTOR_RANGE (line 690) | struct CD3DX12_DESCRIPTOR_RANGE : public D3D12_DESCRIPTOR_RANGE function D3D12_ROOT_DESCRIPTOR_TABLE (line 736) | struct CD3DX12_ROOT_DESCRIPTOR_TABLE : public D3D12_ROOT_DESCRIPTOR_TABLE function Init (line 749) | inline void Init( function Init (line 756) | static inline void Init( function D3D12_ROOT_CONSTANTS (line 767) | struct CD3DX12_ROOT_CONSTANTS : public D3D12_ROOT_CONSTANTS function D3D12_ROOT_DESCRIPTOR (line 802) | struct CD3DX12_ROOT_DESCRIPTOR : public D3D12_ROOT_DESCRIPTOR function D3D12_ROOT_PARAMETER (line 830) | struct CD3DX12_ROOT_PARAMETER : public D3D12_ROOT_PARAMETER function InitAsDescriptorTable (line 893) | inline void InitAsDescriptorTable( function D3D12_STATIC_SAMPLER_DESC (line 936) | struct CD3DX12_STATIC_SAMPLER_DESC : public D3D12_STATIC_SAMPLER_DESC function D3D12_ROOT_SIGNATURE_DESC (line 1038) | struct CD3DX12_ROOT_SIGNATURE_DESC : public D3D12_ROOT_SIGNATURE_DESC function CD3DX12_ROOT_SIGNATURE_DESC (line 1053) | CD3DX12_ROOT_SIGNATURE_DESC(CD3DX12_DEFAULT) function D3D12_CPU_DESCRIPTOR_HANDLE (line 1085) | struct CD3DX12_CPU_DESCRIPTOR_HANDLE : public D3D12_CPU_DESCRIPTOR_HANDLE function D3D12_GPU_DESCRIPTOR_HANDLE (line 1146) | struct CD3DX12_GPU_DESCRIPTOR_HANDLE : public D3D12_GPU_DESCRIPTOR_HANDLE function UINT (line 1207) | inline UINT D3D12CalcSubresource( UINT MipSlice, UINT ArraySlice, UINT P... function D3D12DecomposeSubresource (line 1214) | void D3D12DecomposeSubresource( UINT Subresource, UINT MipLevels, UINT A... function UINT8 (line 1222) | inline UINT8 D3D12GetFormatPlaneCount( function D3D12_RESOURCE_DESC (line 1236) | struct CD3DX12_RESOURCE_DESC : public D3D12_RESOURCE_DESC function CD3DX12_RESOURCE_DESC (line 1268) | static inline CD3DX12_RESOURCE_DESC Buffer( function UINT8 (line 1327) | inline UINT8 PlaneCount(_In_ ID3D12Device* pDevice) const function UINT (line 1329) | inline UINT Subresources(_In_ ID3D12Device* pDevice) const function UINT (line 1331) | inline UINT CalcSubresource(UINT MipSlice, UINT ArraySlice, UINT PlaneSl... function D3D12IsLayoutOpaque (line 1515) | inline bool D3D12IsLayoutOpaque( D3D12_TEXTURE_LAYOUT Layout ) function ID3D12CommandList (line 1519) | inline ID3D12CommandList * const * CommandListCast(ID3D12GraphicsCommand... FILE: framework/d3d11/amd_sdk/inc/AMD_SDK.h function AMDProfileEventClass (line 66) | struct AMDProfileEventClass FILE: framework/d3d11/amd_sdk/inc/ShaderCacheSampleHelper.h type HRESULT (line 34) | typedef long HRESULT; type UINT (line 35) | typedef unsigned int UINT; function namespace (line 37) | namespace AMD FILE: framework/d3d11/amd_sdk/src/AMD_Mesh.cpp type AMD (line 40) | namespace AMD function HRESULT (line 55) | HRESULT Mesh::Create(ID3D11Device * pDevice, const char * path, const ... function HRESULT (line 203) | HRESULT Mesh::Render(ID3D11DeviceContext * pContext) function HRESULT (line 234) | HRESULT Mesh::Release() function ID3D11ShaderResourceView (line 264) | ID3D11ShaderResourceView ** Mesh::srv() FILE: framework/d3d11/amd_sdk/src/AMD_Mesh.h function class (line 42) | class Mesh FILE: framework/d3d11/amd_sdk/src/Geometry.cpp function NormalizePlane (line 36) | static void NormalizePlane( XMFLOAT4* pPlaneEquation ) function ExtractPlanesFromFrustum (line 54) | void ExtractPlanesFromFrustum( XMFLOAT4* pPlaneEquation, const XMMATRIX*... FILE: framework/d3d11/amd_sdk/src/Geometry.h function namespace (line 31) | namespace AMD FILE: framework/d3d11/amd_sdk/src/HUD.cpp function HRESULT (line 62) | HRESULT HUD::OnCreateDevice( ID3D11Device* pd3dDevice ) FILE: framework/d3d11/amd_sdk/src/HUD.h function namespace (line 33) | namespace AMD FILE: framework/d3d11/amd_sdk/src/HelperFunctions.cpp function HRESULT (line 45) | HRESULT AMD::CreateSurface( ID3D11Texture2D** ppTexture, ID3D11ShaderRes... function HRESULT (line 126) | HRESULT AMD::CreateDepthStencilSurface( ID3D11Texture2D** ppDepthStencil... function ID3D11Buffer (line 354) | ID3D11Buffer* AMD::CreateAndCopyToDebugBuf( ID3D11Device* pDevice, ID3D1... function HRESULT (line 377) | HRESULT AMD::CompileShaderFromFile( WCHAR* szFileName, LPCSTR szEntryPoint, type Position (line 578) | struct Position type Vertex (line 609) | struct Vertex FILE: framework/d3d11/amd_sdk/src/HelperFunctions.h function namespace (line 31) | namespace AMD FILE: framework/d3d11/amd_sdk/src/LineRender.h function namespace (line 32) | namespace DirectX function namespace (line 37) | namespace AMD FILE: framework/d3d11/amd_sdk/src/Magnify.cpp function HRESULT (line 81) | HRESULT Magnify::OnCreateDevice( ID3D11Device* pd3dDevice ) FILE: framework/d3d11/amd_sdk/src/Magnify.h function namespace (line 34) | namespace AMD FILE: framework/d3d11/amd_sdk/src/MagnifyTool.cpp function HRESULT (line 120) | HRESULT MagnifyTool::OnCreateDevice( ID3D11Device* pd3dDevice ) FILE: framework/d3d11/amd_sdk/src/MagnifyTool.h function namespace (line 34) | namespace AMD FILE: framework/d3d11/amd_sdk/src/ShaderCache.cpp function DWORD (line 927) | DWORD WINAPI GenerateShaders_ThreadProc_( void* pParameter ) function HRESULT (line 945) | HRESULT ShaderCache::GenerateShaders( CREATE_TYPE CreateType, const bool... class HTMLWriter (line 1832) | class HTMLWriter method HTMLWriter (line 1835) | HTMLWriter( FILE* i_pFile, const wchar_t* i_wcsTitle = NULL, const int... method writeHTML (line 1850) | void writeHTML( const wchar_t* i_wcsString ) method StartTabTable (line 1855) | void StartTabTable( void ) method AddTab (line 1861) | void AddTab( const int i_tabID, const wchar_t* i_wcsTabName ) method EndTabTableHeader (line 1869) | void EndTabTableHeader( void ) method AddTabBody (line 1874) | void AddTabBody( const int i_tabID, const wchar_t* i_wcsTabName, const... method EndTabTable (line 1884) | void EndTabTable( void ) method AddFileTableRow (line 1889) | void AddFileTableRow( const wchar_t* i_wcsString, const bool i_bCreate... method FinishHTML (line 1900) | void FinishHTML( void ) method WriteHTMLHeader (line 1912) | void WriteHTMLHeader( const wchar_t* i_wcsTitle = NULL ) method WriteScriptHeader (line 1935) | void WriteScriptHeader( void ) method WriteHTMLHeadEnding (line 1948) | void WriteHTMLHeadEnding( void ) method WriteHTMLFooter (line 1954) | void WriteHTMLFooter( void ) function shader_duplicate_ptr (line 2388) | bool shader_duplicate_ptr( AMD::ShaderCache::Shader* pFirst, AMD::Shader... function HRESULT (line 2602) | HRESULT ShaderCache::CreateShaders() function BOOL (line 2716) | BOOL ShaderCache::CreateHashFromPreprocessFile( Shader* pShader ) function BOOL (line 2903) | BOOL ShaderCache::CompareHash( Shader* pShader ) function HRESULT (line 2939) | HRESULT ShaderCache::CreateShader( Shader* pShader ) function BOOL (line 3014) | BOOL ShaderCache::CompileShader( Shader* pShader ) function BOOL (line 3047) | BOOL ShaderCache::PreprocessShader( Shader* pShader ) function BOOL (line 3079) | BOOL ShaderCache::CheckShaderFile( Shader* pShader ) function BOOL (line 3106) | BOOL ShaderCache::CheckObjectFile( Shader* pShader ) function BOOL (line 3134) | BOOL ShaderCache::CheckFXC() function BOOL (line 3152) | BOOL ShaderCache::CheckSCDEV() function BOOL (line 3172) | BOOL ShaderCache::CheckErrorFile( Shader* pShader, bool& io_bHasShaderCo... function BOOL (line 3320) | BOOL ShaderCache::IsAnError( FILE* pFile ) FILE: framework/d3d11/amd_sdk/src/ShaderCache.h function namespace (line 75) | namespace AMD type ProgressInfo (line 391) | struct ProgressInfo FILE: framework/d3d11/amd_sdk/src/ShaderCacheSampleHelper.cpp function SetHUDVisibility (line 47) | static void SetHUDVisibility( AMD::HUD& r_HUD, const bool i_bHUDIsVisible ) type AMD (line 63) | namespace AMD FILE: framework/d3d11/amd_sdk/src/Sprite.cpp type SpriteVertex (line 40) | struct SpriteVertex type SpriteBorderVertex (line 46) | struct SpriteBorderVertex type CB_SPRITE (line 52) | struct CB_SPRITE function HRESULT (line 113) | HRESULT Sprite::OnCreateDevice( ID3D11Device* pd3dDevice ) function HRESULT (line 480) | HRESULT Sprite::RenderSprite( ID3D11ShaderResourceView* pTextureView, in... function HRESULT (line 531) | HRESULT Sprite::RenderSpriteMS( ID3D11ShaderResourceView* pTextureView, ... function HRESULT (line 582) | HRESULT Sprite::RenderSpriteAsDepth( ID3D11ShaderResourceView* pTextureV... function HRESULT (line 624) | HRESULT Sprite::RenderSpriteAsDepthMS( ID3D11ShaderResourceView* pTextur... function HRESULT (line 666) | HRESULT Sprite::RenderSpriteVolume( ID3D11ShaderResourceView* pTextureVi... FILE: framework/d3d11/amd_sdk/src/Sprite.h function namespace (line 32) | namespace AMD FILE: framework/d3d11/amd_sdk/src/Timer.cpp function LONGLONG (line 29) | __declspec(naked) LONGLONG __cdecl rdtsc_time(void) function LPCWSTR (line 478) | LPCWSTR TimingEvent::GetName() function TimingEvent (line 539) | TimingEvent* TimingEvent::GetTimer( LPCWSTR timerId ) function TimingEvent (line 579) | TimingEvent* TimingEvent::GetParent() function TimingEvent (line 584) | TimingEvent* TimingEvent::GetFirstChild() function TimingEvent (line 589) | TimingEvent* TimingEvent::GetNextTimer() function TimingEvent (line 595) | TimingEvent* TimingEvent::GetTimerRec( LPWSTR timerId ) function TimingEvent (line 622) | TimingEvent* TimingEvent::FindLastChildUsed() function TimingEvent (line 867) | TimingEvent* TimerEx::GetTimer( LPCWSTR timerId ) FILE: framework/d3d11/amd_sdk/src/Timer.h type TimerType (line 420) | enum TimerType function class (line 429) | class Timer function class (line 453) | class CpuTimer : public Timer function class (line 476) | class GpuTimer : public Timer function class (line 531) | class GpuCpuTimer : public CpuTimer function class (line 552) | class TimingEvent function class (line 593) | class TimerEx function class (line 673) | class TimerExHelper function virtual (line 681) | virtual ~TimerExHelper( ) FILE: framework/d3d11/amd_sdk/src/crc.cpp function reflect (line 56) | static unsigned long function crc (line 94) | crc function crcInit (line 155) | void function crc (line 211) | crc FILE: framework/d3d11/amd_sdk/src/crc.h type crc (line 34) | typedef unsigned short crc; type crc (line 46) | typedef unsigned short crc; type crc (line 58) | typedef unsigned long crc; FILE: framework/d3d11/dxut/Core/DDSTextureLoader.cpp type DDS_PIXELFORMAT (line 52) | struct DDS_PIXELFORMAT type DDS_MISC_FLAGS2 (line 88) | enum DDS_MISC_FLAGS2 type DDS_HEADER (line 93) | struct DDS_HEADER type DDS_HEADER_DXT10 (line 111) | struct DDS_HEADER_DXT10 type handle_closer (line 126) | struct handle_closer { void operator()(HANDLE h) { if (h) CloseHandle(h)... function HANDLE (line 130) | inline HANDLE safe_handle( HANDLE h ) { return (h == INVALID_HANDLE_VALU... function SetDebugObjectName (line 133) | inline void SetDebugObjectName(_In_ ID3D11DeviceChild* resource, _In_ co... function HRESULT (line 146) | static HRESULT LoadTextureDataFromFile( _In_z_ const wchar_t* fileName, function BitsPerPixel (line 274) | static size_t BitsPerPixel( _In_ DXGI_FORMAT fmt ) function GetSurfaceInfo (line 424) | static void GetSurfaceInfo( _In_ size_t width, function DXGI_FORMAT (line 556) | static DXGI_FORMAT GetDXGIFormat( const DDS_PIXELFORMAT& ddpf ) function DXGI_FORMAT (line 794) | static DXGI_FORMAT MakeSRGB( _In_ DXGI_FORMAT format ) function HRESULT (line 826) | static HRESULT FillInitData( _In_ size_t width, function HRESULT (line 924) | static HRESULT CreateD3DResources( _In_ ID3D11Device* d3dDevice, function HRESULT (line 1166) | static HRESULT CreateTextureFromDDS( _In_ ID3D11Device* d3dDevice, function DDS_ALPHA_MODE (line 1517) | static DDS_ALPHA_MODE GetAlphaMode( _In_ const DDS_HEADER* header ) function _Use_decl_annotations_ (line 1546) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1560) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1575) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1594) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1690) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1703) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1717) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1735) | _Use_decl_annotations_ FILE: framework/d3d11/dxut/Core/DDSTextureLoader.h function namespace (line 44) | namespace DirectX FILE: framework/d3d11/dxut/Core/DXUT.cpp class DXUTLock (line 34) | class DXUTLock method _Acquires_lock_ (line 38) | inline _Acquires_lock_(g_cs) DXUTLock() { if( g_bThreadSafe ) EnterCr... type DXUT_TIMER (line 58) | struct DXUT_TIMER class DXUTState (line 72) | class DXUTState type STATE (line 75) | struct STATE method DXUTState (line 258) | DXUTState() { Create(); } method Create (line 261) | void Create() method Destroy (line 289) | void Destroy() function HRESULT (line 475) | HRESULT WINAPI DXUTCreateState() function DXUTDestroyState (line 486) | void WINAPI DXUTDestroyState() class DXUTMemoryHelper (line 491) | class DXUTMemoryHelper method DXUTMemoryHelper (line 494) | DXUTMemoryHelper() { DXUTCreateState(); } function DXUTState (line 498) | DXUTState& GetDXUTState() type STATE (line 75) | struct STATE method DXUTState (line 258) | DXUTState() { Create(); } method Create (line 261) | void Create() method Destroy (line 289) | void Destroy() function UINT (line 559) | UINT DXUTGetBackBufferWidthFromDS( _In_ DXUTDeviceSettings* pNewDeviceSe... function UINT (line 563) | UINT DXUTGetBackBufferHeightFromDS( _In_ DXUTDeviceSettings* pNewDeviceS... function DXUTGetIsWindowedFromDS (line 567) | bool DXUTGetIsWindowedFromDS( _In_ DXUTDeviceSettings* pNewDeviceSettings ) function DXUTGetMSAASwapChainCreated (line 579) | bool WINAPI DXUTGetMSAASwapChainCreated() function D3D_FEATURE_LEVEL (line 586) | D3D_FEATURE_LEVEL WINAPI DXUTGetD3D11DeviceFeatureLevel() { return GetD... function DXGI_SURFACE_DESC (line 590) | const DXGI_SURFACE_DESC* WINAPI DXUTGetDXGIBackBufferSurfaceDesc() { ret... function HINSTANCE (line 591) | HINSTANCE WINAPI DXUTGetHINSTANCE() { return GetD... function HWND (line 592) | HWND WINAPI DXUTGetHWND() { return DXUT... function HWND (line 593) | HWND WINAPI DXUTGetHWNDFocus() { return GetD... function HWND (line 594) | HWND WINAPI DXUTGetHWNDDeviceFullScreen() { return GetD... function HWND (line 595) | HWND WINAPI DXUTGetHWNDDeviceWindowed() { return GetD... function RECT (line 596) | RECT WINAPI DXUTGetWindowClientRect() { RECT rc; Ge... function LONG (line 597) | LONG WINAPI DXUTGetWindowWidth() { RECT rc = D... function LONG (line 598) | LONG WINAPI DXUTGetWindowHeight() { RECT rc = D... function RECT (line 599) | RECT WINAPI DXUTGetWindowClientRectAtModeChange() { RECT rc = {... function RECT (line 600) | RECT WINAPI DXUTGetFullsceenClientRectAtModeChange() { RECT rc = {... function DXUTGetTime (line 601) | double WINAPI DXUTGetTime() { return GetD... function DXUTGetElapsedTime (line 602) | float WINAPI DXUTGetElapsedTime() { return GetD... function DXUTGetFPS (line 603) | float WINAPI DXUTGetFPS() { return GetD... function LPCWSTR (line 604) | LPCWSTR WINAPI DXUTGetWindowTitle() { return GetD... function LPCWSTR (line 605) | LPCWSTR WINAPI DXUTGetDeviceStats() { return GetD... function DXUTIsRenderingPaused (line 606) | bool WINAPI DXUTIsRenderingPaused() { return GetD... function DXUTIsTimePaused (line 607) | bool WINAPI DXUTIsTimePaused() { return GetD... function DXUTIsActive (line 608) | bool WINAPI DXUTIsActive() { return GetD... function DXUTGetExitCode (line 609) | int WINAPI DXUTGetExitCode() { return GetD... function DXUTGetShowMsgBoxOnError (line 610) | bool WINAPI DXUTGetShowMsgBoxOnError() { return GetD... function DXUTGetAutomation (line 611) | bool WINAPI DXUTGetAutomation() { return GetD... function DXUTIsWindowed (line 612) | bool WINAPI DXUTIsWindowed() { return DXUT... function DXUTIsInGammaCorrectMode (line 613) | bool WINAPI DXUTIsInGammaCorrectMode() { return GetD... function DXUTSetCallbackDeviceChanging (line 639) | void WINAPI DXUTSetCallbackDeviceChanging( _In_ LPDXUTCALLBACKMODIFYDEVI... function DXUTSetCallbackDeviceRemoved (line 640) | void WINAPI DXUTSetCallbackDeviceRemoved( _In_ LPDXUTCALLBACKDEVICEREMOV... function DXUTSetCallbackFrameMove (line 641) | void WINAPI DXUTSetCallbackFrameMove( _In_ LPDXUTCALLBACKFRAMEMOVE pCall... function DXUTSetCallbackKeyboard (line 642) | void WINAPI DXUTSetCallbackKeyboard( _In_ LPDXUTCALLBACKKEYBOARD pCallba... function DXUTSetCallbackMouse (line 643) | void WINAPI DXUTSetCallbackMouse( _In_ LPDXUTCALLBACKMOUSE pCallback, bo... function DXUTSetCallbackMsgProc (line 644) | void WINAPI DXUTSetCallbackMsgProc( _In_ LPDXUTCALLBACKMSGPROC pCallback... function DXUTSetCallbackD3D11DeviceAcceptable (line 647) | void WINAPI DXUTSetCallbackD3D11DeviceAcceptable( _In_ LPDXUTCALLBACKISD... function DXUTSetCallbackD3D11BeforeDeviceCreated (line 648) | void WINAPI DXUTSetCallbackD3D11BeforeDeviceCreated( _In_ LPDXUTCALLBACK... function DXUTSetCallbackD3D11DeviceCreated (line 649) | void WINAPI DXUTSetCallbackD3D11DeviceCreated( _In_ LPDXUTCALLBACKD3D11D... function DXUTSetCallbackD3D11SwapChainResized (line 650) | void WINAPI DXUTSetCallbackD3D11SwapChainResized( _In_ LPDXUTCALLBACKD3D... function DXUTSetCallbackD3D11FrameRender (line 651) | void WINAPI DXUTSetCallbackD3D11FrameRender( _In_ LPDXUTCALLBACKD3D11FRA... function DXUTSetCallbackD3D11SwapChainReleasing (line 652) | void WINAPI DXUTSetCallbackD3D11SwapChainReleasing( _In_ LPDXUTCALLBACKD... function DXUTSetCallbackD3D11DeviceDestroyed (line 653) | void WINAPI DXUTSetCallbackD3D11DeviceDestroyed( _In_ LPDXUTCALLBACKD3D1... function DXUTGetCallbackD3D11DeviceAcceptable (line 654) | void DXUTGetCallbackD3D11DeviceAcceptable( _In_ LPDXUTCALLBACKISD3D11DEV... function _Use_decl_annotations_ (line 681) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 733) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 957) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 980) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1017) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1124) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1185) | _Use_decl_annotations_ function HRESULT (line 1588) | HRESULT WINAPI DXUTMainLoop( _In_opt_ HACCEL hAccel ) function _Use_decl_annotations_ (line 1677) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1769) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1818) | _Use_decl_annotations_ function HRESULT (line 2206) | HRESULT DXUTDelayLoadDXGI() function DXUTUpdateDeviceSettingsWithOverrides (line 2231) | void DXUTUpdateDeviceSettingsWithOverrides( _Inout_ DXUTDeviceSettings* ... function HRESULT (line 2293) | HRESULT WINAPI DXUTSetupD3D11Views( _In_ ID3D11DeviceContext* pd3dDevice... function _Use_decl_annotations_ (line 2319) | _Use_decl_annotations_ function HRESULT (line 2393) | HRESULT DXUTCreate3DEnvironment11() function HRESULT (line 2727) | HRESULT DXUTReset3DEnvironment11() function DXUTRender3DEnvironment (line 2821) | void WINAPI DXUTRender3DEnvironment() function DXUTCleanup3DEnvironment (line 2998) | void DXUTCleanup3DEnvironment( _In_ bool bReleaseSettings ) function LRESULT (line 3185) | LRESULT CALLBACK DXUTLowLevelKeyboardProc( int nCode, WPARAM wParam, LPA... function _Use_decl_annotations_ (line 3214) | _Use_decl_annotations_ function DXUTAllowShortcutKeys (line 3235) | void DXUTAllowShortcutKeys( _In_ bool bAllowKeys ) function _Use_decl_annotations_ (line 3307) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 3343) | _Use_decl_annotations_ function HRESULT (line 3380) | HRESULT WINAPI DXUTKillTimer( _In_ UINT nIDEvent ) function DXUTHandleTimers (line 3410) | void DXUTHandleTimers() function DXUTDisplayErrorMessage (line 3443) | void DXUTDisplayErrorMessage( _In_ HRESULT hr ) function DXUTMapButtonToArrayIndex (line 3492) | int DXUTMapButtonToArrayIndex( _In_ BYTE vButton ) function HRESULT (line 3518) | HRESULT WINAPI DXUTToggleFullScreen() function HRESULT (line 3575) | HRESULT WINAPI DXUTToggleWARP () function HRESULT (line 3623) | HRESULT WINAPI DXUTToggleREF() function DXUTCheckForDXGIFullScreenSwitch (line 3674) | void DXUTCheckForDXGIFullScreenSwitch() function _Use_decl_annotations_ (line 3704) | _Use_decl_annotations_ function DXUTCheckForDXGIBufferChange (line 3828) | void DXUTCheckForDXGIBufferChange() function DXUTCheckForWindowSizeChange (line 3855) | void DXUTCheckForWindowSizeChange() function DXUTCheckForWindowChangingMonitors (line 3870) | void DXUTCheckForWindowChangingMonitors() function HMONITOR (line 3920) | HMONITOR DXUTGetMonitorFromAdapter( _In_ DXUTDeviceSettings* pDeviceSett... function _Use_decl_annotations_ (line 3936) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 3971) | _Use_decl_annotations_ function HRESULT (line 4010) | HRESULT DXUTHandleDeviceRemoved() function DXUTUpdateBackBufferDesc (line 4045) | void DXUTUpdateBackBufferDesc() function DXUTSetupCursor (line 4071) | void DXUTSetupCursor() function DXUTUpdateStaticFrameStats (line 4091) | void DXUTUpdateStaticFrameStats() function DXUTUpdateFrameStats (line 4128) | void DXUTUpdateFrameStats() function LPCWSTR (line 4159) | LPCWSTR WINAPI DXUTGetFrameStats( _In_ bool bShowFPS ) function _Use_decl_annotations_ (line 4173) | _Use_decl_annotations_ function DXUTDeviceSettings (line 4253) | DXUTDeviceSettings WINAPI DXUTGetDeviceSettings() function DXUTIsVsyncEnabled (line 4270) | bool WINAPI DXUTIsVsyncEnabled() function DXUTIsKeyDown (line 4283) | bool WINAPI DXUTIsKeyDown( _In_ BYTE vKey ) function DXUTWasKeyPressed (line 4294) | bool WINAPI DXUTWasKeyPressed( _In_ BYTE vKey ) function DXUTIsMouseButtonDown (line 4302) | bool WINAPI DXUTIsMouseButtonDown( _In_ BYTE vButton ) function DXUTSetMultimonSettings (line 4309) | void WINAPI DXUTSetMultimonSettings( _In_ bool bAutoChangeAdapter ) function _Use_decl_annotations_ (line 4314) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 4322) | _Use_decl_annotations_ function DXUTSetWindowSettings (line 4330) | void WINAPI DXUTSetWindowSettings( _In_ bool bCallDefWindowProc ) function _Use_decl_annotations_ (line 4335) | _Use_decl_annotations_ function DXUTResetFrameworkState (line 4351) | void WINAPI DXUTResetFrameworkState() function DXUTShutdown (line 4361) | void WINAPI DXUTShutdown( _In_ int nExitCode ) function DXUTSetIsInGammaCorrectMode (line 4391) | void WINAPI DXUTSetIsInGammaCorrectMode( _In_ bool bGammaCorrect ) function DXUTApplyDefaultDeviceSettings (line 4398) | void DXUTApplyDefaultDeviceSettings(DXUTDeviceSettings *modifySettings) function _Use_decl_annotations_ (line 4435) | _Use_decl_annotations_ FILE: framework/d3d11/dxut/Core/DXUT.h type DXUTD3D11DeviceSettings (line 162) | struct DXUTD3D11DeviceSettings type DXUTDeviceSettings (line 176) | struct DXUTDeviceSettings FILE: framework/d3d11/dxut/Core/DXUTDevice11.cpp function HRESULT (line 26) | HRESULT WINAPI DXUTCreateD3D11Enumeration() function DXUTDestroyD3D11Enumeration (line 37) | void WINAPI DXUTDestroyD3D11Enumeration() function _Use_decl_annotations_ (line 43) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 96) | _Use_decl_annotations_ function HRESULT (line 301) | HRESULT CD3D11Enumeration::EnumerateOutputs( _In_ CD3D11EnumAdapterInfo*... function HRESULT (line 345) | HRESULT CD3D11Enumeration::EnumerateDisplayModes( _In_ CD3D11EnumOutputI... function HRESULT (line 473) | HRESULT CD3D11Enumeration::EnumerateDevices( _In_ CD3D11EnumAdapterInfo*... function HRESULT (line 634) | HRESULT CD3D11Enumeration::EnumerateDeviceCombosNoAdapter( _In_ CD3D11En... function _Use_decl_annotations_ (line 705) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 827) | _Use_decl_annotations_ function CD3D11EnumAdapterInfo (line 888) | CD3D11EnumAdapterInfo* CD3D11Enumeration::GetAdapterInfo( _In_ UINT Adap... function _Use_decl_annotations_ (line 901) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 919) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 933) | _Use_decl_annotations_ function UINT (line 997) | UINT WINAPI DXUTGetDXGIColorChannelBits( DXGI_FORMAT fmt ) function _Use_decl_annotations_ (line 1055) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1246) | _Use_decl_annotations_ FILE: framework/d3d11/dxut/Core/DXUTDevice11.h type CD3D11EnumDeviceSettingsCombo (line 42) | struct CD3D11EnumDeviceSettingsCombo function class (line 49) | class CD3D11Enumeration function class (line 118) | class CD3D11EnumAdapterInfo function class (line 147) | class CD3D11EnumOutputInfo function class (line 170) | class CD3D11EnumDeviceInfo type CD3D11EnumDeviceSettingsCombo (line 190) | struct CD3D11EnumDeviceSettingsCombo FILE: framework/d3d11/dxut/Core/DXUTmisc.cpp function _Use_decl_annotations_ (line 120) | _Use_decl_annotations_ function LARGE_INTEGER (line 165) | LARGE_INTEGER CDXUTTimer::GetAdjustedCurrentTime() const function _Use_decl_annotations_ (line 213) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 339) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 361) | _Use_decl_annotations_ function DXUT_EnsureD3D9APIs (line 413) | static bool DXUT_EnsureD3D9APIs() function DXUT_EnsureD3D11APIs (line 437) | bool DXUT_EnsureD3D11APIs() function DXUT_Dynamic_D3DPERF_BeginEvent (line 474) | int WINAPI DXUT_Dynamic_D3DPERF_BeginEvent( _In_ DWORD col, _In_z_ LPCWS... function DXUT_Dynamic_D3DPERF_EndEvent (line 482) | int WINAPI DXUT_Dynamic_D3DPERF_EndEvent() function DXUT_Dynamic_D3DPERF_SetMarker (line 490) | void WINAPI DXUT_Dynamic_D3DPERF_SetMarker( _In_ DWORD col, _In_z_ LPCWS... function DXUT_Dynamic_D3DPERF_SetRegion (line 496) | void WINAPI DXUT_Dynamic_D3DPERF_SetRegion( _In_ DWORD col, _In_z_ LPCWS... function BOOL (line 502) | BOOL WINAPI DXUT_Dynamic_D3DPERF_QueryRepeatFrame() function DXUT_Dynamic_D3DPERF_SetOptions (line 510) | void WINAPI DXUT_Dynamic_D3DPERF_SetOptions( _In_ DWORD dwOptions ) function DWORD (line 516) | DWORD WINAPI DXUT_Dynamic_D3DPERF_GetStatus() function _Use_decl_annotations_ (line 524) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 533) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 542) | _Use_decl_annotations_ function WCHAR (line 564) | const WCHAR* WINAPI DXUTTraceWindowsMessage( _In_ UINT uMsg ) function _Use_decl_annotations_ (line 797) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 831) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 851) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 874) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 905) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 937) | _Use_decl_annotations_ function DXUTEnableXInput (line 1050) | void DXUTEnableXInput( _In_ bool bEnable ) function HRESULT (line 1069) | HRESULT DXUTStopRumbleOnAllControllers() function DXGI_FORMAT (line 1093) | DXGI_FORMAT MAKE_SRGB( _In_ DXGI_FORMAT format ) function DXGI_FORMAT (line 1136) | DXGI_FORMAT MAKE_TYPELESS( _In_ DXGI_FORMAT format ) function HRESULT (line 1249) | HRESULT DXUTSnapD3D11Screenshot( _In_z_ LPCWSTR szFileName, _In_ bool us... FILE: framework/d3d11/dxut/Core/DXUTmisc.h type DXUT_GAMEPAD (line 30) | struct DXUT_GAMEPAD function class (line 81) | class CDXUTTimer function DXUT_SetDebugName (line 186) | inline void DXUT_SetDebugName( _In_ IDXGIObject* pObj, _In_z_ const CHAR... function DXUT_SetDebugName (line 191) | inline void DXUT_SetDebugName( _In_ ID3D11Device* pObj, _In_z_ const CHA... function DXUT_SetDebugName (line 196) | inline void DXUT_SetDebugName( _In_ ID3D11DeviceChild* pObj, _In_z_ cons... function class (line 244) | class CDXUTPerfEventGenerator type MONITORINFO (line 273) | typedef struct tagMONITORINFO type tagMONITORINFOEXW (line 280) | struct tagMONITORINFOEXW type MONITORINFOEXW (line 284) | typedef MONITORINFOEXW MONITORINFOEX; type LPMONITORINFOEXW (line 285) | typedef LPMONITORINFOEXW LPMONITORINFOEX; FILE: framework/d3d11/dxut/Core/ScreenGrab.cpp type DDS_PIXELFORMAT (line 65) | struct DDS_PIXELFORMAT type handle_closer (line 203) | struct handle_closer { void operator()(HANDLE h) { if (h) CloseHandle(h)... function HANDLE (line 207) | inline HANDLE safe_handle( HANDLE h ) { return (h == INVALID_HANDLE_VALU... function BitsPerPixel (line 213) | static size_t BitsPerPixel( _In_ DXGI_FORMAT fmt ) function IsCompressed (line 363) | static bool IsCompressed( _In_ DXGI_FORMAT fmt ) function GetSurfaceInfo (line 399) | static void GetSurfaceInfo( _In_ size_t width, function DXGI_FORMAT (line 529) | static DXGI_FORMAT EnsureNotTypeless( DXGI_FORMAT fmt ) function HRESULT (line 559) | static HRESULT CaptureTexture( _In_ ID3D11DeviceContext* pContext, function IWICImagingFactory (line 659) | static IWICImagingFactory* _GetWIC() function HRESULT (line 717) | HRESULT DirectX::SaveDDSTextureToFile( _In_ ID3D11DeviceContext* pContext, function HRESULT (line 873) | HRESULT DirectX::SaveWICTextureToFile( _In_ ID3D11DeviceContext* pContext, FILE: framework/d3d11/dxut/Core/ScreenGrab.h function namespace (line 37) | namespace DirectX FILE: framework/d3d11/dxut/Core/WICTextureLoader.cpp function SetDebugObjectName (line 57) | inline void SetDebugObjectName(_In_ ID3D11DeviceChild* resource, _In_ co... type WICTranslate (line 70) | struct WICTranslate type WICConvert (line 105) | struct WICConvert function IWICImagingFactory (line 174) | static IWICImagingFactory* _GetWIC() function DXGI_FORMAT (line 231) | static DXGI_FORMAT _WICToDXGI( const GUID& guid ) function _WICBitsPerPixel (line 251) | static size_t _WICBitsPerPixel( REFGUID targetGuid ) function DXGI_FORMAT (line 281) | static DXGI_FORMAT MakeSRGB( _In_ DXGI_FORMAT format ) function HRESULT (line 313) | static HRESULT CreateTextureFromWIC( _In_ ID3D11Device* d3dDevice, function _Use_decl_annotations_ (line 688) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 701) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 715) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 733) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 812) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 824) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 837) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 854) | _Use_decl_annotations_ FILE: framework/d3d11/dxut/Core/WICTextureLoader.h function namespace (line 49) | namespace DirectX FILE: framework/d3d11/dxut/Core/dxerr.cpp function WCHAR (line 72) | const WCHAR* WINAPI DXGetErrorStringW( _In_ HRESULT hr ) function DXGetErrorDescriptionW (line 3300) | void WINAPI DXGetErrorDescriptionW( _In_ HRESULT hr, _Out_cap_(count) WC... function HRESULT (line 3611) | HRESULT WINAPI DXTraceW( _In_z_ const WCHAR* strFile, _In_ DWORD dwLine,... FILE: framework/d3d11/dxut/Optional/DXUTLockFreePipe.h function Read (line 65) | bool __forceinline Read( _Out_writes_(cbDest) void* pvDest, _In... function Write (line 150) | bool __forceinline Write( _In_reads_(cbSrc) const void* pvSrc, ... FILE: framework/d3d11/dxut/Optional/DXUTcamera.cpp function _Use_decl_annotations_ (line 99) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 233) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 262) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 292) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 309) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 443) | _Use_decl_annotations_ function D3DUtil_CameraKeys (line 638) | D3DUtil_CameraKeys CBaseCamera::MapKey( _In_ UINT nKey ) function _Use_decl_annotations_ (line 809) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 990) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1013) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1118) | _Use_decl_annotations_ function HRESULT (line 1191) | HRESULT CDXUTDirectionWidget::UpdateLightDir() function _Use_decl_annotations_ (line 1230) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1243) | _Use_decl_annotations_ FILE: framework/d3d11/dxut/Optional/DXUTcamera.h function class (line 18) | class CD3DArcBall function SetOffset (line 37) | void SetOffset( _In_ INT nX, _In_ INT nY ) { m_Offset.x = nX; m_Offset.y... function SetQuatNow (line 58) | void SetQuatNow( _In_ DirectX::FXMVECTOR& q ) { DirectX::XMStoreFloat4( ... function DirectX (line 60) | static DirectX::XMVECTOR QuatFromBallPoints( _In_ DirectX::FXMVECTOR vFr... type D3DUtil_CameraKeys (line 115) | enum D3DUtil_CameraKeys function class (line 143) | class CBaseCamera function SetEnableYAxisMovement (line 166) | void SetEnableYAxisMovement( _In_ bool bEnableYAxisMovement ) { m_bEnabl... function SetEnablePositionMovement (line 167) | void SetEnablePositionMovement( _In_ bool bEnablePositionMovement ) { m_... function SetClipToBoundary (line 168) | void SetClipToBoundary( _In_ bool bClipToBoundary, _In_opt_ DirectX::XMF... function SetNumberOfFramesToSmoothMouseData (line 179) | void SetNumberOfFramesToSmoothMouseData( _In_ int nFrames ) { if( nFrame... function SetResetCursorAfterMove (line 180) | void SetResetCursorAfterMove( _In_ bool bResetCursorAfterMove ) { m_bRes... function IsKeyDown (line 201) | bool IsKeyDown( _In_ BYTE key ) const { return( ( key & KEY_IS_DOWN_MASK... function WasKeyDown (line 202) | bool WasKeyDown( _In_ BYTE key ) const { return( ( key & KEY_WAS_DOWN_MA... function class (line 279) | class CFirstPersonCamera : public CBaseCamera function class (line 309) | class CModelViewerCamera : public CBaseCamera function class (line 388) | class CDXUTDirectionWidget function SetRadius (line 410) | void SetRadius( _In_ float fRadius ) { m_fRadius = fRadius; } function IsBeingDragged (line 412) | bool IsBeingDragged() { return m_ArcBall.IsBeingDragged(); } FILE: framework/d3d11/dxut/Optional/DXUTgui.cpp function XMFLOAT4 (line 49) | inline XMFLOAT4 D3DCOLOR_TO_D3DCOLORVALUE( DWORD c ) type DXUT_SCREEN_VERTEX (line 174) | struct DXUT_SCREEN_VERTEX type DXUT_SCREEN_VERTEX_UNTEX (line 181) | struct DXUT_SCREEN_VERTEX_UNTEX type DXUT_SCREEN_VERTEX_10 (line 187) | struct DXUT_SCREEN_VERTEX_10 function RectWidth (line 195) | inline int RectWidth( RECT& rc ) function RectHeight (line 199) | inline int RectHeight( RECT& rc ) function HRESULT (line 216) | HRESULT InitFont11( _In_ ID3D11Device* pd3d11Device, _In_ ID3D11InputLay... function EndFont11 (line 230) | void EndFont11() function BeginText11 (line 239) | void BeginText11() function _Use_decl_annotations_ (line 246) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 341) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 457) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 470) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 482) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 496) | _Use_decl_annotations_ function HRESULT (line 579) | HRESULT CDXUTDialog::OnRender( _In_ float fElapsedTime ) function _Use_decl_annotations_ (line 698) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 715) | _Use_decl_annotations_ function DXUTFontNode (line 739) | DXUTFontNode* CDXUTDialog::GetFont( _In_ UINT index ) const function _Use_decl_annotations_ (line 748) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 772) | _Use_decl_annotations_ function DXUTTextureNode (line 796) | DXUTTextureNode* CDXUTDialog::GetTexture( _In_ UINT index ) const function _Use_decl_annotations_ (line 805) | _Use_decl_annotations_ function CDXUTControl (line 1067) | CDXUTControl* CDXUTDialog::GetControlAtPoint( _In_ const POINT& pt ) const function _Use_decl_annotations_ (line 1145) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1176) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1193) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1223) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1254) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1286) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1320) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1350) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1382) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1414) | _Use_decl_annotations_ function HRESULT (line 1441) | HRESULT CDXUTDialog::InitControl( _In_ CDXUTControl* pControl ) function HRESULT (line 1464) | HRESULT CDXUTDialog::AddControl( _In_ CDXUTControl* pControl ) function CDXUTControl (line 1480) | CDXUTControl* CDXUTDialog::GetControl( _In_ int ID ) const function CDXUTControl (line 1497) | CDXUTControl* CDXUTDialog::GetControl( _In_ int ID, _In_ UINT nControl... function CDXUTControl (line 1514) | CDXUTControl* CDXUTDialog::GetNextControl( _In_ CDXUTControl* pControl ) function CDXUTControl (line 1534) | CDXUTControl* CDXUTDialog::GetPrevControl( _In_ CDXUTControl* pControl ) function _Use_decl_annotations_ (line 1602) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1613) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1697) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1714) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1756) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2283) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2294) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2422) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2552) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2672) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2743) | _Use_decl_annotations_ function HRESULT (line 2798) | HRESULT CDXUTDialogResourceManager::CreateTexture11( _In_ UINT iTexture ) function HRESULT (line 2890) | HRESULT CDXUTControl::SetElement( _In_ UINT iElement, _In_ CDXUTElement*... function _Use_decl_annotations_ (line 2975) | _Use_decl_annotations_ function HRESULT (line 2992) | HRESULT CDXUTStatic::SetText( _In_z_ LPCWSTR strText ) function _Use_decl_annotations_ (line 3019) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 3059) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 3193) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 3232) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 3284) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 3365) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 3408) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 3464) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 3563) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 3650) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 3978) | _Use_decl_annotations_ function DXUTComboBoxItem (line 4082) | DXUTComboBoxItem* CDXUTComboBox::GetSelectedItem() const function HRESULT (line 4122) | HRESULT CDXUTComboBox::SetSelectedByIndex( _In_ UINT index ) function HRESULT (line 4136) | HRESULT CDXUTComboBox::SetSelectedByText( _In_z_ const WCHAR* strText ) function HRESULT (line 4154) | HRESULT CDXUTComboBox::SetSelectedByData( _In_ void* pData ) function _Use_decl_annotations_ (line 4220) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 4272) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 4560) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 4571) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 4686) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 4880) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 4900) | _Use_decl_annotations_ function DXUTListBoxItem (line 4952) | DXUTListBoxItem* CDXUTListBox::GetItem( _In_ int nIndex ) const function _Use_decl_annotations_ (line 5031) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 5140) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 5364) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 5578) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 5691) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 5820) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 5895) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 6152) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 6186) | _Use_decl_annotations_ function HRESULT (line 6260) | HRESULT CUniBuffer::Analyse() function WCHAR (line 6324) | WCHAR& CUniBuffer::operator[]( _In_ int n ) // No param checking function _Use_decl_annotations_ (line 6404) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 6463) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 6487) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 6529) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 6561) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 6611) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 6626) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 6649) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 6664) | _Use_decl_annotations_ FILE: framework/d3d11/dxut/Optional/DXUTgui.h type DXUTElementHolder (line 58) | struct DXUTElementHolder type DXUTTextureNode (line 59) | struct DXUTTextureNode type DXUTFontNode (line 60) | struct DXUTFontNode type DXUT_CONTROL_TYPE (line 68) | enum DXUT_CONTROL_TYPE type DXUT_CONTROL_STATE (line 82) | enum DXUT_CONTROL_STATE type DXUTBlendColor (line 94) | struct DXUTBlendColor function class (line 109) | class CDXUTElement function class (line 132) | class CDXUTDialog type DXUTTextureNode (line 358) | struct DXUTTextureNode type DXUTFontNode (line 370) | struct DXUTFontNode type DXUTSpriteVertex (line 377) | struct DXUTSpriteVertex function class (line 388) | class CDXUTDialogResourceManager function class (line 472) | class CDXUTControl type DXUTElementHolder (line 581) | struct DXUTElementHolder function class (line 593) | class CDXUTStatic : public CDXUTControl function class (line 617) | class CDXUTButton : public CDXUTStatic function class (line 649) | class CDXUTCheckBox : public CDXUTButton function class (line 682) | class CDXUTRadioButton : public CDXUTCheckBox function SetButtonGroup (line 696) | void SetButtonGroup( _In_ UINT nButtonGroup ) { m_nButtonGroup = nButton... function class (line 708) | class CDXUTScrollBar : public CDXUTControl type DXUTListBoxItem (line 778) | struct DXUTListBoxItem function class (line 787) | class CDXUTListBox : public CDXUTControl type STYLE (line 835) | enum STYLE type DXUTComboBoxItem (line 860) | struct DXUTComboBoxItem function class (line 869) | class CDXUTComboBox : public CDXUTButton function class (line 945) | class CDXUTSlider : public CDXUTControl function class (line 993) | class CUniBuffer function class (line 1048) | class CDXUTEditBox : public CDXUTControl FILE: framework/d3d11/dxut/Optional/DXUTguiIME.cpp function _Use_decl_annotations_ (line 43) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 254) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 307) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 476) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 511) | _Use_decl_annotations_ FILE: framework/d3d11/dxut/Optional/DXUTguiIME.h function class (line 31) | class CDXUTIMEEditBox : public CDXUTEditBox FILE: framework/d3d11/dxut/Optional/DXUTres.cpp function _Use_decl_annotations_ (line 8296) | _Use_decl_annotations_ FILE: framework/d3d11/dxut/Optional/DXUTsettingsdlg.cpp function _Use_decl_annotations_ (line 88) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 100) | _Use_decl_annotations_ function HRESULT (line 235) | HRESULT CD3DSettingsDlg::Refresh() function _Use_decl_annotations_ (line 425) | _Use_decl_annotations_ function HRESULT (line 435) | HRESULT CD3DSettingsDlg::OnD3D11CreateDevice( _In_ ID3D11Device* pd3dDev... function _Use_decl_annotations_ (line 449) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 481) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 495) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 517) | _Use_decl_annotations_ function CD3D11EnumAdapterInfo (line 650) | CD3D11EnumAdapterInfo* CD3DSettingsDlg::GetCurrentD3D11AdapterInfo() const function CD3D11EnumDeviceInfo (line 658) | CD3D11EnumDeviceInfo* CD3DSettingsDlg::GetCurrentD3D11DeviceInfo() const function CD3D11EnumOutputInfo (line 667) | CD3D11EnumOutputInfo* CD3DSettingsDlg::GetCurrentD3D11OutputInfo() const function CD3D11EnumDeviceSettingsCombo (line 675) | CD3D11EnumDeviceSettingsCombo* CD3DSettingsDlg::GetCurrentD3D11DeviceSet... function HRESULT (line 683) | HRESULT CD3DSettingsDlg::OnD3D11ResolutionChanged () function HRESULT (line 701) | HRESULT CD3DSettingsDlg::OnFeatureLevelChanged () function HRESULT (line 774) | HRESULT CD3DSettingsDlg::OnAdapterChanged() function HRESULT (line 805) | HRESULT CD3DSettingsDlg::OnDeviceTypeChanged() function HRESULT (line 873) | HRESULT CD3DSettingsDlg::OnWindowedFullScreenChanged() function HRESULT (line 921) | HRESULT CD3DSettingsDlg::OnAdapterOutputChanged() function HRESULT (line 997) | HRESULT CD3DSettingsDlg::OnRefreshRateChanged() function HRESULT (line 1007) | HRESULT CD3DSettingsDlg::OnBackBufferFormatChanged() function HRESULT (line 1062) | HRESULT CD3DSettingsDlg::OnMultisampleTypeChanged() function HRESULT (line 1104) | HRESULT CD3DSettingsDlg::OnMultisampleQualityChanged() function HRESULT (line 1113) | HRESULT CD3DSettingsDlg::OnPresentIntervalChanged() function HRESULT (line 1122) | HRESULT CD3DSettingsDlg::OnDebugDeviceChanged() function UINT (line 1146) | UINT CD3DSettingsDlg::GetSelectedAdapter() const function UINT (line 1193) | UINT CD3DSettingsDlg::GetSelectedD3D11AdapterOutput() const function _Use_decl_annotations_ (line 1202) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1218) | _Use_decl_annotations_ function D3D_FEATURE_LEVEL (line 1298) | D3D_FEATURE_LEVEL CD3DSettingsDlg::GetSelectedFeatureLevel() const function DXGI_RATIONAL (line 1331) | DXGI_RATIONAL CD3DSettingsDlg::GetSelectedD3D11RefreshRate() const function DXGI_FORMAT (line 1355) | DXGI_FORMAT CD3DSettingsDlg::GetSelectedD3D11BackBufferFormat() const function UINT (line 1377) | UINT CD3DSettingsDlg::GetSelectedD3D11MultisampleCount() const function UINT (line 1399) | UINT CD3DSettingsDlg::GetSelectedD3D11MultisampleQuality() const function DWORD (line 1408) | DWORD CD3DSettingsDlg::GetSelectedD3D11PresentInterval() const function HRESULT (line 1427) | HRESULT CD3DSettingsDlg::UpdateD3D11Resolutions() function HRESULT (line 1494) | HRESULT CD3DSettingsDlg::UpdateD3D11RefreshRates() function D3D_DRIVER_TYPE (line 1551) | D3D_DRIVER_TYPE CD3DSettingsDlg::GetSelectedD3D11DeviceType() const function WCHAR (line 1574) | const WCHAR* DXUTDeviceTypeToString( _In_ D3D_DRIVER_TYPE devType ) FILE: framework/d3d11/dxut/Optional/DXUTsettingsdlg.h function CDXUTDialog (line 88) | CDXUTDialog* GetDialogControl() { return &m_Dialog; } function SetActive (line 90) | void SetActive( _In_ bool bActive ) FILE: framework/d3d11/dxut/Optional/ImeUi.cpp type _SkinCompStr (line 86) | struct _SkinCompStr type tagINPUTCONTEXT2 (line 98) | struct class CDisableCicero (line 128) | class CDisableCicero method CDisableCicero (line 131) | CDisableCicero() : m_ptim( nullptr ), method Initialize (line 139) | void Initialize() method Uninitialize (line 157) | void Uninitialize() method DisableCiceroOnThisWnd (line 169) | void DisableCiceroOnThisWnd( HWND hwnd ) function LRESULT (line 327) | inline LRESULT SendKeyMsg( HWND hwnd, UINT msg, WPARAM wp ) class CTsfUiLessMode (line 346) | class CTsfUiLessMode class CUIElementSink (line 350) | class CUIElementSink : public ITfUIElementSink, method CTsfUiLessMode (line 400) | CTsfUiLessMode() function _strtoul (line 420) | static unsigned long _strtoul( LPCSTR psz, LPTSTR*, int ) function ComposeCandidateLine (line 458) | static void ComposeCandidateLine( int index, LPCTSTR pszCandidate ) function SendCompString (line 473) | static void SendCompString() function DWORD (line 494) | static DWORD GetCandidateList( HIMC himc, DWORD dwIndex, LPCANDIDATELIST... function SendControlKeys (line 505) | static void SendControlKeys( UINT vk, UINT num ) function CancelCompString (line 517) | static void CancelCompString( HWND hwnd, bool bUseBackSpace = true, int ... function InitCompStringData (line 552) | static void InitCompStringData() function DrawCaret (line 560) | static void DrawCaret( DWORD x, DWORD y, DWORD height ) function ImeUi_RenderUI (line 575) | void ImeUi_RenderUI( _In_ bool bDrawCompAttr, _In_ bool bDrawOtherUi ) function DrawImeIndicator (line 596) | static void DrawImeIndicator() function DrawCompositionString (line 753) | static void DrawCompositionString( _In_ bool bDrawCompAttr ) function DrawCandidateList (line 939) | static void DrawCandidateList() function CloseCandidateList (line 1213) | static void CloseCandidateList() function _Use_decl_annotations_ (line 1229) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1568) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1577) | _Use_decl_annotations_ function ImeUi_SetState (line 1595) | void ImeUi_SetState( _In_ DWORD dwState ) function DWORD (line 1654) | DWORD ImeUi_GetState() function ImeUi_EnableIme (line 1662) | void ImeUi_EnableIme( _In_ bool bEnable ) function ImeUi_IsEnabled (line 1682) | bool ImeUi_IsEnabled() function ImeUi_Initialize (line 1687) | bool ImeUi_Initialize(_In_ HWND hwnd, _In_ bool bDisable ) function ImeUi_Uninitialize (line 1776) | void ImeUi_Uninitialize() function DWORD (line 1817) | static DWORD GetImeId( _In_ UINT uIndex ) function GetReadingString (line 1924) | static void GetReadingString( _In_ HWND hWnd ) function ImeUi_IgnoreHotKey (line 2147) | bool ImeUi_IgnoreHotKey( _In_ const MSG* pmsg ) function ImeUi_FinalizeString (line 2189) | void ImeUi_FinalizeString( _In_ bool bSend ) function SetCompStringColor (line 2233) | static void SetCompStringColor() function SetSupportLevel (line 2244) | static void SetSupportLevel( _In_ DWORD dwImeLevel ) function ImeUi_SetSupportLevel (line 2258) | void ImeUi_SetSupportLevel( _In_ DWORD dwImeLevel ) function ImeUi_SetAppearance (line 2266) | void ImeUi_SetAppearance( _In_opt_ const IMEUI_APPEARANCE* pia ) function ImeUi_GetAppearance (line 2282) | void ImeUi_GetAppearance( _Out_opt_ IMEUI_APPEARANCE* pia ) function CheckToggleState (line 2297) | static void CheckToggleState() function ImeUi_SetInsertMode (line 2332) | void ImeUi_SetInsertMode( _In_ bool bInsert ) function ImeUi_GetCaretStatus (line 2339) | bool ImeUi_GetCaretStatus() function ImeUi_SetScreenDimension (line 2344) | void ImeUi_SetScreenDimension( _In_ UINT width, _In_ UINT height ) function _PumpMessage (line 2353) | static void _PumpMessage() function GetReadingWindowOrientation (line 2370) | static void GetReadingWindowOrientation( _In_ DWORD dwId ) function ImeUi_ToggleLanguageBar (line 2404) | void ImeUi_ToggleLanguageBar( _In_ BOOL bRestore ) function ImeUi_IsSendingKeyMessage (line 2462) | bool ImeUi_IsSendingKeyMessage() function OnInputLangChangeWorker (line 2467) | static void OnInputLangChangeWorker() function OnInputLangChange (line 2476) | static void OnInputLangChange() function SetImeApi (line 2496) | static void SetImeApi() function CheckInputLocale (line 2523) | static void CheckInputLocale() function ImeUi_SetWindow (line 2575) | void ImeUi_SetWindow( _In_ HWND hwnd ) function UINT (line 2581) | UINT ImeUi_GetInputCodePage() function DWORD (line 2586) | DWORD ImeUi_GetFlags() function ImeUi_SetFlags (line 2591) | void ImeUi_SetFlags( _In_ DWORD dwFlags, _In_ bool bSet ) function BOOL (line 2614) | BOOL CTsfUiLessMode::SetupSinks() function STDAPI (line 2693) | STDAPI CTsfUiLessMode::CUIElementSink::QueryInterface( _In_ REFIID riid,... function STDAPI (line 2745) | STDAPI CTsfUiLessMode::CUIElementSink::BeginUIElement( DWORD dwUIElement... function STDAPI (line 2772) | STDAPI CTsfUiLessMode::CUIElementSink::UpdateUIElement( DWORD dwUIElemen... function STDAPI (line 2797) | STDAPI CTsfUiLessMode::CUIElementSink::EndUIElement( DWORD dwUIElementId ) function STDAPI (line 2864) | STDAPI CTsfUiLessMode::CUIElementSink::OnActivated( DWORD dwProfileType,... function STDAPI (line 2889) | STDAPI CTsfUiLessMode::CUIElementSink::OnChange( _In_ REFGUID rguid ) function ITfUIElement (line 3008) | ITfUIElement* CTsfUiLessMode::GetUIElement( DWORD dwUIElementId ) function BOOL (line 3022) | BOOL CTsfUiLessMode::CurrentInputLocaleIsIme() function BOOL (line 3080) | BOOL CTsfUiLessMode::GetCompartments( ITfCompartmentMgr** ppcm, ITfCompa... function BOOL (line 3116) | BOOL CTsfUiLessMode::SetupCompartmentSinks( BOOL bRemoveOnly, ITfCompart... function WORD (line 3179) | WORD ImeUi_GetPrimaryLanguage() function DWORD (line 3184) | DWORD ImeUi_GetImeId( _In_ UINT uIndex ) function WORD (line 3189) | WORD ImeUi_GetLanguage() function PTSTR (line 3194) | PTSTR ImeUi_GetIndicatior() function ImeUi_IsShowReadingWindow (line 3200) | bool ImeUi_IsShowReadingWindow() function ImeUi_IsShowCandListWindow (line 3205) | bool ImeUi_IsShowCandListWindow() function ImeUi_IsVerticalCand (line 3210) | bool ImeUi_IsVerticalCand() function ImeUi_IsHorizontalReading (line 3215) | bool ImeUi_IsHorizontalReading() function TCHAR (line 3220) | TCHAR* ImeUi_GetCandidate( _In_ UINT idx ) function DWORD (line 3228) | DWORD ImeUi_GetCandidateSelection() function DWORD (line 3233) | DWORD ImeUi_GetCandidateCount() function TCHAR (line 3238) | TCHAR* ImeUi_GetCompositionString() function BYTE (line 3243) | BYTE* ImeUi_GetCompStringAttr() function DWORD (line 3248) | DWORD ImeUi_GetImeCursorChars() FILE: framework/d3d11/dxut/Optional/ImeUi.h function class (line 17) | class CImeUiFont_Base type IMEUI_APPEARANCE (line 30) | typedef struct type IMEUI_VERTEX (line 60) | typedef struct // D3DTLVERTEX compatible FILE: framework/d3d11/dxut/Optional/SDKmesh.cpp function _Use_decl_annotations_ (line 25) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 105) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 140) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 175) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 234) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 475) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 503) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 554) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 585) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 685) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 745) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 752) | _Use_decl_annotations_ function HRESULT (line 760) | HRESULT CDXUTSDKMesh::LoadAnimation( _In_z_ const WCHAR* szFileName ) function _Use_decl_annotations_ (line 906) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 933) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 943) | _Use_decl_annotations_ function D3D11_PRIMITIVE_TOPOLOGY (line 954) | D3D11_PRIMITIVE_TOPOLOGY CDXUTSDKMesh::GetPrimitiveType11( _In_ SDKMESH_... function DXGI_FORMAT (line 993) | DXGI_FORMAT CDXUTSDKMesh::GetIBFormat11( _In_ UINT iMesh ) const function ID3D11Buffer (line 1006) | ID3D11Buffer* CDXUTSDKMesh::GetVB11( _In_ UINT iMesh, _In_ UINT iVB ) const function ID3D11Buffer (line 1012) | ID3D11Buffer* CDXUTSDKMesh::GetIB11( _In_ UINT iMesh ) const function SDKMESH_INDEX_TYPE (line 1016) | SDKMESH_INDEX_TYPE CDXUTSDKMesh::GetIndexType( _In_ UINT iMesh ) const function ID3D11Buffer (line 1021) | ID3D11Buffer* CDXUTSDKMesh::GetAdjIB11( _In_ UINT iMesh ) const function WCHAR (line 1033) | const WCHAR* CDXUTSDKMesh::GetMeshPathW() const function UINT (line 1039) | UINT CDXUTSDKMesh::GetNumMeshes() const function UINT (line 1047) | UINT CDXUTSDKMesh::GetNumMaterials() const function UINT (line 1055) | UINT CDXUTSDKMesh::GetNumVBs() const function UINT (line 1063) | UINT CDXUTSDKMesh::GetNumIBs() const function ID3D11Buffer (line 1071) | ID3D11Buffer* CDXUTSDKMesh::GetVB11At( _In_ UINT iVB ) const function ID3D11Buffer (line 1077) | ID3D11Buffer* CDXUTSDKMesh::GetIB11At( _In_ UINT iIB ) const function BYTE (line 1083) | BYTE* CDXUTSDKMesh::GetRawVerticesAt( _In_ UINT iVB ) const function BYTE (line 1089) | BYTE* CDXUTSDKMesh::GetRawIndicesAt( _In_ UINT iIB ) const function SDKMESH_MATERIAL (line 1095) | SDKMESH_MATERIAL* CDXUTSDKMesh::GetMaterial( _In_ UINT iMaterial ) const function SDKMESH_MESH (line 1101) | SDKMESH_MESH* CDXUTSDKMesh::GetMesh( _In_ UINT iMesh ) const function UINT (line 1107) | UINT CDXUTSDKMesh::GetNumSubsets( _In_ UINT iMesh ) const function SDKMESH_SUBSET (line 1113) | SDKMESH_SUBSET* CDXUTSDKMesh::GetSubset( _In_ UINT iMesh, _In_ UINT iSub... function UINT (line 1119) | UINT CDXUTSDKMesh::GetVertexStride( _In_ UINT iMesh, _In_ UINT iVB ) const function UINT (line 1125) | UINT CDXUTSDKMesh::GetNumFrames() const function SDKMESH_FRAME (line 1131) | SDKMESH_FRAME* CDXUTSDKMesh::GetFrame( _In_ UINT iFrame ) const function SDKMESH_FRAME (line 1138) | SDKMESH_FRAME* CDXUTSDKMesh::FindFrame( _In_z_ const char* pszName ) const function UINT64 (line 1151) | UINT64 CDXUTSDKMesh::GetNumVertices( _In_ UINT iMesh, _In_ UINT iVB ) const function UINT64 (line 1157) | UINT64 CDXUTSDKMesh::GetNumIndices( _In_ UINT iMesh ) const function XMVECTOR (line 1163) | XMVECTOR CDXUTSDKMesh::GetMeshBBoxCenter( _In_ UINT iMesh ) const function XMVECTOR (line 1169) | XMVECTOR CDXUTSDKMesh::GetMeshBBoxExtents( _In_ UINT iMesh ) const function UINT (line 1175) | UINT CDXUTSDKMesh::GetOutstandingResources() const function UINT (line 1211) | UINT CDXUTSDKMesh::GetOutstandingBufferResources() const function BOOL (line 1256) | BOOL CDXUTSDKMesh::HadLoadingError() const function UINT (line 1262) | UINT CDXUTSDKMesh::GetNumInfluences( _In_ UINT iMesh ) const function XMMATRIX (line 1268) | XMMATRIX CDXUTSDKMesh::GetMeshInfluenceMatrix( _In_ UINT iMesh, _In_ UIN... function XMMATRIX (line 1274) | XMMATRIX CDXUTSDKMesh::GetWorldMatrix( _In_ UINT iFrameIndex ) const function XMMATRIX (line 1279) | XMMATRIX CDXUTSDKMesh::GetInfluenceMatrix( _In_ UINT iFrameIndex ) const function UINT (line 1286) | UINT CDXUTSDKMesh::GetAnimationKeyFromTime( _In_ double fTime ) const function _Use_decl_annotations_ (line 1300) | _Use_decl_annotations_ FILE: framework/d3d11/dxut/Optional/SDKmesh.h type SDKMESH_PRIMITIVE_TYPE (line 53) | enum SDKMESH_PRIMITIVE_TYPE type SDKMESH_INDEX_TYPE (line 68) | enum SDKMESH_INDEX_TYPE type FRAME_TRANSFORM_TYPE (line 74) | enum FRAME_TRANSFORM_TYPE type SDKMESH_HEADER (line 85) | struct SDKMESH_HEADER type SDKMESH_VERTEX_BUFFER_HEADER (line 111) | struct SDKMESH_VERTEX_BUFFER_HEADER type SDKMESH_INDEX_BUFFER_HEADER (line 124) | struct SDKMESH_INDEX_BUFFER_HEADER type SDKMESH_MESH (line 136) | struct SDKMESH_MESH type SDKMESH_SUBSET (line 160) | struct SDKMESH_SUBSET type SDKMESH_FRAME (line 171) | struct SDKMESH_FRAME type SDKMESH_MATERIAL (line 182) | struct SDKMESH_MATERIAL type SDKANIMATION_FILE_HEADER (line 234) | struct SDKANIMATION_FILE_HEADER type SDKANIMATION_DATA (line 246) | struct SDKANIMATION_DATA type SDKANIMATION_FRAME_DATA (line 253) | struct SDKANIMATION_FRAME_DATA type SDKMESH_CALLBACKS11 (line 288) | struct SDKMESH_CALLBACKS11 function class (line 299) | class CDXUTSDKMesh FILE: framework/d3d11/dxut/Optional/SDKmisc.cpp function HRESULT (line 41) | HRESULT WINAPI DXUTDestroyGlobalResourceCache() function DXUTDisplaySwitchingToREFWarning (line 66) | void WINAPI DXUTDisplaySwitchingToREFWarning() function _Use_decl_annotations_ (line 161) | _Use_decl_annotations_ function WCHAR (line 205) | WCHAR* DXUTMediaSearchPath() function LPCWSTR (line 217) | LPCWSTR WINAPI DXUTGetMediaSearchPath() function HRESULT (line 224) | HRESULT WINAPI DXUTSetMediaSearchPath( _In_z_ LPCWSTR strPath ) function _Use_decl_annotations_ (line 251) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 345) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 422) | _Use_decl_annotations_ type handle_closer (line 470) | struct handle_closer { void operator()(HANDLE h) { if (h) CloseHandle(h)... function HANDLE (line 474) | inline HANDLE safe_handle( HANDLE h ) { return (h == INVALID_HANDLE_VALU... class CIncludeHandler (line 476) | class CIncludeHandler : public ID3DInclude type sInclude (line 482) | struct sInclude type sInclude (line 490) | struct sInclude method CIncludeHandler (line 496) | CIncludeHandler() : m_nIncludes(0), m_reset(false) method STDMETHOD (line 529) | STDMETHOD(Open( D3D_INCLUDE_TYPE IncludeType, LPCSTR pFileName, LPCVOI... method STDMETHOD (line 569) | STDMETHOD(Close( LPCVOID pData )) method SetCWD (line 576) | void SetCWD( LPCWSTR pFileName ) function _Use_decl_annotations_ (line 596) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 700) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 726) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 752) | _Use_decl_annotations_ function XMMATRIX (line 776) | XMMATRIX WINAPI DXUTGetCubeMapViewMatrix( _In_ DWORD dwFace ) function _Use_decl_annotations_ (line 825) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 878) | _Use_decl_annotations_ function HRESULT (line 896) | HRESULT CDXUTResourceCache::OnDestroyDevice() function _Use_decl_annotations_ (line 908) | _Use_decl_annotations_ function HRESULT (line 939) | HRESULT CDXUTTextHelper::DrawFormattedTextLine( _In_z_ const WCHAR* strM... function HRESULT (line 954) | HRESULT CDXUTTextHelper::DrawTextLine( _In_z_ const WCHAR* strMsg ) function _Use_decl_annotations_ (line 975) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 991) | _Use_decl_annotations_ FILE: framework/d3d11/dxut/Optional/SDKmisc.h type DXUTCache_Texture (line 22) | struct DXUTCache_Texture function class (line 66) | class CDXUTTextHelper FILE: third_party/assimp/include/assimp/Compiler/pstdint.h type __int64 (line 474) | typedef __int64 int64_t; type intmax_t (line 538) | typedef int64_t intmax_t; type uintmax_t (line 539) | typedef uint64_t uintmax_t; type intmax_t (line 555) | typedef int32_t intmax_t; type uintmax_t (line 556) | typedef uint32_t uintmax_t; type int_least8_t (line 580) | typedef int8_t int_least8_t; type uint_least8_t (line 581) | typedef uint8_t uint_least8_t; type int_least16_t (line 582) | typedef int16_t int_least16_t; type uint_least16_t (line 583) | typedef uint16_t uint_least16_t; type int_least32_t (line 584) | typedef int32_t int_least32_t; type uint_least32_t (line 585) | typedef uint32_t uint_least32_t; type int_least64_t (line 598) | typedef int64_t int_least64_t; type uint_least64_t (line 599) | typedef uint64_t uint_least64_t; type int_least8_t (line 619) | typedef int_least8_t int_fast8_t; type uint_least8_t (line 620) | typedef uint_least8_t uint_fast8_t; type int_least16_t (line 621) | typedef int_least16_t int_fast16_t; type uint_least16_t (line 622) | typedef uint_least16_t uint_fast16_t; type int_least32_t (line 623) | typedef int_least32_t int_fast32_t; type uint_least32_t (line 624) | typedef uint_least32_t uint_fast32_t; type int_least64_t (line 635) | typedef int_least64_t int_fast64_t; type uint_least64_t (line 636) | typedef uint_least64_t uint_fast64_t; FILE: third_party/assimp/include/assimp/DefaultLogger.hpp type Assimp (line 51) | namespace Assimp { class IOStream (line 53) | class IOStream type LogStreamInfo (line 54) | struct LogStreamInfo function DefaultLogger (line 72) | class ASSIMP_API DefaultLogger : FILE: third_party/assimp/include/assimp/Exporter.hpp type Assimp (line 53) | namespace Assimp { class ExporterPimpl (line 54) | class ExporterPimpl class IOSystem (line 55) | class IOSystem class ASSIMP_API (line 77) | class ASSIMP_API function Exporter (line 79) | class ASSIMP_API Exporter function ExportProperties (line 323) | class ASSIMP_API ExportProperties function aiExportDataBlob (line 491) | inline const aiExportDataBlob* Exporter :: ExportToBlob( const aiScen... function aiReturn (line 497) | inline aiReturn Exporter :: Export( const aiScene* pScene, const std::... FILE: third_party/assimp/include/assimp/IOStream.hpp type Assimp (line 55) | namespace Assimp { class ASSIMP_API (line 64) | class ASSIMP_API FILE: third_party/assimp/include/assimp/IOSystem.hpp type Assimp (line 59) | namespace Assimp { class IOStream (line 60) | class IOStream class ASSIMP_API (line 70) | class ASSIMP_API function AI_FORCE_INLINE (line 203) | AI_FORCE_INLINE IOSystem::IOSystem() : function AI_FORCE_INLINE (line 210) | AI_FORCE_INLINE IOSystem::~IOSystem() function AI_FORCE_INLINE (line 222) | AI_FORCE_INLINE IOStream* IOSystem::Open(const std::string& pFile, function AI_FORCE_INLINE (line 232) | AI_FORCE_INLINE bool IOSystem::Exists( const std::string& pFile) const FILE: third_party/assimp/include/assimp/Importer.hpp type Assimp (line 56) | namespace Assimp { class Importer (line 59) | class Importer class Exporter (line 60) | class Exporter class IOStream (line 61) | class IOStream class IOSystem (line 62) | class IOSystem class ProgressHandler (line 63) | class ProgressHandler class BaseImporter (line 71) | class BaseImporter class BaseProcess (line 72) | class BaseProcess class SharedPostProcessInfo (line 73) | class SharedPostProcessInfo class BatchLoader (line 74) | class BatchLoader class ImporterPimpl (line 78) | class ImporterPimpl class ExporterPimpl (line 79) | class ExporterPimpl function Importer (line 116) | class ASSIMP_API Importer { function AI_FORCE_INLINE (line 639) | AI_FORCE_INLINE const aiScene* Importer::ReadFile( const std::string& ... function AI_FORCE_INLINE (line 643) | AI_FORCE_INLINE void Importer::GetExtensionList(std::string& szOut) co... function AI_FORCE_INLINE (line 649) | AI_FORCE_INLINE bool Importer::IsExtensionSupported(const std::string&... type aiScene (line 84) | struct aiScene type aiImporterDesc (line 87) | struct aiImporterDesc type Assimp (line 90) | namespace Assimp { class Importer (line 59) | class Importer class Exporter (line 60) | class Exporter class IOStream (line 61) | class IOStream class IOSystem (line 62) | class IOSystem class ProgressHandler (line 63) | class ProgressHandler class BaseImporter (line 71) | class BaseImporter class BaseProcess (line 72) | class BaseProcess class SharedPostProcessInfo (line 73) | class SharedPostProcessInfo class BatchLoader (line 74) | class BatchLoader class ImporterPimpl (line 78) | class ImporterPimpl class ExporterPimpl (line 79) | class ExporterPimpl function Importer (line 116) | class ASSIMP_API Importer { function AI_FORCE_INLINE (line 639) | AI_FORCE_INLINE const aiScene* Importer::ReadFile( const std::string& ... function AI_FORCE_INLINE (line 643) | AI_FORCE_INLINE void Importer::GetExtensionList(std::string& szOut) co... function AI_FORCE_INLINE (line 649) | AI_FORCE_INLINE bool Importer::IsExtensionSupported(const std::string&... FILE: third_party/assimp/include/assimp/LogStream.hpp type Assimp (line 47) | namespace Assimp { class IOSystem (line 48) | class IOSystem class ASSIMP_API (line 56) | class ASSIMP_API FILE: third_party/assimp/include/assimp/Logger.hpp type Assimp (line 48) | namespace Assimp { class LogStream (line 49) | class LogStream class ASSIMP_API (line 59) | class ASSIMP_API type LogSeverity (line 70) | enum LogSeverity type ErrorSeverity (line 84) | enum ErrorSeverity FILE: third_party/assimp/include/assimp/NullLogger.hpp type Assimp (line 49) | namespace Assimp { function NullLogger (line 55) | class ASSIMP_API NullLogger function OnInfo (line 66) | void OnInfo(const char* message) { function OnWarn (line 71) | void OnWarn(const char* message) { function OnError (line 76) | void OnError(const char* message) { function attachStream (line 81) | bool attachStream(LogStream *pStream, unsigned int severity) { function detatchStream (line 87) | bool detatchStream(LogStream *pStream, unsigned int severity) { FILE: third_party/assimp/include/assimp/ProgressHandler.hpp type Assimp (line 47) | namespace Assimp { class ASSIMP_API (line 54) | class ASSIMP_API function UpdateFileRead (line 99) | virtual void UpdateFileRead(int currentStep /*= 0*/, int numberOfSteps... function UpdatePostProcess (line 113) | virtual void UpdatePostProcess(int currentStep /*= 0*/, int numberOfSt... FILE: third_party/assimp/include/assimp/anim.h type aiVectorKey (line 58) | struct aiVectorKey function operator (line 92) | bool operator > (const aiVectorKey& o) const { type aiQuatKey (line 101) | struct aiQuatKey function operator (line 133) | bool operator > (const aiQuatKey& o) const { type aiMeshKey (line 141) | struct aiMeshKey function operator (line 177) | bool operator > (const aiMeshKey& o) const { type aiAnimBehaviour (line 188) | enum aiAnimBehaviour type aiMeshAnim (line 308) | struct aiMeshAnim function if (line 340) | struct aiAnimation function namespace (line 407) | namespace Assimp { FILE: third_party/assimp/include/assimp/camera.h type aiCamera (line 98) | struct aiCamera FILE: third_party/assimp/include/assimp/cexport.h type aiScene (line 56) | struct aiScene type aiFileIO (line 57) | struct aiFileIO type aiExportFormatDesc (line 64) | struct aiExportFormatDesc type aiExportDataBlob (line 191) | struct aiExportDataBlob FILE: third_party/assimp/include/assimp/cfileio.h type aiFileIO (line 52) | struct aiFileIO type aiFile (line 53) | struct aiFile type aiReturn (line 60) | typedef aiReturn (*aiFileSeek)(C_STRUCT aiFile*, size_t, aiOrigin); type aiFile (line 63) | typedef aiFile* (*aiFileOpenProc) (C_STRUCT aiFileIO*, const char*, con... type aiFileIO (line 76) | struct aiFileIO type aiFile (line 100) | struct aiFile FILE: third_party/assimp/include/assimp/cimport.h type aiScene (line 54) | struct aiScene type aiFileIO (line 55) | struct aiFileIO type aiLogStream (line 65) | struct aiLogStream type aiPropertyStore (line 86) | struct aiPropertyStore { char sentinel; } type aiBool (line 89) | typedef int aiBool; FILE: third_party/assimp/include/assimp/color4.h type aiColor4t (line 92) | typedef aiColor4t aiColor4D; type aiColor4D (line 96) | struct aiColor4D { FILE: third_party/assimp/include/assimp/config.h type aiComponent (line 383) | enum aiComponent FILE: third_party/assimp/include/assimp/importerdesc.h type aiImporterFlags (line 51) | enum aiImporterFlags type aiImporterDesc (line 87) | struct aiImporterDesc FILE: third_party/assimp/include/assimp/light.h type aiLightSourceType (line 58) | enum aiLightSourceType FILE: third_party/assimp/include/assimp/material.h type aiTextureOp (line 77) | enum aiTextureOp type aiTextureMapMode (line 108) | enum aiTextureMapMode type aiTextureMapping (line 143) | enum aiTextureMapping type aiTextureType (line 189) | enum aiTextureType type aiShadingMode (line 303) | enum aiShadingMode type aiTextureFlags (line 374) | enum aiTextureFlags type aiBlendMode (line 420) | enum aiBlendMode type aiPropertyTypeInfo (line 501) | enum aiPropertyTypeInfo type aiMaterialProperty (line 560) | struct aiMaterialProperty type ASSIMP_API (line 630) | struct ASSIMP_API type aiMaterial (line 632) | struct aiMaterial function aiReturn (line 1376) | inline aiReturn aiGetMaterialFloat(const aiMaterial* pMat, function aiReturn (line 1414) | inline aiReturn aiGetMaterialInteger(const C_STRUCT aiMaterial* pMat, FILE: third_party/assimp/include/assimp/matrix3x3.h type aiMatrix3x3t (line 170) | typedef aiMatrix3x3t aiMatrix3x3; type aiMatrix3x3 (line 174) | struct aiMatrix3x3 { FILE: third_party/assimp/include/assimp/matrix4x4.h type aiMatrix4x4t (line 233) | typedef aiMatrix4x4t aiMatrix4x4; type aiMatrix4x4 (line 237) | struct aiMatrix4x4 { FILE: third_party/assimp/include/assimp/mesh.h function else (line 125) | struct aiFace function operator (line 176) | bool operator== (const aiFace& o) const function operator (line 190) | bool operator != (const aiFace& o) const type aiVertexWeight (line 201) | struct aiVertexWeight type aiBone (line 233) | struct aiBone type aiPrimitiveType (line 287) | enum aiPrimitiveType type aiAnimMesh (line 344) | struct aiAnimMesh function HasVertexColors (line 433) | bool HasVertexColors( unsigned int pIndex) const { function HasTextureCoords (line 440) | bool HasTextureCoords( unsigned int pIndex) const { type aiMesh (line 467) | struct aiMesh function HasVertexColors (line 693) | bool HasVertexColors( unsigned int pIndex) const function HasTextureCoords (line 703) | bool HasTextureCoords( unsigned int pIndex) const function GetNumUVChannels (line 712) | unsigned int GetNumUVChannels() const FILE: third_party/assimp/include/assimp/metadata.h type aiMetadataType (line 64) | typedef enum aiMetadataType type aiMetadataEntry (line 87) | struct aiMetadataEntry function aiMetadataType (line 106) | inline aiMetadataType GetAiType( bool ) { return AI_BOOL; } function aiMetadataType (line 107) | inline aiMetadataType GetAiType( int ) { return AI_INT; } function aiMetadataType (line 108) | inline aiMetadataType GetAiType( uint64_t ) { return AI_UINT64; } function aiMetadataType (line 109) | inline aiMetadataType GetAiType( float ) { return AI_FLOAT; } function aiMetadataType (line 110) | inline aiMetadataType GetAiType( aiString ) { return AI_AISTRING; } function aiMetadataType (line 111) | inline aiMetadataType GetAiType( aiVector3D ) { return AI_AIVECTOR3D; } type aiMetadata (line 126) | struct aiMetadata function Get (line 228) | bool Get( const aiString& key, T& value ) function Get (line 238) | bool Get( const std::string& key, T& value ) { FILE: third_party/assimp/include/assimp/port/AndroidJNI/AndroidJNIIOSystem.h function namespace (line 53) | namespace Assimp { FILE: third_party/assimp/include/assimp/postprocess.h type aiPostProcessSteps (line 65) | enum aiPostProcessSteps FILE: third_party/assimp/include/assimp/quaternion.h type aiQuaterniont (line 115) | typedef aiQuaterniont aiQuaternion; type aiQuaternion (line 119) | struct aiQuaternion { FILE: third_party/assimp/include/assimp/scene.h type aiNode (line 71) | struct aiNode function HasMaterials (line 275) | struct aiScene FILE: third_party/assimp/include/assimp/texture.h type aiTexel (line 80) | struct aiTexel type aiTexture (line 120) | struct aiTexture FILE: third_party/assimp/include/assimp/types.h function namespace (line 71) | namespace Assimp { type aiRay (line 140) | struct aiRay function length (line 266) | aiString(const aiString& rOther) : function explicit (line 276) | explicit aiString(const std::string& pString) : function Set (line 285) | void Set( const std::string& pString) { function Set (line 295) | void Set( const char* sz) { function Append (line 328) | void Append (const char* app) { function Clear (line 342) | void Clear () { type aiReturn (line 373) | typedef enum aiReturn type aiOrigin (line 403) | enum aiOrigin type aiDefaultLogStream (line 427) | enum aiDefaultLogStream FILE: third_party/assimp/include/assimp/vector2.h type aiVector2D (line 105) | struct aiVector2D { FILE: third_party/assimp/include/assimp/vector3.h type aiVector3D (line 134) | struct aiVector3D {