SYMBOL INDEX (556 symbols across 49 files) FILE: 3rdParty/DirectXTex/DDSTextureLoader/DDSTextureLoader.cpp type DDS_PIXELFORMAT (line 51) | struct DDS_PIXELFORMAT type DDS_MISC_FLAGS2 (line 86) | enum DDS_MISC_FLAGS2 type DDS_HEADER (line 91) | struct DDS_HEADER type DDS_HEADER_DXT10 (line 109) | struct DDS_HEADER_DXT10 type handle_closer (line 124) | struct handle_closer { void operator()(HANDLE h) { if (h) CloseHandle(h)... function HANDLE (line 128) | inline HANDLE safe_handle( HANDLE h ) { return (h == INVALID_HANDLE_VALU... function SetDebugObjectName (line 131) | inline void SetDebugObjectName(_In_ ID3D11DeviceChild* resource, _In_ co... function HRESULT (line 144) | static HRESULT LoadTextureDataFromFile( _In_z_ const wchar_t* fileName, function BitsPerPixel (line 272) | static size_t BitsPerPixel( _In_ DXGI_FORMAT fmt ) function GetSurfaceInfo (line 422) | static void GetSurfaceInfo( _In_ size_t width, function DXGI_FORMAT (line 554) | static DXGI_FORMAT GetDXGIFormat( const DDS_PIXELFORMAT& ddpf ) function DXGI_FORMAT (line 766) | static DXGI_FORMAT MakeSRGB( _In_ DXGI_FORMAT format ) function HRESULT (line 798) | static HRESULT FillInitData( _In_ size_t width, function HRESULT (line 896) | static HRESULT CreateD3DResources( _In_ ID3D11Device* d3dDevice, function HRESULT (line 1133) | static HRESULT CreateTextureFromDDS( _In_ ID3D11Device* d3dDevice, function DDS_ALPHA_MODE (line 1484) | static DDS_ALPHA_MODE GetAlphaMode( _In_ const DDS_HEADER* header ) function _Use_decl_annotations_ (line 1513) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1527) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1542) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1561) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1657) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1670) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1684) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1702) | _Use_decl_annotations_ FILE: 3rdParty/DirectXTex/DDSTextureLoader/DDSTextureLoader.h function namespace (line 44) | namespace DirectX FILE: 3rdParty/DirectXTex/DDSView/ddsview.cpp type SimpleVertex (line 26) | struct SimpleVertex type CBArrayControl (line 32) | struct CBArrayControl function wWinMain (line 98) | int WINAPI wWinMain( _In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevI... function HRESULT (line 222) | HRESULT InitWindow( HINSTANCE hInstance, int nCmdShow, const TexMetadata... function LRESULT (line 275) | LRESULT CALLBACK WndProc( HWND hWnd, UINT message, WPARAM wParam, LPARAM... function HRESULT (line 322) | HRESULT InitDevice( const TexMetadata& mdata ) function Render (line 694) | void Render() function CleanupDevice (line 719) | void CleanupDevice() FILE: 3rdParty/DirectXTex/DirectXTex/BC.cpp type DirectX (line 26) | namespace DirectX function Decode565 (line 40) | inline static void Decode565(_Out_ HDRColorA *pColor, _In_ const uint1... function Encode565 (line 48) | inline static uint16_t Encode565(_In_ const HDRColorA *pColor) function OptimizeRGB (line 67) | static void OptimizeRGB(_Out_ HDRColorA *pX, _Out_ HDRColorA *pY, function DecodeBC1 (line 322) | inline static void DecodeBC1( _Out_writes_(NUM_PIXELS_PER_BLOCK) XMVEC... function EncodeBC1 (line 372) | static void EncodeBC1(_Out_ D3DX_BC1 *pBC, _In_reads_(NUM_PIXELS_PER_B... function EncodeSolidBC1 (line 681) | static void EncodeSolidBC1(_Out_ D3DX_BC1 *pBC, _In_reads_(NUM_PIXELS_... function _Use_decl_annotations_ (line 721) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 728) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 793) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 819) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 896) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 938) | _Use_decl_annotations_ FILE: 3rdParty/DirectXTex/DirectXTex/BC.h function namespace (line 22) | namespace DirectX function InterpolateRGB (line 104) | static void InterpolateRGB(_In_ const LDRColorA& c0, _In_ const LDRColor... function InterpolateA (line 119) | static void InterpolateA(_In_ const LDRColorA& c0, _In_ const LDRColorA&... function Interpolate (line 132) | static void Interpolate(_In_ const LDRColorA& c0, _In_ const LDRColorA& ... function class (line 141) | class HDRColorA function HDRColorA (line 159) | HDRColorA operator + ( _In_ const HDRColorA& c ) const function HDRColorA (line 164) | HDRColorA operator - ( _In_ const HDRColorA& c ) const function HDRColorA (line 169) | HDRColorA operator * ( _In_ float f ) const function HDRColorA (line 174) | HDRColorA operator / ( _In_ float f ) const function operator (line 180) | float operator * ( _In_ const HDRColorA& c ) const type LDREndPntPair (line 259) | struct LDREndPntPair type HDREndPntPair (line 265) | struct HDREndPntPair function HDRColorA (line 271) | inline HDRColorA* HDRColorALerp(_Out_ HDRColorA *pOut, _In_ const HDRCol... type D3DX_BC1 (line 282) | struct D3DX_BC1 type D3DX_BC2 (line 289) | struct D3DX_BC2 type D3DX_BC3 (line 296) | struct D3DX_BC3 function class (line 304) | class INTColor function INTColor (line 315) | INTColor operator - ( _In_ const INTColor& c ) const function Set (line 351) | void Set(_In_ const HDRColorA& c, _In_ bool bSigned) function ToF16 (line 379) | void ToF16(_Out_writes_(3) PackedVector::HALF aF16[3], _In_ bool bSigned... function PackedVector (line 407) | static PackedVector::HALF INT2F16(_In_ int input, _In_ bool bSigned) type INTEndPntPair (line 434) | struct INTEndPntPair function GetBits (line 454) | uint8_t GetBits(_Inout_ size_t& uStartBit, _In_ size_t uNumBits) const function SetBit (line 477) | void SetBit(_Inout_ size_t& uStartBit, _In_ uint8_t uValue) function SetBits (line 488) | void SetBits(_Inout_ size_t& uStartBit, _In_ size_t uNumBits, _In_ uint8... function class (line 519) | class D3DX_BC6H : private CBits< 16 > function class (line 623) | class D3DX_BC7 : private CBits< 16 > FILE: 3rdParty/DirectXTex/DirectXTex/BC4BC5.cpp type DirectX (line 20) | namespace DirectX type BC4_UNORM (line 42) | struct BC4_UNORM method R (line 44) | float R(size_t uOffset) const method DecodeFromIndex (line 50) | float DecodeFromIndex(size_t uIndex) const method GetIndex (line 74) | size_t GetIndex(size_t uOffset) const method SetIndex (line 79) | void SetIndex(size_t uOffset, size_t uIndex) type BC4_SNORM (line 98) | struct BC4_SNORM method R (line 100) | float R(size_t uOffset) const method DecodeFromIndex (line 106) | float DecodeFromIndex(size_t uIndex) const method GetIndex (line 133) | size_t GetIndex(size_t uOffset) const method SetIndex (line 138) | void SetIndex(size_t uOffset, size_t uIndex) function FloatToSNorm (line 161) | static void inline FloatToSNorm( _In_ float fVal, _Out_ int8_t *piSNorm ) function FindEndPointsBC4U (line 186) | static void FindEndPointsBC4U( _In_reads_(BLOCK_SIZE) const float theT... function FindEndPointsBC4S (line 240) | static void FindEndPointsBC4S(_In_reads_(BLOCK_SIZE) const float theTe... function FindEndPointsBC5U (line 296) | static inline void FindEndPointsBC5U( _In_reads_(BLOCK_SIZE) const flo... function FindEndPointsBC5S (line 304) | static inline void FindEndPointsBC5S( _In_reads_(BLOCK_SIZE) const flo... function FindClosestUNORM (line 314) | static void FindClosestUNORM(_Inout_ BC4_UNORM* pBC, _In_reads_(NUM_PI... function FindClosestSNORM (line 339) | static void FindClosestSNORM(_Inout_ BC4_SNORM* pBC, _In_reads_(NUM_PI... function _Use_decl_annotations_ (line 372) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 387) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 402) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 423) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 448) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 464) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 480) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 514) | _Use_decl_annotations_ FILE: 3rdParty/DirectXTex/DirectXTex/BC6HBC7.cpp type DirectX (line 22) | namespace DirectX function TransformForward (line 575) | inline static void TransformForward(_Inout_updates_all_(BC6H_MAX_REGIO... function TransformInverse (line 582) | inline static void TransformInverse(_Inout_updates_all_(BC6H_MAX_REGIO... function Norm (line 596) | inline static float Norm(_In_ const INTColor& a, _In_ const INTColor& b) function NBits (line 605) | inline static int NBits(_In_ int n, _In_ bool bIsSigned) function OptimizeRGB (line 627) | static float OptimizeRGB(_In_reads_(NUM_PIXELS_PER_BLOCK) const HDRCol... function OptimizeRGBA (line 819) | static float OptimizeRGBA(_In_reads_(NUM_PIXELS_PER_BLOCK) const HDRCo... function ComputeError (line 984) | static float ComputeError(_Inout_ const LDRColorA& pixel, _In_reads_(1... function FillWithErrorColors (line 1058) | inline static void FillWithErrorColors( _Out_writes_(NUM_PIXELS_PER_BL... function _Use_decl_annotations_ (line 1076) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1237) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1284) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1312) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1348) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1363) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1404) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1454) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1488) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1548) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1600) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1626) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1654) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1695) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1716) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1759) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1808) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1843) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1868) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1936) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2145) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2238) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2267) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2309) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2380) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2446) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2469) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2549) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2636) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2685) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2708) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2820) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2828) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2836) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2845) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2858) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2866) | _Use_decl_annotations_ FILE: 3rdParty/DirectXTex/DirectXTex/BCDirectCompute.cpp type BufferBC6HBC7 (line 34) | struct BufferBC6HBC7 type ConstantsBC6HBC7 (line 39) | struct ConstantsBC6HBC7 function RunComputeShader (line 53) | inline void RunComputeShader( ID3D11DeviceContext* pContext, function ResetContext (line 72) | inline void ResetContext( ID3D11DeviceContext* pContext ) type DirectX (line 85) | namespace DirectX function _Use_decl_annotations_ (line 99) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 180) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 344) | _Use_decl_annotations_ FILE: 3rdParty/DirectXTex/DirectXTex/BCDirectCompute.h function namespace (line 16) | namespace DirectX FILE: 3rdParty/DirectXTex/DirectXTex/DDS.h function namespace (line 35) | namespace DirectX FILE: 3rdParty/DirectXTex/DirectXTex/DirectXTex.h function namespace (line 62) | namespace DirectX type DDS_FLAGS (line 163) | enum DDS_FLAGS type WIC_FLAGS (line 192) | enum WIC_FLAGS type Image (line 244) | struct Image function class (line 254) | class ScratchImage function TexMetadata (line 281) | const TexMetadata& __cdecl GetMetadata() const { return _metadata; } function Image (line 284) | const Image* __cdecl GetImages() const { return _image; } function GetImageCount (line 285) | size_t __cdecl GetImageCount() const { return _nimages; } function GetPixelsSize (line 288) | size_t __cdecl GetPixelsSize() const { return _size; } function GetBufferSize (line 320) | size_t __cdecl GetBufferSize() const { return _size; } type WICCodecs (line 377) | enum WICCodecs type TEX_FR_FLAGS (line 393) | enum TEX_FR_FLAGS type TEX_FILTER_FLAGS (line 408) | enum TEX_FILTER_FLAGS type TEX_PMALPHA_FLAGS (line 490) | enum TEX_PMALPHA_FLAGS type TEX_COMPRESS_FLAGS (line 508) | enum TEX_COMPRESS_FLAGS type CNMAP_FLAGS (line 556) | enum CNMAP_FLAGS type Rect (line 587) | struct Rect FILE: 3rdParty/DirectXTex/DirectXTex/DirectXTexCompress.cpp type DirectX (line 26) | namespace DirectX function DWORD (line 29) | inline static DWORD _GetBCFlags( _In_ DWORD compress ) function DWORD (line 39) | inline static DWORD _GetSRGBFlags( _In_ DWORD compress ) function _DetermineEncoderSettings (line 47) | inline static bool _DetermineEncoderSettings( _In_ DXGI_FORMAT format,... function HRESULT (line 73) | static HRESULT _CompressBC( _In_ const Image& image, _In_ const Image&... function HRESULT (line 191) | static HRESULT _CompressBC_Parallel( _In_ const Image& image, _In_ con... function DXGI_FORMAT (line 310) | static DXGI_FORMAT _DefaultDecompress( _In_ DXGI_FORMAT format ) function HRESULT (line 358) | static HRESULT _DecompressBC( _In_ const Image& cImage, _In_ const Ima... function _IsAlphaAllOpaqueBC (line 472) | bool _IsAlphaAllOpaqueBC( _In_ const Image& cImage ) function _Use_decl_annotations_ (line 564) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 606) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 687) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 732) | _Use_decl_annotations_ FILE: 3rdParty/DirectXTex/DirectXTex/DirectXTexCompressGPU.cpp type DirectX (line 20) | namespace DirectX function DWORD (line 23) | inline static DWORD _GetSRGBFlags( _In_ DWORD compress ) function HRESULT (line 35) | static HRESULT _ConvertToRGBA32( _In_ const Image& srcImage, _In_ Scra... function HRESULT (line 95) | static HRESULT _ConvertToRGBAF32( const Image& srcImage, ScratchImage&... function HRESULT (line 140) | inline static HRESULT _GPUCompress( _In_ GPUCompressBC* gpubc, _In_ co... function _Use_decl_annotations_ (line 200) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 242) | _Use_decl_annotations_ FILE: 3rdParty/DirectXTex/DirectXTex/DirectXTexConvert.cpp function round_to_nearest (line 24) | inline float round_to_nearest( float x ) function FloatTo7e3 (line 45) | inline uint32_t FloatTo7e3(float Value) function FloatFrom7e3 (line 78) | inline float FloatFrom7e3( uint32_t Value ) function FloatTo6e4 (line 111) | inline uint32_t FloatTo6e4(float Value) function FloatFrom6e4 (line 144) | inline float FloatFrom6e4( uint32_t Value ) type DirectX (line 178) | namespace DirectX function _CopyScanline (line 189) | void _CopyScanline(_When_(pDestination == pSource, _Inout_updates_byte... function _Use_decl_annotations_ (line 430) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 593) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 728) | _Use_decl_annotations_ bool _LoadScanline( XMVECTOR* pDestination, siz... function _Use_decl_annotations_ (line 1600) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2501) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2541) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2567) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2594) | _Use_decl_annotations_ function XMVECTOR (line 2670) | static inline XMVECTOR XMColorRGBToSRGB( FXMVECTOR rgb ) function _Use_decl_annotations_ (line 2687) | _Use_decl_annotations_ function XMVECTOR (line 2758) | static inline XMVECTOR XMColorSRGBToRGB( FXMVECTOR srgb ) function _Use_decl_annotations_ (line 2775) | _Use_decl_annotations_ type ConvertData (line 2844) | struct ConvertData function _ConvertCompare (line 2939) | static int __cdecl _ConvertCompare( void *context, const void* ptr1, c... function _Use_decl_annotations_ (line 2948) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2968) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 3758) | _Use_decl_annotations_ function _UseWICConversion (line 4161) | static inline bool _UseWICConversion( _In_ DWORD filter, _In_ DXGI_FORMA... function HRESULT (line 4272) | static HRESULT _ConvertUsingWIC( _In_ const Image& srcImage, _In_ const ... function HRESULT (line 4321) | static HRESULT _Convert( _In_ const Image& srcImage, _In_ DWORD filter, ... function DXGI_FORMAT (line 4404) | static DXGI_FORMAT _PlanarToSingle( _In_ DXGI_FORMAT format ) function HRESULT (line 4474) | static HRESULT _ConvertToSinglePlane( _In_ const Image& srcImage, _In_ c... function _Use_decl_annotations_ (line 4560) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 4614) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 4763) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 4806) | _Use_decl_annotations_ FILE: 3rdParty/DirectXTex/DirectXTex/DirectXTexD3D11.cpp type DirectX (line 24) | namespace DirectX function HRESULT (line 27) | static HRESULT _Capture( _In_ ID3D11DeviceContext* pContext, _In_ ID3D... function _Use_decl_annotations_ (line 194) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 382) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 391) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 582) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 591) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 685) | _Use_decl_annotations_ FILE: 3rdParty/DirectXTex/DirectXTex/DirectXTexDDS.cpp type DirectX (line 20) | namespace DirectX type CONVERSION_FLAGS (line 26) | enum CONVERSION_FLAGS type LegacyDDS (line 48) | struct LegacyDDS function DXGI_FORMAT (line 144) | static DXGI_FORMAT _GetDXGIFormat( const DDS_PIXELFORMAT& ddpf, DWORD ... function HRESULT (line 199) | static HRESULT _DecodeDDSHeader( _In_reads_bytes_(size) LPCVOID pSourc... function _Use_decl_annotations_ (line 440) | _Use_decl_annotations_ type TEXP_LEGACY_FORMAT (line 682) | enum TEXP_LEGACY_FORMAT function TEXP_LEGACY_FORMAT (line 697) | inline static TEXP_LEGACY_FORMAT _FindLegacyFormat( DWORD flags ) function _LegacyExpandScanline (line 726) | static bool _LegacyExpandScanline( _Out_writes_bytes_(outSize) LPVOID ... function HRESULT (line 1024) | static HRESULT _CopyImage( _In_reads_bytes_(size) const void* pPixels,... function HRESULT (line 1254) | static HRESULT _CopyImageInPlace( DWORD convFlags, _In_ const ScratchI... function _Use_decl_annotations_ (line 1308) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1318) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1382) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1435) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1610) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1821) | _Use_decl_annotations_ FILE: 3rdParty/DirectXTex/DirectXTex/DirectXTexFlipRotate.cpp type DirectX (line 20) | namespace DirectX function HRESULT (line 26) | static HRESULT _PerformFlipRotateUsingWIC( _In_ const Image& srcImage,... function HRESULT (line 84) | static HRESULT _PerformFlipRotateViaF32( _In_ const Image& srcImage, _... function _Use_decl_annotations_ (line 131) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 213) | _Use_decl_annotations_ FILE: 3rdParty/DirectXTex/DirectXTex/DirectXTexImage.cpp type DirectX (line 18) | namespace DirectX function _Use_decl_annotations_ (line 28) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 107) | _Use_decl_annotations_ function ScratchImage (line 232) | ScratchImage& ScratchImage::operator= (ScratchImage&& moveFrom) function _Use_decl_annotations_ (line 256) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 341) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 357) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 411) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 464) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 480) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 517) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 577) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 596) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 673) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 692) | _Use_decl_annotations_ FILE: 3rdParty/DirectXTex/DirectXTex/DirectXTexMipmaps.cpp type DirectX (line 22) | namespace DirectX function ispow2 (line 28) | inline static bool ispow2( _In_ size_t x ) function _CountMips (line 35) | static size_t _CountMips( _In_ size_t width, _In_ size_t height ) function _CalculateMipLevels (line 53) | bool _CalculateMipLevels( _In_ size_t width, _In_ size_t height, _Inou... function _CountMips3D (line 74) | static size_t _CountMips3D( _In_ size_t width, _In_ size_t height, _In... function _CalculateMipLevels3D (line 95) | bool _CalculateMipLevels3D( _In_ size_t width, _In_ size_t height, _In... function HRESULT (line 118) | static HRESULT _EnsureWicBitmapPixelFormat( _In_ IWICImagingFactory* p... function HRESULT (line 169) | HRESULT _ResizeSeparateColorAndAlpha( _In_ IWICImagingFactory* pWIC, _... function _UseWICFiltering (line 375) | static bool _UseWICFiltering( _In_ DXGI_FORMAT format, _In_ DWORD filt... function HRESULT (line 446) | static HRESULT _GenerateMipMapsUsingWIC( _In_ const Image& baseImage, ... function HRESULT (line 578) | static HRESULT _Setup2DMips( _In_reads_(nimages) const Image* baseImag... function HRESULT (line 631) | static HRESULT _Generate2DMipsPointFilter( _In_ size_t levels, _In_ co... function HRESULT (line 715) | static HRESULT _Generate2DMipsBoxFilter( _In_ size_t levels, _In_ DWOR... function HRESULT (line 809) | static HRESULT _Generate2DMipsLinearFilter( _In_ size_t levels, _In_ D... function HRESULT (line 921) | static HRESULT _Generate2DMipsCubicFilter( _In_ size_t levels, _In_ DW... function HRESULT (line 1107) | static HRESULT _Generate2DMipsTriangleFilter( _In_ size_t levels, _In_... function HRESULT (line 1319) | static HRESULT _Setup3DMips( _In_reads_(depth) const Image* baseImages... function HRESULT (line 1371) | static HRESULT _Generate3DMipsPointFilter( _In_ size_t depth, _In_ siz... function HRESULT (line 1517) | static HRESULT _Generate3DMipsBoxFilter( _In_ size_t depth, _In_ size_... function HRESULT (line 1689) | static HRESULT _Generate3DMipsLinearFilter( _In_ size_t depth, _In_ si... function HRESULT (line 1882) | static HRESULT _Generate3DMipsCubicFilter( _In_ size_t depth, _In_ siz... function HRESULT (line 2261) | static HRESULT _Generate3DMipsTriangleFilter( _In_ size_t depth, _In_ ... function _Use_decl_annotations_ (line 2507) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2676) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2883) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 2985) | _Use_decl_annotations_ FILE: 3rdParty/DirectXTex/DirectXTex/DirectXTexMisc.cpp type DirectX (line 18) | namespace DirectX function HRESULT (line 23) | static HRESULT _ComputeMSE( _In_ const Image& image1, _In_ const Image... function _Use_decl_annotations_ (line 173) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 280) | _Use_decl_annotations_ FILE: 3rdParty/DirectXTex/DirectXTex/DirectXTexNormalMaps.cpp type DirectX (line 18) | namespace DirectX function _EvaluateColor (line 22) | static inline float _EvaluateColor( _In_ FXMVECTOR val, _In_ DWORD fla... function _EvaluateRow (line 51) | static void _EvaluateRow( _In_reads_(width) const XMVECTOR* pSource, _... function HRESULT (line 76) | static HRESULT _ComputeNMap( _In_ const Image& srcImage, _In_ DWORD fl... function _Use_decl_annotations_ (line 254) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 306) | _Use_decl_annotations_ FILE: 3rdParty/DirectXTex/DirectXTex/DirectXTexP.h type IWICImagingFactory (line 47) | struct IWICImagingFactory function namespace (line 51) | namespace DirectX FILE: 3rdParty/DirectXTex/DirectXTex/DirectXTexPMAlpha.cpp type DirectX (line 18) | namespace DirectX function HRESULT (line 21) | static HRESULT _PremultiplyAlpha( _In_ const Image& srcImage, _In_ con... function HRESULT (line 59) | static HRESULT _PremultiplyAlphaLinear( _In_ const Image& srcImage, _I... function _Use_decl_annotations_ (line 110) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 153) | _Use_decl_annotations_ FILE: 3rdParty/DirectXTex/DirectXTex/DirectXTexResize.cpp type DirectX (line 22) | namespace DirectX function HRESULT (line 33) | static HRESULT _PerformResizeUsingWIC( _In_ const Image& srcImage, _In... function HRESULT (line 126) | static HRESULT _PerformResizeViaF32( _In_ const Image& srcImage, _In_ ... function _UseWICFiltering (line 167) | static bool _UseWICFiltering( _In_ DXGI_FORMAT format, _In_ DWORD filt... function HRESULT (line 242) | static HRESULT _ResizePointFilter( _In_ const Image& srcImage, _In_ co... function HRESULT (line 300) | static HRESULT _ResizeBoxFilter( _In_ const Image& srcImage, _In_ DWOR... function HRESULT (line 362) | static HRESULT _ResizeLinearFilter( _In_ const Image& srcImage, _In_ D... function HRESULT (line 448) | static HRESULT _ResizeCubicFilter( _In_ const Image& srcImage, _In_ DW... function HRESULT (line 608) | static HRESULT _ResizeTriangleFilter( _In_ const Image& srcImage, _In_... function HRESULT (line 784) | static HRESULT _PerformResizeUsingCustomFilters( _In_ const Image& src... function _Use_decl_annotations_ (line 829) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 892) | _Use_decl_annotations_ FILE: 3rdParty/DirectXTex/DirectXTex/DirectXTexTGA.cpp type TGAImageType (line 26) | enum TGAImageType type TGADescriptorFlags (line 37) | enum TGADescriptorFlags type TGA_HEADER (line 48) | struct TGA_HEADER type TGA_FOOTER (line 64) | struct TGA_FOOTER type TGA_EXTENSION (line 71) | struct TGA_EXTENSION type CONVERSION_FLAGS (line 101) | enum CONVERSION_FLAGS type DirectX (line 113) | namespace DirectX function HRESULT (line 119) | static HRESULT _DecodeTGAHeader( _In_reads_bytes_(size) LPCVOID pSourc... function HRESULT (line 234) | static HRESULT _SetAlphaChannelToOpaque( _In_ const Image* image ) function HRESULT (line 255) | static HRESULT _UncompressPixels( _In_reads_bytes_(size) LPCVOID pSour... function HRESULT (line 575) | static HRESULT _CopyPixels( _In_reads_bytes_(size) LPCVOID pSource, si... function HRESULT (line 739) | static HRESULT _EncodeTGAHeader( _In_ const Image& image, _Out_ TGA_HE... function _Copy24bppScanline (line 802) | static void _Copy24bppScanline( _Out_writes_bytes_(outSize) LPVOID pDe... function _Use_decl_annotations_ (line 839) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 849) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 911) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 964) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1213) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1279) | _Use_decl_annotations_ FILE: 3rdParty/DirectXTex/DirectXTex/DirectXTexUtil.cpp type WICTranslate (line 21) | struct WICTranslate type DirectX (line 57) | namespace DirectX function _Use_decl_annotations_ (line 64) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 84) | _Use_decl_annotations_ function DWORD (line 145) | DWORD _CheckWICColorSpace( _In_ const GUID& sourceGUID, _In_ const GUI... function _IsWIC2 (line 172) | bool _IsWIC2() function IWICImagingFactory (line 177) | IWICImagingFactory* _GetWIC() function _Use_decl_annotations_ (line 237) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 276) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 433) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 600) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 700) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 735) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 851) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 910) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 946) | _Use_decl_annotations_ function Blob (line 1001) | Blob& Blob::operator= (Blob&& moveFrom) function _Use_decl_annotations_ (line 1027) | _Use_decl_annotations_ FILE: 3rdParty/DirectXTex/DirectXTex/DirectXTexWIC.cpp function HRESULT (line 31) | static inline HRESULT CreateMemoryStream( _Outptr_ IStream** stream ) function HRESULT (line 43) | static inline HRESULT CreateMemoryStream( _Outptr_ IStream** stream ) function HRESULT (line 62) | static inline HRESULT CreateMemoryStream( _Outptr_ IStream** stream ) type WICConvert (line 74) | struct WICConvert type DirectX (line 138) | namespace DirectX function DXGI_FORMAT (line 144) | static DXGI_FORMAT _DetermineFormat( _In_ const WICPixelFormatGUID& pi... function HRESULT (line 237) | static HRESULT _DecodeMetadata( _In_ DWORD flags, function HRESULT (line 344) | static HRESULT _DecodeSingleFrame( _In_ DWORD flags, _In_ const TexMet... function HRESULT (line 403) | static HRESULT _DecodeMultiframe( _In_ DWORD flags, _In_ const TexMeta... function HRESULT (line 531) | static HRESULT _EncodeMetadata( _In_ IWICBitmapFrameEncode* frame, _In... function HRESULT (line 617) | static HRESULT _EncodeImage( _In_ const Image& image, _In_ DWORD flags... function HRESULT (line 713) | static HRESULT _EncodeSingleFrame( _In_ const Image& image, _In_ DWORD... function HRESULT (line 772) | static HRESULT _EncodeMultiframe( _In_reads_(nimages) const Image* ima... function _Use_decl_annotations_ (line 842) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 891) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 924) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 994) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1049) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1096) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1151) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 1181) | _Use_decl_annotations_ FILE: 3rdParty/DirectXTex/DirectXTex/Filters.h function namespace (line 23) | namespace DirectX FILE: 3rdParty/DirectXTex/DirectXTex/scoped.h type aligned_deleter (line 21) | struct aligned_deleter { void operator()(void* p) { _aligned_free(p); } type std (line 23) | typedef std::unique_ptr ScopedAlignedArrayFloat; type std (line 25) | typedef std::unique_ptr ScopedAlig... type handle_closer (line 28) | struct handle_closer { void operator()(HANDLE h) { assert(h != INVALID_H... type public (line 30) | typedef public std::unique_ptr ScopedHandle; function HANDLE (line 32) | inline HANDLE safe_handle( HANDLE h ) { return (h == INVALID_HANDLE_VALU... FILE: 3rdParty/DirectXTex/ScreenGrab/ScreenGrab.cpp type DDS_PIXELFORMAT (line 67) | struct DDS_PIXELFORMAT type handle_closer (line 195) | struct handle_closer { void operator()(HANDLE h) { if (h) CloseHandle(h)... function HANDLE (line 199) | inline HANDLE safe_handle( HANDLE h ) { return (h == INVALID_HANDLE_VALU... function BitsPerPixel (line 205) | static size_t BitsPerPixel( _In_ DXGI_FORMAT fmt ) function IsCompressed (line 355) | static bool IsCompressed( _In_ DXGI_FORMAT fmt ) function GetSurfaceInfo (line 391) | static void GetSurfaceInfo( _In_ size_t width, function DXGI_FORMAT (line 521) | static DXGI_FORMAT EnsureNotTypeless( DXGI_FORMAT fmt ) function HRESULT (line 551) | static HRESULT CaptureTexture( _In_ ID3D11DeviceContext* pContext, function IWICImagingFactory (line 653) | static IWICImagingFactory* _GetWIC() function HRESULT (line 712) | HRESULT DirectX::SaveDDSTextureToFile( _In_ ID3D11DeviceContext* pContext, function HRESULT (line 867) | HRESULT DirectX::SaveWICTextureToFile( _In_ ID3D11DeviceContext* pContext, FILE: 3rdParty/DirectXTex/ScreenGrab/ScreenGrab.h function namespace (line 37) | namespace DirectX FILE: 3rdParty/DirectXTex/Texassemble/texassemble.cpp type OPTIONS (line 23) | enum OPTIONS // Note: dwOptions below assumes 32 or less options. type SConversion (line 42) | struct SConversion type SValue (line 47) | struct SValue function DWORD (line 172) | DWORD LookupByName(const WCHAR *pName, const SValue *pArray) function WCHAR (line 185) | const WCHAR* LookupByValue(DWORD pValue, const SValue *pArray) function PrintFormat (line 198) | void PrintFormat(DXGI_FORMAT Format) function PrintInfo (line 210) | void PrintInfo( const TexMetadata& info ) function PrintList (line 252) | void PrintList(size_t cch, SValue *pValue) function PrintLogo (line 273) | void PrintLogo() function PrintUsage (line 281) | void PrintUsage() function wmain (line 315) | int __cdecl wmain(_In_ int argc, _In_z_count_(argc) wchar_t* argv[]) FILE: 3rdParty/DirectXTex/Texconv/texconv.cpp type OPTIONS (line 25) | enum OPTIONS // Note: dwOptions below assumes 64 or less options. type SConversion (line 67) | struct SConversion type SValue (line 73) | struct SValue function ispow2 (line 315) | inline static bool ispow2(size_t x) function DWORD (line 322) | DWORD LookupByName(const WCHAR *pName, const SValue *pArray) function WCHAR (line 335) | const WCHAR* LookupByValue(DWORD pValue, const SValue *pArray) function PrintFormat (line 348) | void PrintFormat(DXGI_FORMAT Format) function PrintInfo (line 371) | void PrintInfo( const TexMetadata& info ) function PrintList (line 413) | void PrintList(size_t cch, SValue *pValue) function PrintLogo (line 434) | void PrintLogo() function PrintUsage (line 445) | void PrintUsage() function CreateDevice (line 510) | bool CreateDevice( _Outptr_ ID3D11Device** pDevice ) function FitPowerOf2 (line 591) | void FitPowerOf2( size_t origx, size_t origy, size_t& targetx, size_t& t... function wmain (line 637) | int __cdecl wmain(_In_ int argc, _In_z_count_(argc) wchar_t* argv[]) FILE: 3rdParty/DirectXTex/WICTextureLoader/WICTextureLoader.cpp function SetDebugObjectName (line 56) | inline void SetDebugObjectName(_In_ ID3D11DeviceChild* resource, _In_ co... type WICTranslate (line 69) | struct WICTranslate type WICConvert (line 104) | struct WICConvert function IWICImagingFactory (line 173) | static IWICImagingFactory* _GetWIC() function DXGI_FORMAT (line 230) | static DXGI_FORMAT _WICToDXGI( const GUID& guid ) function _WICBitsPerPixel (line 250) | static size_t _WICBitsPerPixel( REFGUID targetGuid ) function DXGI_FORMAT (line 280) | static DXGI_FORMAT MakeSRGB( _In_ DXGI_FORMAT format ) function HRESULT (line 312) | static HRESULT CreateTextureFromWIC( _In_ ID3D11Device* d3dDevice, function _Use_decl_annotations_ (line 687) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 700) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 714) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 732) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 811) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 823) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 836) | _Use_decl_annotations_ function _Use_decl_annotations_ (line 853) | _Use_decl_annotations_ FILE: 3rdParty/DirectXTex/WICTextureLoader/WICTextureLoader.h function namespace (line 53) | namespace DirectX FILE: 3rdParty/Intel/Source/StopWatch.h function class (line 22) | class StopWatch FILE: 3rdParty/Intel/Source/ispc_texcomp.cpp function GetProfile_ultrafast (line 20) | void GetProfile_ultrafast(bc7_enc_settings* settings) function GetProfile_veryfast (line 54) | void GetProfile_veryfast(bc7_enc_settings* settings) function GetProfile_fast (line 88) | void GetProfile_fast(bc7_enc_settings* settings) function GetProfile_basic (line 122) | void GetProfile_basic(bc7_enc_settings* settings) function GetProfile_slow (line 156) | void GetProfile_slow(bc7_enc_settings* settings) function GetProfile_alpha_ultrafast (line 191) | void GetProfile_alpha_ultrafast(bc7_enc_settings* settings) function GetProfile_alpha_veryfast (line 226) | void GetProfile_alpha_veryfast(bc7_enc_settings* settings) function GetProfile_alpha_fast (line 261) | void GetProfile_alpha_fast(bc7_enc_settings* settings) function GetProfile_alpha_basic (line 296) | void GetProfile_alpha_basic(bc7_enc_settings* settings) function GetProfile_alpha_slow (line 331) | void GetProfile_alpha_slow(bc7_enc_settings* settings) function GetProfile_bc6h_veryfast (line 367) | void GetProfile_bc6h_veryfast(bc6h_enc_settings* settings) function GetProfile_bc6h_fast (line 376) | void GetProfile_bc6h_fast(bc6h_enc_settings* settings) function GetProfile_bc6h_basic (line 385) | void GetProfile_bc6h_basic(bc6h_enc_settings* settings) function GetProfile_bc6h_slow (line 394) | void GetProfile_bc6h_slow(bc6h_enc_settings* settings) function GetProfile_bc6h_veryslow (line 403) | void GetProfile_bc6h_veryslow(bc6h_enc_settings* settings) function GetProfile_etc_slow (line 412) | void GetProfile_etc_slow(etc_enc_settings* settings) function CompressBlocksBC1 (line 417) | void CompressBlocksBC1(const rgba_surface* src, uint8_t* dst) function CompressBlocksBC3 (line 422) | void CompressBlocksBC3(const rgba_surface* src, uint8_t* dst) function CompressBlocksBC7 (line 427) | void CompressBlocksBC7(const rgba_surface* src, uint8_t* dst, bc7_enc_se... function CompressBlocksBC6H (line 432) | void CompressBlocksBC6H(const rgba_surface* src, uint8_t* dst, bc6h_enc_... function CompressBlocksETC1 (line 437) | void CompressBlocksETC1(const rgba_surface* src, uint8_t* dst, etc_enc_s... FILE: 3rdParty/Intel/Source/ispc_texcomp.h type rgba_surface (line 19) | struct rgba_surface type bc7_enc_settings (line 27) | struct bc7_enc_settings type bc6h_enc_settings (line 43) | struct bc6h_enc_settings type etc_enc_settings (line 52) | struct etc_enc_settings type astc_enc_settings (line 57) | struct astc_enc_settings FILE: 3rdParty/Intel/Source/win32Threads.cpp function ReportWinThreadError (line 49) | void ReportWinThreadError(const wchar_t *str) { function GetProcessorCount (line 83) | int GetProcessorCount() function InitWin32Threads (line 98) | void InitWin32Threads() { function DestroyThreads (line 130) | void DestroyThreads() function GetBytesPerBlock (line 192) | int GetBytesPerBlock(DXGI_FORMAT format) function CompressImageMT (line 211) | bool CompressImageMT(const rgba_surface* input, BYTE* output, Compressio... function DWORD (line 251) | DWORD WINAPI CompressImageMT_Thread( LPVOID lpParam ) function CompressImageST (line 277) | bool CompressImageST(const rgba_surface* input, uint8_t* output, Compres... function CompressImageBC1 (line 289) | void CompressImageBC1(const rgba_surface* input, BYTE* output) function CompressImageBC3 (line 294) | void CompressImageBC3(const rgba_surface* input, BYTE* output) FILE: 3rdParty/Intel/Source/win32Threads.h type EThreadState (line 26) | enum EThreadState { FILE: IntelCompressionPlugin/IntelPlugin.cpp function IntelPlugin (line 26) | IntelPlugin& IntelPlugin::GetInstance() function POINT (line 435) | POINT IntelPlugin::GetPreviewDimensions() function rgba_surface (line 893) | rgba_surface IntelPlugin::DoPaddingToMultiplesOf4(const rgba_surface &in... function ScratchImage (line 933) | ScratchImage* IntelPlugin::GetCompressedImageForPreview(int planesToGet_... function ScratchImage (line 1085) | ScratchImage* IntelPlugin::GetUncompressedImageForPreview(int planesToGet_) function HRESULT (line 1856) | HRESULT IntelPlugin::SaveCubeMipLevelToDDSFile(ScratchImage *scrImageScr... function OSErr (line 2267) | OSErr IntelPlugin::WriteScriptParamsForWrite (void) function OSErr (line 2373) | OSErr IntelPlugin::WriteScriptParamsForRead () function DLLExport (line 3025) | DLLExport MACPASCAL void PluginMain (const int16 selector, FILE: IntelCompressionPlugin/IntelPlugin.h function F16toF32 (line 31) | inline float F16toF32(unsigned short f16) function F32toF16 (line 36) | inline unsigned short F32toF16(float val) function FloatToByte (line 41) | inline unsigned char FloatToByte(double v) function F16toByte (line 50) | inline unsigned char F16toByte(unsigned short f16) function unsigned8 (line 56) | inline unsigned8 ConvertTo8Bit(unsigned8 val) function unsigned8 (line 60) | inline unsigned8 ConvertTo8Bit(unsigned16 val) function unsigned16 (line 77) | inline unsigned16 ConvertTo16Bit(unsigned8 val) function unsigned16 (line 81) | inline unsigned16 ConvertTo16Bit(unsigned16 val) function unsigned16 (line 88) | inline unsigned16 ConvertTo16Bit(float val) type TextureTypeEnum (line 98) | enum TextureTypeEnum type MipmapEnum (line 108) | enum MipmapEnum type LoadInfoEnum (line 115) | enum LoadInfoEnum type CompressionTypeEnum (line 122) | enum CompressionTypeEnum function class (line 140) | class IntelPlugin FILE: IntelCompressionPlugin/IntelPluginUIWin.cpp function INT_PTR (line 31) | INT_PTR WINAPI AboutDlgProcIntel(HWND hDlg, UINT wMsg, WPARAM wParam, LP... function ShowAboutIntel (line 81) | void ShowAboutIntel (AboutRecordPtr aboutPtr) function INT_PTR (line 99) | INT_PTR WINAPI DlgGetNameProc(HWND hDlg, UINT wMsg, WPARAM wParam, LPARA... function string (line 148) | string GetPresetName(string str, HWND parent) function INT_PTR (line 166) | INT_PTR WINAPI DlgLoadProc(HWND hDlg, UINT wMsg, WPARAM wParam, LPARAM l... function unsigned8 (line 310) | unsigned8 ShowLoadDialog (bool showAlphaGroup, bool showMipMapGroup, HWN... function errorMessage (line 331) | void errorMessage(std::string msg, std::string title) FILE: IntelCompressionPlugin/PreviewDialog.cpp function T (line 40) | T clampGeneral(T x, T a, T b) function BOOL (line 553) | BOOL CALLBACK PreviewDialog::WndEnumProc(HWND hwnd, LPARAM self_lparam) function BOOL (line 569) | BOOL PreviewDialog::WindowProc(UINT wMsg, WPARAM wParam, LPARAM lParam) ... function INT_PTR (line 897) | INT_PTR WINAPI PreviewDialog::PreviewProc(HWND hwnd, UINT wMsg, WPARAM w... FILE: IntelCompressionPlugin/PreviewDialog.h function class (line 24) | class ScalableOrdinate function class (line 66) | class ScalableRect function class (line 94) | class PreviewDialog FILE: IntelCompressionPlugin/SaveOptionsDialog.cpp function GetCompressionHelpText (line 1215) | vector GetCompressionHelpText(void) function GetTextureTypeHelpText (line 1235) | vector GetTextureTypeHelpText(void) function GetPreCompressOpsHelpText (line 1259) | vector GetPreCompressOpsHelpText(void) function GetMipMapsHelpText (line 1276) | vector GetMipMapsHelpText(void) function uint32 (line 1320) | uint32 OptionsDialog::GetSelectedItem(uint32 comboBoxID) function uint32 (line 1331) | uint32 OptionsDialog::GetSelectedMipLevelIndex() function int32 (line 1344) | int32 OptionsDialog::DoModal(IntelPlugin* plugin) FILE: IntelCompressionPlugin/SaveOptionsDialog.h type DialogData (line 30) | struct DialogData function class (line 47) | class OptionsDialog : public PIDialog FILE: PhotoshopScripts/IntelTextureWorks-ConvertCubeMap.jsx function main_body (line 26) | function main_body() function horizontal_corners (line 214) | function horizontal_corners() function vertical_corners (line 230) | function vertical_corners() function square_corners (line 242) | function square_corners() function step_right (line 248) | function step_right(corner,size) { return new Array(corner[0]+size,corne... function step_down (line 250) | function step_down(corner,size) { return new Array(corner[0],corner[1]+s... function CopyTilesToLayeredFormat (line 253) | function CopyTilesToLayeredFormat(oDoc, nDoc, oCorner, nCorner, srcLaye... function CopyTile (line 290) | function CopyTile(oDoc, nDoc, oCorner, nCorner, angle, srcLayer) FILE: PhotoshopScripts/IntelTextureWorks-CubeMapGaussianBlur.jsx function showPopUp (line 53) | function showPopUp(message) function closePopUp (line 59) | function closePopUp() function CloseAll (line 64) | function CloseAll(newDoc, tgtDoc, strtRulerUnits) function main_body (line 72) | function main_body() function finalTouch (line 238) | function finalTouch(frontFacesNames, faceTargetCoords, frontFaceRotation... function PasteTouchedBlurredTile (line 281) | function PasteTouchedBlurredTile(layername) function BlurCubeMapFaceAlternate (line 290) | function BlurCubeMapFaceAlternate(frontFacesNames, faceTargetCoords, fro... function BlurCubeMapFace (line 362) | function BlurCubeMapFace(frontFacesNames, faceTargetCoords, frontFaceRot... function PasteToCubeMapBlurredTile (line 418) | function PasteToCubeMapBlurredTile(layername) function CopyFromCubeMap (line 424) | function CopyFromCubeMap(frontFacesNames, frontFaceRotations, index) function PasteToTempFile (line 431) | function PasteToTempFile(faceTargetCoords, frontFaceRotations, index) function warpAdjacentFaces (line 440) | function warpAdjacentFaces() function horizontal_corners (line 453) | function horizontal_corners(coords) function selecthalf_document (line 462) | function selecthalf_document() function square_corners (line 473) | function square_corners() function step_right (line 483) | function step_right(corner,size) { return new Array(corner[0]+size,corne... function step_down (line 485) | function step_down(corner,size) { return new Array(corner[0],corner[1]+s... function step_downright (line 487) | function step_downright(corner,size) { return new Array(corner[0]+size,c... function warpHorizontal (line 490) | function warpHorizontal(topDistance, leftDistance, rightDistance, bottom... function warpVertical (line 732) | function warpVertical(topDistance, leftDistance, rightDistance, bottomDi...