Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PardCode/CPP-3D-Game-Tutorial-Series
/ functions
Functions
395 in github.com/PardCode/CPP-3D-Game-Tutorial-Series
⨍
Functions
395
◇
Types & classes
101
↓ 2 callers
Function
stbi__mad2sizes_valid
returns 1 if "a*b + add" has no negative terms/factors and doesn't overflow
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:1024
↓ 2 callers
Function
stbi__mul2shorts_valid
returns 1 if the product of two ints fits in a signed short, 0 on overflow.
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:1078
↓ 2 callers
Function
stbi__parse_png_file
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:5078
↓ 2 callers
Function
stbi__png_info_raw
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:5310
↓ 2 callers
Function
stbi__process_marker
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:3099
↓ 2 callers
Function
stbi__refill_buffer
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:1597
↓ 2 callers
Function
stbi__setup_jpeg
set up the kernels
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:3821
↓ 2 callers
Function
stbi__tga_read_rgb16
read 16bit value and convert to 24bit RGB
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:5852
↓ 2 callers
Method
update
DX3D/Source/DX3D/Game/World.cpp:34
↓ 1 callers
Function
GetDXGIFormatFromMask
DX3D/Source/DX3D/Graphics/GraphicsUtils.h:44
↓ 1 callers
Function
GetShaderModelTarget
DX3D/Source/DX3D/Graphics/GraphicsUtils.h:34
↓ 1 callers
Method
addComponentInternal
DX3D/Source/DX3D/Game/World.cpp:87
↓ 1 callers
Method
addDirtyTransformInternal
DX3D/Source/DX3D/Game/World.cpp:93
↓ 1 callers
Method
clearAndSetBackBuffer
DX3D/Source/DX3D/Graphics/DeviceContext.cpp:41
↓ 1 callers
Method
createDeviceContext
DX3D/Source/DX3D/Graphics/GraphicsDevice.cpp:72
↓ 1 callers
Method
createGraphicsPipelineLayout
DX3D/Source/DX3D/Graphics/GraphicsDevice.cpp:92
↓ 1 callers
Method
createGraphicsPipelineState
DX3D/Source/DX3D/Graphics/GraphicsDevice.cpp:82
↓ 1 callers
Method
createIndexBuffer
DX3D/Source/DX3D/Graphics/GraphicsDevice.cpp:102
↓ 1 callers
Method
createSampler
DX3D/Source/DX3D/Graphics/GraphicsDevice.cpp:112
↓ 1 callers
Method
createSwapChain
DX3D/Source/DX3D/Graphics/GraphicsDevice.cpp:67
↓ 1 callers
Method
createTexture
DX3D/Source/DX3D/Graphics/GraphicsDevice.cpp:107
↓ 1 callers
Method
createVertexBuffer
DX3D/Source/DX3D/Graphics/GraphicsDevice.cpp:87
↓ 1 callers
Method
drawIndexedTriangleList
DX3D/Source/DX3D/Graphics/DeviceContext.cpp:164
↓ 1 callers
Method
executeCommandList
DX3D/Source/DX3D/Graphics/GraphicsDevice.cpp:117
↓ 1 callers
Method
forward
DX3D/Source/DX3D/Component/TransformComponent.cpp:68
↓ 1 callers
Method
getAffineWorldMatrix
DX3D/Source/DX3D/Component/TransformComponent.cpp:86
↓ 1 callers
Method
getClientAreaInScreenSpace
DX3D/Source/DX3D/Window/Win32/Win32Window.cpp:77
↓ 1 callers
Method
getIndexListSize
DX3D/Source/DX3D/Graphics/IndexBuffer.cpp:44
↓ 1 callers
Method
getInputElementsData
DX3D/Source/DX3D/Graphics/GraphicsPipelineLayout.cpp:58
↓ 1 callers
Method
getMaterial
DX3D/Source/DX3D/Component/CubeComponent.cpp:103
↓ 1 callers
Method
getNumTextures
DX3D/Source/DX3D/Resource/MaterialResource.cpp:99
↓ 1 callers
Method
getPSBinaryData
DX3D/Source/DX3D/Graphics/GraphicsPipelineLayout.cpp:52
↓ 1 callers
Method
getPosition
DX3D/Source/DX3D/Component/TransformComponent.cpp:40
↓ 1 callers
Method
getProjectionMatrix
DX3D/Source/DX3D/Component/CameraComponent.cpp:45
↓ 1 callers
Method
getRigidWorldMatrix
DX3D/Source/DX3D/Component/TransformComponent.cpp:92
↓ 1 callers
Method
getRotation
DX3D/Source/DX3D/Component/TransformComponent.cpp:51
↓ 1 callers
Method
getSize
DX3D/Source/DX3D/Graphics/SwapChain.cpp:51
↓ 1 callers
Method
getVSBinaryData
DX3D/Source/DX3D/Graphics/GraphicsPipelineLayout.cpp:47
↓ 1 callers
Method
getViewMatrix
DX3D/Source/DX3D/Component/CameraComponent.cpp:40
↓ 1 callers
Function
load_jpeg_image
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:3865
↓ 1 callers
Method
onCreate
DX3D/Include/DX3D/Game/Game.h:46
↓ 1 callers
Method
onUpdate
DX3D/Include/DX3D/Game/Game.h:47
↓ 1 callers
Method
present
DX3D/Source/DX3D/Graphics/SwapChain.cpp:56
↓ 1 callers
Method
render
DX3D/Source/DX3D/Game/WorldRenderer.cpp:62
↓ 1 callers
Method
right
DX3D/Source/DX3D/Component/TransformComponent.cpp:74
↓ 1 callers
Method
run
DX3D/Source/DX3D/Game/Win32/Win32Game.cpp:31
↓ 1 callers
Method
setConstantBuffers
DX3D/Source/DX3D/Graphics/DeviceContext.cpp:82
↓ 1 callers
Method
setCursorLockArea
DX3D/Source/DX3D/Input/InputSystem.cpp:76
↓ 1 callers
Method
setCursorLocked
DX3D/Source/DX3D/Input/InputSystem.cpp:70
↓ 1 callers
Method
setCursorVisible
DX3D/Source/DX3D/Input/InputSystem.cpp:62
↓ 1 callers
Method
setGraphicsPipelineState
DX3D/Source/DX3D/Graphics/DeviceContext.cpp:52
↓ 1 callers
Method
setIndexBuffer
DX3D/Source/DX3D/Graphics/DeviceContext.cpp:67
↓ 1 callers
Method
setSamplers
DX3D/Source/DX3D/Graphics/DeviceContext.cpp:114
↓ 1 callers
Method
setTextures
DX3D/Source/DX3D/Graphics/DeviceContext.cpp:98
↓ 1 callers
Method
setVertexBuffer
DX3D/Source/DX3D/Graphics/DeviceContext.cpp:59
↓ 1 callers
Function
stbi__bitreverse16
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:4107
↓ 1 callers
Function
stbi__bmp_info
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:7335
↓ 1 callers
Function
stbi__bmp_load
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:5531
↓ 1 callers
Function
stbi__bmp_test
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:5361
↓ 1 callers
Function
stbi__bmp_test_raw
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:5346
↓ 1 callers
Function
stbi__build_fast_ac
build a table that decodes both magnitude and value of small ACs in one go.
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:2050
↓ 1 callers
Function
stbi__compute_huffman_codes
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:4359
↓ 1 callers
Function
stbi__compute_transparency
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:4906
↓ 1 callers
Function
stbi__compute_transparency16
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:4931
↓ 1 callers
Function
stbi__convert_16_to_8
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:1190
↓ 1 callers
Function
stbi__convert_8_to_16
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:1206
↓ 1 callers
Function
stbi__cpuid3
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:732
↓ 1 callers
Function
stbi__create_png_image
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:4861
↓ 1 callers
Function
stbi__de_iphone
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:5033
↓ 1 callers
Function
stbi__decode_jpeg_image
decode image to YCbCr format
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:3412
↓ 1 callers
Function
stbi__do_png
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:5263
↓ 1 callers
Function
stbi__expand_png_palette
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:4956
↓ 1 callers
Function
stbi__float_postprocess
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:1314
↓ 1 callers
Function
stbi__get_chunk_header
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:4613
↓ 1 callers
Function
stbi__gif_info
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:7077
↓ 1 callers
Function
stbi__gif_info_raw
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:6639
↓ 1 callers
Function
stbi__gif_load
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:7048
↓ 1 callers
Function
stbi__gif_test_raw
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:6580
↓ 1 callers
Function
stbi__hdr_info
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:7289
↓ 1 callers
Function
stbi__hdr_to_ldr
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:1884
↓ 1 callers
Function
stbi__jpeg_decode_block_prog_ac
@OPTIMIZE: store non-zigzagged during the decode passes, and only de-zigzag when dequantizing
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:2295
↓ 1 callers
Function
stbi__jpeg_dequantize
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:3073
↓ 1 callers
Function
stbi__jpeg_finish
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:3080
↓ 1 callers
Function
stbi__jpeg_info
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:4068
↓ 1 callers
Function
stbi__jpeg_info_raw
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:4056
↓ 1 callers
Function
stbi__jpeg_load
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:4028
↓ 1 callers
Function
stbi__jpeg_test
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:4042
↓ 1 callers
Function
stbi__ldr_to_hdr
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:1858
↓ 1 callers
Function
stbi__load_gif_main
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:6963
↓ 1 callers
Function
stbi__out_gif_code
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:6654
↓ 1 callers
Function
stbi__paeth
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:4657
↓ 1 callers
Function
stbi__parse_entropy_coded_data
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:2949
↓ 1 callers
Function
stbi__parse_huffman_block
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:4309
↓ 1 callers
Function
stbi__parse_uncompressed_block
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:4409
↓ 1 callers
Function
stbi__parse_zlib
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:4481
↓ 1 callers
Function
stbi__parse_zlib_header
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:4438
↓ 1 callers
Function
stbi__pic_info
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:7423
↓ 1 callers
Function
stbi__pic_load
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:6500
↓ 1 callers
Function
stbi__pic_load_core
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:6390
↓ 1 callers
Function
stbi__pic_test
DX3D/Vendor/stb-image/include/stb-image/stb_image.h:6541
← previous
next →
101–200 of 395, ranked by callers