Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JoeyDeVries/LearnOpenGL
/ functions
Functions
1,960 in github.com/JoeyDeVries/LearnOpenGL
⨍
Functions
1,960
◇
Types & classes
778
↓ 4 callers
Function
bitcount
includes/stb_image_aug.c:2484
↓ 4 callers
Function
cleanup_jpeg
clean up the temporary component buffers
includes/stb_image_aug.c:1421
↓ 4 callers
Function
do_zlib
includes/stb_image_aug.c:1945
↓ 4 callers
Function
grow_buffer_unsafe
includes/stb_image_aug.c:680
↓ 4 callers
Function
high_bit
returns 0..31 for the highest set bit
includes/stb_image_aug.c:2472
↓ 4 callers
Function
mod289
includes/glm/detail/_noise.hpp:9
↓ 4 callers
Function
renderCube
src/6.pbr/2.2.2.ibl_specular_textured/ibl_specular_textured.cpp:705
↓ 4 callers
Function
renderCube
src/6.pbr/2.2.1.ibl_specular/ibl_specular.cpp:601
↓ 4 callers
Function
renderQuad
src/8.guest/2022/6.physically_based_bloom/physically_based_bloom.cpp:707
↓ 4 callers
Method
setLocalPosition
includes/learnopengl/entity.h:50
↓ 4 callers
Function
shiftsigned
includes/stb_image_aug.c:2494
↓ 4 callers
Function
stbi__bitcount
includes/stb_image.h:4995
↓ 4 callers
Function
stbi__cleanup_jpeg
clean up the temporary component buffers
includes/stb_image.h:3591
↓ 4 callers
Function
stbi__compute_y
includes/stb_image.h:1544
↓ 4 callers
Function
stbi__compute_y_16
includes/stb_image.h:1593
↓ 4 callers
Function
stbi__extend_receive
combined JPEG 'receive' and JPEG 'extend', since baseline always extends everything it receives.
includes/stb_image.h:1925
↓ 4 callers
Function
stbi__high_bit
returns 0..31 for the highest set bit
includes/stb_image.h:4983
↓ 4 callers
Function
stbi__jpeg_get_bit
includes/stb_image.h:1952
↓ 4 callers
Function
stbi__load_and_postprocess_8bit
includes/stb_image.h:1108
↓ 4 callers
Function
stbi__malloc_mad2
mallocs with size overflow checking
includes/stb_image.h:978
↓ 4 callers
Function
stbi__readval
includes/stb_image.h:5917
↓ 4 callers
Function
stbi__shiftsigned
includes/stb_image.h:5005
↓ 4 callers
Function
stbi__start_mem
initialize a memory-decode context
includes/stb_image.h:777
↓ 4 callers
Function
stbi__tga_get_comp
returns STBI_rgb or whatever, 0 on error
includes/stb_image.h:5284
↓ 4 callers
Function
stbi__zget8
includes/stb_image.h:3870
↓ 4 callers
Function
stbi_loadf
includes/stb_image.h:1318
↓ 4 callers
Method
updateSelfAndChild
Update transform if it was changed
includes/learnopengl/entity.h:441
↓ 4 callers
Function
zget8
includes/stb_image_aug.c:1704
↓ 3 callers
Method
Bind
src/7.in_practice/3.2d_game/0.full_source/texture.cpp:36
↓ 3 callers
Function
CheckCollision
src/7.in_practice/3.2d_game/0.full_source/game.cpp:500
↓ 3 callers
Function
CheckCollision
src/7.in_practice/3.2d_game/0.full_source/progress/8.game.cpp:415
↓ 3 callers
Function
CheckCollision
src/7.in_practice/3.2d_game/0.full_source/progress/9.game.cpp:427
↓ 3 callers
Method
ReadFile
----------------------------------------------------------------------------
includes/assimp/Importer.hpp:646
↓ 3 callers
Function
SOIL_direct_load_DDS_from_memory
includes/SOIL.c:1532
↓ 3 callers
Function
at_eof
includes/stb_image_aug.c:394
↓ 3 callers
Function
calculate_model_matrix
generate a model matrix ---------------------------------------------------------------------------------------------------------
src/8.guest/2020/oit/weighted_blended.cpp:371
↓ 3 callers
Function
convert_format
includes/stb_image_aug.c:470
↓ 3 callers
Function
convert_image_to_DXT1
includes/image_DXT.c:101
↓ 3 callers
Function
convert_image_to_DXT5
includes/image_DXT.c:182
↓ 3 callers
Function
decode_jpeg_header
includes/stb_image_aug.c:1265
↓ 3 callers
Function
equalsfloat
returns if a float equals the other one, taking floating point rounding errors into account
includes/irrKlang/ik_irrKlangTypes.h:68
↓ 3 callers
Function
expand
includes/stb_image_aug.c:1756
↓ 3 callers
Method
getForward
includes/learnopengl/entity.h:109
↓ 3 callers
Function
getLightSpaceMatrix
src/8.guest/2021/2.csm/shadow_mapping.cpp:669
↓ 3 callers
Method
getRight
includes/learnopengl/entity.h:93
↓ 3 callers
Method
getSignedDistanceToPlane
includes/learnopengl/entity.h:137
↓ 3 callers
Method
getUp
includes/learnopengl/entity.h:99
↓ 3 callers
Function
getn
includes/stb_image_aug.c:442
↓ 3 callers
Function
hdr_convert
includes/stb_image_aug.c:3289
↓ 3 callers
Function
incrementLightIntensity
src/8.guest/2022/7.area_lights/1.area_light/area_lights.cpp:220
↓ 3 callers
Function
incrementRoughness
src/8.guest/2022/7.area_lights/1.area_light/area_lights.cpp:208
↓ 3 callers
Function
incrementRoughness
src/8.guest/2022/7.area_lights/2.multiple_area_lights/multiple_area_lights.cpp:242
↓ 3 callers
Method
length
includes/glm/detail/type_quat.hpp:80
↓ 3 callers
Function
loadTexture
utility function for loading a 2D texture from file ---------------------------------------------------
src/5.advanced_lighting/5.3.parallax_occlusion_mapping/parallax_occlusion_mapping.cpp:330
↓ 3 callers
Function
loadTexture
utility function for loading a 2D texture from file ---------------------------------------------------
src/5.advanced_lighting/5.2.steep_parallax_mapping/steep_parallax_mapping.cpp:330
↓ 3 callers
Function
loadTexture
utility function for loading a 2D texture from file ---------------------------------------------------
src/5.advanced_lighting/5.1.parallax_mapping/parallax_mapping.cpp:330
↓ 3 callers
Function
loadTexture
utility function for loading a 2D texture from file ---------------------------------------------------
src/2.lighting/4.4.lighting_maps_exercise4/lighting_maps_exercise4.cpp:318
↓ 3 callers
Function
loadTexture
utility function for loading a 2D texture from file ---------------------------------------------------
src/4.advanced_opengl/3.2.blending_sort/blending_sorted.cpp:345
↓ 3 callers
Function
loadTexture
utility function for loading a 2D texture from file ---------------------------------------------------
src/4.advanced_opengl/3.1.blending_discard/blending_discard.cpp:334
↓ 3 callers
Function
parse_png_file
includes/stb_image_aug.c:2208
↓ 3 callers
Function
renderCube
src/5.advanced_lighting/3.1.1.shadow_mapping_depth/shadow_mapping_depth.cpp:251
↓ 3 callers
Function
renderCube
src/5.advanced_lighting/3.1.3.shadow_mapping/shadow_mapping.cpp:280
↓ 3 callers
Function
renderCube
src/5.advanced_lighting/3.1.2.shadow_mapping_base/shadow_mapping_base.cpp:272
↓ 3 callers
Function
renderCube
src/6.pbr/2.1.2.ibl_irradiance/ibl_irradiance.cpp:503
↓ 3 callers
Function
renderQuad
src/5.advanced_lighting/9.ssao/ssao.cpp:410
↓ 3 callers
Function
reset
after a restart interval, reset the entropy decoder and the dc prediction
includes/stb_image_aug.c:1008
↓ 3 callers
Method
setLocalScale
includes/learnopengl/entity.h:62
↓ 3 callers
Function
stbi__addsizes_valid
return 1 if the sum is valid, 0 on overflow. negative terms are considered invalid.
includes/stb_image.h:937
↓ 3 callers
Function
stbi__decode_jpeg_header
includes/stb_image.h:3101
↓ 3 callers
Function
stbi__free_jpeg_components
includes/stb_image.h:2982
↓ 3 callers
Function
stbi__hdr_convert
includes/stb_image.h:6524
↓ 3 callers
Function
stbi__info_main
includes/stb_image.h:6951
↓ 3 callers
Function
stbi__loadf_main
includes/stb_image.h:1285
↓ 3 callers
Function
stbi__pic_is4
includes/stb_image.h:5886
↓ 3 callers
Function
stbi__pnm_getinteger
includes/stb_image.h:6904
↓ 3 callers
Function
stbi__pnm_skip_whitespace
includes/stb_image.h:6885
↓ 3 callers
Function
stbi__zexpand
includes/stb_image.h:3927
↓ 3 callers
Function
stbi__zhuffman_decode
includes/stb_image.h:3913
↓ 3 callers
Function
stbi_hdr_test_file
includes/stb_image_aug.c:3254
↓ 3 callers
Function
stbi_hdr_test_memory
includes/stb_image_aug.c:3246
↓ 3 callers
Function
writef
includes/stb_image_aug.c:3595
↓ 3 callers
Function
zhuffman_decode
includes/stb_image_aug.c:1729
↓ 2 callers
Function
CheckCollision
src/7.in_practice/3.2d_game/0.full_source/progress/5.game.cpp:208
↓ 2 callers
Function
CheckCollision
src/7.in_practice/3.2d_game/0.full_source/progress/7.game.cpp:245
↓ 2 callers
Function
CheckCollision
src/7.in_practice/3.2d_game/0.full_source/progress/6.game.cpp:220
↓ 2 callers
Method
Generate
src/7.in_practice/3.2d_game/0.full_source/texture.cpp:20
↓ 2 callers
Function
GetAiType
------------------------------------------------------------------------------- * Helper functions to get the aiType enum entry for a type */ ------
includes/assimp/metadata.h:106
↓ 2 callers
Method
GetTexture
src/7.in_practice/3.2d_game/0.full_source/resource_manager.cpp:39
↓ 2 callers
Function
RenderText
render line of text -------------------
src/7.in_practice/2.text_rendering/text_rendering.cpp:217
↓ 2 callers
Method
ResetLevel
src/7.in_practice/3.2d_game/0.full_source/game.cpp:248
↓ 2 callers
Method
ResetPlayer
src/7.in_practice/3.2d_game/0.full_source/game.cpp:262
↓ 2 callers
Function
SOIL_create_OGL_single_cubemap
includes/SOIL.c:834
↓ 2 callers
Function
SOIL_direct_load_DDS
includes/SOIL.c:1825
↓ 2 callers
Method
SetVector3f
src/7.in_practice/3.2d_game/0.full_source/shader.cpp:79
↓ 2 callers
Function
TextureFromFile
includes/learnopengl/model.h:206
↓ 2 callers
Method
addChild
includes/learnopengl/entity.h:434
↓ 2 callers
Function
atan2
includes/glm/gtx/compatibility.hpp:55
↓ 2 callers
Function
begin
includes/glm/gtx/range.hpp:70
↓ 2 callers
Function
bit_reverse
includes/stb_image_aug.c:1631
↓ 2 callers
Function
bmp_load
includes/stb_image_aug.c:2511
← previous
next →
101–200 of 1,960, ranked by callers