Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/Shadows
/ functions
Functions
984 in github.com/TheRealMJP/Shadows
⨍
Functions
984
◇
Types & classes
221
↓ 2 callers
Function
UseMSM
Shadows/AppSettings.h:270
↓ 2 callers
Function
UseVSM
Shadows/AppSettings.h:248
↓ 2 callers
Method
VSYNCEnabled
Shadows/SampleFramework11/DeviceManager.h:47
↓ 2 callers
Method
Valid
Shadows/SampleFramework11/ShaderCompilation.h:127
↓ 2 callers
Function
WStringToAnsi
Shadows/SampleFramework11/Utility.h:39
↓ 2 callers
Function
WriteStringAsFile
Writes the contents of a string to a file
Shadows/SampleFramework11/FileIO.cpp:124
↓ 2 callers
Function
_WICBitsPerPixel
---------------------------------------------------------------------------------
Shadows/SampleFramework11/WICTextureLoader.cpp:235
↓ 2 callers
Function
_WICToDXGI
---------------------------------------------------------------------------------
Shadows/SampleFramework11/WICTextureLoader.cpp:223
↓ 2 callers
Function
addChunk_PLTE
Shadows/SampleFramework11/LodePNG/lodepng.cpp:4864
↓ 2 callers
Function
addChunk_tEXt
Shadows/SampleFramework11/LodePNG/lodepng.cpp:4950
↓ 2 callers
Function
addChunk_tRNS
Shadows/SampleFramework11/LodePNG/lodepng.cpp:4881
↓ 2 callers
Function
addColorBits
index: bitgroup index, bits: bitgroup size(1, 2 or 4, in: bitgroup value, out: octet array to add bits to*/
Shadows/SampleFramework11/LodePNG/lodepng.cpp:2892
↓ 2 callers
Function
addPaddingBits
Shadows/SampleFramework11/LodePNG/lodepng.cpp:5389
↓ 2 callers
Function
adler32
Return the adler32 of the bytes data[0..len-1]*/
Shadows/SampleFramework11/LodePNG/lodepng.cpp:2062
↓ 2 callers
Function
append_symbol_coins
Shadows/SampleFramework11/LodePNG/lodepng.cpp:723
↓ 2 callers
Function
color_tree_cleanup
Shadows/SampleFramework11/LodePNG/lodepng.cpp:2923
↓ 2 callers
Function
color_tree_get
returns -1 if color not present, its index otherwise*/
Shadows/SampleFramework11/LodePNG/lodepng.cpp:2937
↓ 2 callers
Function
color_tree_has
Shadows/SampleFramework11/LodePNG/lodepng.cpp:2950
↓ 2 callers
Function
countZeros
Shadows/SampleFramework11/LodePNG/lodepng.cpp:1416
↓ 2 callers
Function
encodeLZ77
LZ77-encode the data. Return value is error code. The input are raw bytes, the output is in the form of unsigned integers with codes representing for
Shadows/SampleFramework11/LodePNG/lodepng.cpp:1444
↓ 2 callers
Function
generateFixedDistanceTree
get the distance code tree of a deflated block with fixed tree, as specified in the deflate specification*/
Shadows/SampleFramework11/LodePNG/lodepng.cpp:902
↓ 2 callers
Function
generateFixedLitLenTree
get the literal and length code tree of a deflated block with fixed tree, as per the deflate specification*/
Shadows/SampleFramework11/LodePNG/lodepng.cpp:883
↓ 2 callers
Function
getHash
Shadows/SampleFramework11/LodePNG/lodepng.cpp:1405
↓ 2 callers
Function
getNumColorChannels
Shadows/SampleFramework11/LodePNG/lodepng.cpp:2498
↓ 2 callers
Function
getPixelColorRGBA16
Get RGBA16 color of pixel with index i (y * width + x) from the raw image with given color type, but the given color type must be 16-bit itself.*/
Shadows/SampleFramework11/LodePNG/lodepng.cpp:3322
↓ 2 callers
Function
getPixelColorRGBA8
Get RGBA8 color of pixel with index i (y * width + x) from the raw image with given color type.*/
Shadows/SampleFramework11/LodePNG/lodepng.cpp:3094
↓ 2 callers
Function
getPixelColorsRGBA8
Similar to getPixelColorRGBA8, but with all the for loops inside of the color mode test cases, optimized to convert the colors much faster, when conve
Shadows/SampleFramework11/LodePNG/lodepng.cpp:3196
↓ 2 callers
Function
getValueRequiredBits
Returns how many bits needed to represent given value (max 8 bit)*/
Shadows/SampleFramework11/LodePNG/lodepng.cpp:3515
↓ 2 callers
Function
getblock
Shadows/SampleFramework11/MurmurHash.cpp:36
↓ 2 callers
Function
lodepng_add_itext
Shadows/SampleFramework11/LodePNG/lodepng.cpp:2796
↓ 2 callers
Function
lodepng_chunk_append
Shadows/SampleFramework11/LodePNG/lodepng.cpp:2429
↓ 2 callers
Function
lodepng_convert
converts from any color type to 24-bit or 32-bit (later maybe more supported). return value = LodePNG error code the out buffer must have (w * h * bpp
Shadows/SampleFramework11/LodePNG/lodepng.cpp:3365
↓ 2 callers
Function
lodepng_decode
Shadows/SampleFramework11/LodePNG/lodepng.cpp:4679
↓ 2 callers
Function
lodepng_decode_file
Shadows/SampleFramework11/LodePNG/lodepng.cpp:4747
↓ 2 callers
Function
lodepng_encode
Shadows/SampleFramework11/LodePNG/lodepng.cpp:5604
↓ 2 callers
Function
lodepng_encode_file
Shadows/SampleFramework11/LodePNG/lodepng.cpp:5824
↓ 2 callers
Function
lodepng_get_bpp_lct
Shadows/SampleFramework11/LodePNG/lodepng.cpp:2511
↓ 2 callers
Function
lodepng_get_raw_size_lct
Shadows/SampleFramework11/LodePNG/lodepng.cpp:2644
↓ 2 callers
Function
lodepng_info_copy
Shadows/SampleFramework11/LodePNG/lodepng.cpp:2865
↓ 2 callers
Function
lodepng_state_copy
Shadows/SampleFramework11/LodePNG/lodepng.cpp:4804
↓ 2 callers
Function
paethPredictor
Paeth predicter, used by PNG filter type 4 The parameters are of type short, but should come from unsigned chars, the shorts are only needed to make t
Shadows/SampleFramework11/LodePNG/lodepng.cpp:3841
↓ 2 callers
Function
preProcessScanlines
out must be buffer big enough to contain uncompressed IDAT chunk data, and in must contain the full image. return value is error**/
Shadows/SampleFramework11/LodePNG/lodepng.cpp:5473
↓ 2 callers
Function
removePaddingBits
Shadows/SampleFramework11/LodePNG/lodepng.cpp:4117
↓ 2 callers
Function
safe_handle
Shadows/SampleFramework11/DDSTextureLoader.cpp:131
↓ 2 callers
Function
searchCodeIndex
search the index in the array, that has the largest value smaller than or equal to the given value, given array must be sorted (if no value is smaller
Shadows/SampleFramework11/LodePNG/lodepng.cpp:1315
↓ 2 callers
Function
sort_coins
This uses a simple combsort to sort the data. This function is not critical for overall encoding speed and the data amount isn't that large. */
Shadows/SampleFramework11/LodePNG/lodepng.cpp:699
↓ 2 callers
Function
string_resize
returns 1 if success, 0 if failure ==> nothing done*/
Shadows/SampleFramework11/LodePNG/lodepng.cpp:281
↓ 2 callers
Function
updateHashChain
Shadows/SampleFramework11/LodePNG/lodepng.cpp:1427
↓ 2 callers
Function
writeLZ77data
write the lz77-encoded data, which has lit, len and dist codes, to compressed stream using huffman trees. tree_ll: the tree for lit and len codes. tre
Shadows/SampleFramework11/LodePNG/lodepng.cpp:1644
↓ 1 callers
Function
Adam7_deinterlace
in: Adam7 interlaced image, with no padding bits between scanlines, but between reduced images so that each reduced image starts at a byte. out: the
Shadows/SampleFramework11/LodePNG/lodepng.cpp:4067
↓ 1 callers
Function
Adam7_interlace
in: non-interlaced image with size w*h out: the same pixels, but re-ordered according to PNG's Adam7 interlacing, with no padding bits between scanli
Shadows/SampleFramework11/LodePNG/lodepng.cpp:5422
↓ 1 callers
Method
AfterReset
Shadows/SampleFramework11/App.cpp:177
↓ 1 callers
Method
Anisotropic
Shadows/SampleFramework11/DeviceStates.h:142
↓ 1 callers
Method
Back
Shadows/SampleFramework11/Math.cpp:764
↓ 1 callers
Method
BackBufferFormat
Shadows/SampleFramework11/DeviceManager.h:41
↓ 1 callers
Method
BackBufferMSCount
Shadows/SampleFramework11/DeviceManager.h:44
↓ 1 callers
Method
BackBufferMSQuality
Shadows/SampleFramework11/DeviceManager.h:45
↓ 1 callers
Method
BackBufferTexture
Shadows/SampleFramework11/DeviceManager.h:37
↓ 1 callers
Method
BeforeReset
Shadows/SampleFramework11/App.cpp:173
↓ 1 callers
Method
CharHeight
Shadows/SampleFramework11/SpriteFont.cpp:260
↓ 1 callers
Method
ColorWriteDisabled
Shadows/SampleFramework11/DeviceStates.h:40
↓ 1 callers
Function
CompileGSFromFile
Shadows/SampleFramework11/ShaderCompilation.cpp:355
↓ 1 callers
Function
ComputeBoundingSphereFromPoints
Finds the approximate smallest enclosing bounding sphere for a set of points. Based on "An Efficient Bounding Sphere", by Jack Ritter.
Shadows/MeshRenderer.cpp:30
↓ 1 callers
Function
ComputeBoundingSpheres
Calculates the bounding sphere for each MeshPart
Shadows/MeshRenderer.cpp:188
↓ 1 callers
Function
Crc32_make_crc_table
Make the table for a fast CRC.*/
Shadows/SampleFramework11/LodePNG/lodepng.cpp:2272
↓ 1 callers
Function
Crc32_update_crc
Update a running CRC with the bytes buf[0..len-1]--the CRC should be initialized to all 1's, and the transmitted value is the 1's complement of the fi
Shadows/SampleFramework11/LodePNG/lodepng.cpp:2291
↓ 1 callers
Method
Create
--------------------------------------------------------------------------------------
Shadows/SampleFramework11/SDKMesh.cpp:195
↓ 1 callers
Function
CreateDDSTextureFromFile
--------------------------------------------------------------------------------------
Shadows/SampleFramework11/DDSTextureLoader.cpp:1334
↓ 1 callers
Method
CreateReductionTargets
Creates the chain of render targets used for computing min/max depth
Shadows/MeshRenderer.cpp:683
↓ 1 callers
Function
CreateWICTextureFromFile
--------------------------------------------------------------------------------------
Shadows/SampleFramework11/WICTextureLoader.cpp:630
↓ 1 callers
Function
DXGetErrorDescriptionW
--------------------------------------------------------------------------------------
Shadows/SampleFramework11/DXErr.cpp:3116
↓ 1 callers
Function
DXGetErrorStringW
-----------------------------------------------------
Shadows/SampleFramework11/DXErr.cpp:62
↓ 1 callers
Method
DepthEnabled
Shadows/SampleFramework11/DeviceStates.h:107
↓ 1 callers
Method
DepthWriteEnabled
Shadows/SampleFramework11/DeviceStates.h:109
↓ 1 callers
Method
Down
Shadows/SampleFramework11/Math.cpp:744
↓ 1 callers
Method
EndCPUProfile
Shadows/SampleFramework11/Profiler.cpp:93
↓ 1 callers
Method
EndFrame
Shadows/SampleFramework11/Profiler.cpp:106
↓ 1 callers
Method
EndProfile
Shadows/SampleFramework11/Profiler.cpp:63
↓ 1 callers
Method
Forward
Shadows/SampleFramework11/Math.cpp:759
↓ 1 callers
Function
GenerateHash
Shadows/SampleFramework11/MurmurHash.cpp:76
↓ 1 callers
Method
GetClientArea
Shadows/SampleFramework11/Window.cpp:207
↓ 1 callers
Function
GetDXGIFormat
Shadows/SampleFramework11/DDSTextureLoader.cpp:493
↓ 1 callers
Method
GetDisplayName
(FieldInfo field, ref string displayName)
Shadows/SettingsCompilerAttributes/Attributes.cs:62
↓ 1 callers
Function
GetFileNameWithoutExtension
Returns the name of the file given the path, minus the extension
Shadows/SampleFramework11/FileIO.cpp:68
↓ 1 callers
Function
GetFileTimestamp
Gets the last written timestamp of the file
Shadows/SampleFramework11/FileIO.cpp:101
↓ 1 callers
Function
GetGdiPlusErrorString
Shadows/SampleFramework11/Exceptions.h:73
↓ 1 callers
Method
GetGroup
(FieldInfo field, ref string group)
Shadows/SettingsCompilerAttributes/Attributes.cs:98
↓ 1 callers
Method
GetHelpText
(FieldInfo field, ref string helpText)
Shadows/SettingsCompilerAttributes/Attributes.cs:80
↓ 1 callers
Method
GetIndexType
Shadows/SampleFramework11/SDKMesh.cpp:375
↓ 1 callers
Method
GetMaterial
--------------------------------------------------------------------------------------
Shadows/SampleFramework11/SDKMesh.cpp:334
↓ 1 callers
Method
GetMesh
--------------------------------------------------------------------------------------
Shadows/SampleFramework11/SDKMesh.cpp:340
↓ 1 callers
Method
GetNumIndices
--------------------------------------------------------------------------------------
Shadows/SampleFramework11/SDKMesh.cpp:370
↓ 1 callers
Method
GetNumMaterials
--------------------------------------------------------------------------------------
Shadows/SampleFramework11/SDKMesh.cpp:298
↓ 1 callers
Method
GetNumMeshes
--------------------------------------------------------------------------------------
Shadows/SampleFramework11/SDKMesh.cpp:290
↓ 1 callers
Method
GetNumSubsets
--------------------------------------------------------------------------------------
Shadows/SampleFramework11/SDKMesh.cpp:346
↓ 1 callers
Method
GetNumVertices
--------------------------------------------------------------------------------------
Shadows/SampleFramework11/SDKMesh.cpp:364
↓ 1 callers
Method
GetRawIndicesAt
--------------------------------------------------------------------------------------
Shadows/SampleFramework11/SDKMesh.cpp:328
↓ 1 callers
Method
GetRawVerticesAt
--------------------------------------------------------------------------------------
Shadows/SampleFramework11/SDKMesh.cpp:322
↓ 1 callers
Method
GetSubset
--------------------------------------------------------------------------------------
Shadows/SampleFramework11/SDKMesh.cpp:352
↓ 1 callers
Function
GetSurfaceInfo
-------------------------------------------------------------------------------------- Get surface information for a particular format ---------------
Shadows/SampleFramework11/DDSTextureLoader.cpp:396
← previous
next →
201–300 of 984, ranked by callers