Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capnramses/antons_opengl_tutorials_book
/ functions
Functions
5,470 in github.com/capnramses/antons_opengl_tutorials_book
⨍
Functions
5,470
◇
Types & classes
207
↓ 7 callers
Function
stbi__convert_format
12_debugging_shaders/stb_image.h:1345
↓ 7 callers
Function
stbi__convert_format
10_screen_capture/stb_image.h:1345
↓ 7 callers
Function
stbi__convert_format
17_alpha_blending/stb_image.h:1345
↓ 7 callers
Function
stbi__convert_format
16_frag_reject/stb_image.h:1345
↓ 7 callers
Function
stbi__start_callbacks
initialize a callback-based context
26_bitmap_fonts/stb_image.h:800
↓ 7 callers
Function
stbi__start_callbacks
initialize a callback-based context
29_particle_systems/stb_image.h:800
↓ 7 callers
Function
stbi__start_callbacks
initialize a callback-based context
21_cube_mapping/stb_image.h:800
↓ 7 callers
Function
stbi__start_callbacks
initialize a callback-based context
24_gui_panels/stb_image.h:800
↓ 7 callers
Function
stbi__start_callbacks
initialize a callback-based context
27_font_atlas/stb_image.h:800
↓ 7 callers
Function
stbi__start_callbacks
initialize a callback-based context
39_texture_mapping_srgb/stb_image.h:800
↓ 7 callers
Function
stbi__start_callbacks
initialize a callback-based context
28_uniform_buffer_object/stb_image.h:800
↓ 7 callers
Function
stbi__start_callbacks
initialize a callback-based context
20_normal_mapping/stb_image.h:800
↓ 7 callers
Function
stbi__start_callbacks
initialize a callback-based context
25_sprite_sheets/stb_image.h:800
↓ 7 callers
Function
stbi__start_mem
initialize a memory-decode context
26_bitmap_fonts/stb_image.h:790
↓ 7 callers
Function
stbi__start_mem
initialize a memory-decode context
29_particle_systems/stb_image.h:790
↓ 7 callers
Function
stbi__start_mem
initialize a memory-decode context
21_cube_mapping/stb_image.h:790
↓ 7 callers
Function
stbi__start_mem
initialize a memory-decode context
24_gui_panels/stb_image.h:790
↓ 7 callers
Function
stbi__start_mem
initialize a memory-decode context
27_font_atlas/stb_image.h:790
↓ 7 callers
Function
stbi__start_mem
initialize a memory-decode context
39_texture_mapping_srgb/stb_image.h:790
↓ 7 callers
Function
stbi__start_mem
initialize a memory-decode context
28_uniform_buffer_object/stb_image.h:790
↓ 7 callers
Function
stbi__start_mem
initialize a memory-decode context
20_normal_mapping/stb_image.h:790
↓ 7 callers
Function
stbi__start_mem
initialize a memory-decode context
25_sprite_sheets/stb_image.h:790
↓ 6 callers
Function
load_cube_map_side
use stb_image to load an image file into memory, and then into one side of a cube-map texture. */
21_cube_mapping/main.cpp:74
↓ 6 callers
Function
load_cube_map_side
use stb_image to load an image file into memory, and then into one side of a cube-map texture. */
28_uniform_buffer_object/main.cpp:81
↓ 6 callers
Function
mult_quat_quat
multiply quaternions to get another one. result=R*S */
06_vcam_with_quaternion/main.cpp:87
↓ 6 callers
Function
normalise
note: proper spelling (hehe)
38_texture_shadows/maths_funcs.cpp:137
↓ 6 callers
Function
normalise
note: proper spelling (hehe)
07_ray_picking/maths_funcs.cpp:137
↓ 6 callers
Function
normalise
note: proper spelling (hehe)
20_normal_mapping/maths_funcs.cpp:137
↓ 6 callers
Function
stbi__fopen
26_bitmap_fonts/stb_image.h:1277
↓ 6 callers
Function
stbi__fopen
29_particle_systems/stb_image.h:1277
↓ 6 callers
Function
stbi__fopen
21_cube_mapping/stb_image.h:1277
↓ 6 callers
Function
stbi__fopen
24_gui_panels/stb_image.h:1277
↓ 6 callers
Function
stbi__fopen
27_font_atlas/stb_image.h:1277
↓ 6 callers
Function
stbi__fopen
39_texture_mapping_srgb/stb_image.h:1277
↓ 6 callers
Function
stbi__fopen
28_uniform_buffer_object/stb_image.h:1277
↓ 6 callers
Function
stbi__fopen
20_normal_mapping/stb_image.h:1277
↓ 6 callers
Function
stbi__fopen
25_sprite_sheets/stb_image.h:1277
↓ 6 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
14_multi_tex/stb_image.h:2550
↓ 6 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
09_texture_mapping/stb_image.h:2550
↓ 6 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
26_bitmap_fonts/stb_image.h:2845
↓ 6 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
29_particle_systems/stb_image.h:2845
↓ 6 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
21_cube_mapping/stb_image.h:2845
↓ 6 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
24_gui_panels/stb_image.h:2845
↓ 6 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
11_video_capture/stb_image.h:2550
↓ 6 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
13_mesh_import/stb_image.h:2550
↓ 6 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
15_phongtextures/stb_image.h:2550
↓ 6 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
12_debugging_shaders/stb_image.h:2550
↓ 6 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
27_font_atlas/stb_image.h:2845
↓ 6 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
39_texture_mapping_srgb/stb_image.h:2845
↓ 6 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
10_screen_capture/stb_image.h:2550
↓ 6 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
17_alpha_blending/stb_image.h:2550
↓ 6 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
16_frag_reject/stb_image.h:2550
↓ 6 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
28_uniform_buffer_object/stb_image.h:2845
↓ 6 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
20_normal_mapping/stb_image.h:2845
↓ 6 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
25_sprite_sheets/stb_image.h:2845
↓ 6 callers
Function
stbi__hdr_test
14_multi_tex/stb_image.h:6476
↓ 6 callers
Function
stbi__hdr_test
09_texture_mapping/stb_image.h:6476
↓ 6 callers
Function
stbi__hdr_test
26_bitmap_fonts/stb_image.h:6896
↓ 6 callers
Function
stbi__hdr_test
29_particle_systems/stb_image.h:6896
↓ 6 callers
Function
stbi__hdr_test
21_cube_mapping/stb_image.h:6896
↓ 6 callers
Function
stbi__hdr_test
24_gui_panels/stb_image.h:6896
↓ 6 callers
Function
stbi__hdr_test
11_video_capture/stb_image.h:6476
↓ 6 callers
Function
stbi__hdr_test
13_mesh_import/stb_image.h:6476
↓ 6 callers
Function
stbi__hdr_test
15_phongtextures/stb_image.h:6476
↓ 6 callers
Function
stbi__hdr_test
12_debugging_shaders/stb_image.h:6476
↓ 6 callers
Function
stbi__hdr_test
27_font_atlas/stb_image.h:6896
↓ 6 callers
Function
stbi__hdr_test
39_texture_mapping_srgb/stb_image.h:6896
↓ 6 callers
Function
stbi__hdr_test
10_screen_capture/stb_image.h:6476
↓ 6 callers
Function
stbi__hdr_test
17_alpha_blending/stb_image.h:6476
↓ 6 callers
Function
stbi__hdr_test
16_frag_reject/stb_image.h:6476
↓ 6 callers
Function
stbi__hdr_test
28_uniform_buffer_object/stb_image.h:6896
↓ 6 callers
Function
stbi__hdr_test
20_normal_mapping/stb_image.h:6896
↓ 6 callers
Function
stbi__hdr_test
25_sprite_sheets/stb_image.h:6896
↓ 6 callers
Function
stbi__mul2sizes_valid
returns 1 if the product is valid, 0 on overflow. negative factors are considered invalid.
26_bitmap_fonts/stb_image.h:977
↓ 6 callers
Function
stbi__mul2sizes_valid
returns 1 if the product is valid, 0 on overflow. negative factors are considered invalid.
29_particle_systems/stb_image.h:977
↓ 6 callers
Function
stbi__mul2sizes_valid
returns 1 if the product is valid, 0 on overflow. negative factors are considered invalid.
21_cube_mapping/stb_image.h:977
↓ 6 callers
Function
stbi__mul2sizes_valid
returns 1 if the product is valid, 0 on overflow. negative factors are considered invalid.
24_gui_panels/stb_image.h:977
↓ 6 callers
Function
stbi__mul2sizes_valid
returns 1 if the product is valid, 0 on overflow. negative factors are considered invalid.
27_font_atlas/stb_image.h:977
↓ 6 callers
Function
stbi__mul2sizes_valid
returns 1 if the product is valid, 0 on overflow. negative factors are considered invalid.
39_texture_mapping_srgb/stb_image.h:977
↓ 6 callers
Function
stbi__mul2sizes_valid
returns 1 if the product is valid, 0 on overflow. negative factors are considered invalid.
28_uniform_buffer_object/stb_image.h:977
↓ 6 callers
Function
stbi__mul2sizes_valid
returns 1 if the product is valid, 0 on overflow. negative factors are considered invalid.
20_normal_mapping/stb_image.h:977
↓ 6 callers
Function
stbi__mul2sizes_valid
returns 1 if the product is valid, 0 on overflow. negative factors are considered invalid.
25_sprite_sheets/stb_image.h:977
↓ 6 callers
Function
stbi__start_file
26_bitmap_fonts/stb_image.h:841
↓ 6 callers
Function
stbi__start_file
29_particle_systems/stb_image.h:841
↓ 6 callers
Function
stbi__start_file
21_cube_mapping/stb_image.h:841
↓ 6 callers
Function
stbi__start_file
24_gui_panels/stb_image.h:841
↓ 6 callers
Function
stbi__start_file
27_font_atlas/stb_image.h:841
↓ 6 callers
Function
stbi__start_file
39_texture_mapping_srgb/stb_image.h:841
↓ 6 callers
Function
stbi__start_file
28_uniform_buffer_object/stb_image.h:841
↓ 6 callers
Function
stbi__start_file
20_normal_mapping/stb_image.h:841
↓ 6 callers
Function
stbi__start_file
25_sprite_sheets/stb_image.h:841
↓ 5 callers
Function
normalise
note: proper spelling (hehe)
14_multi_tex/maths_funcs.cpp:137
↓ 5 callers
Function
normalise
note: proper spelling (hehe)
23_tessellation_shaders/maths_funcs.cpp:137
↓ 5 callers
Function
normalise
note: proper spelling (hehe)
09_texture_mapping/maths_funcs.cpp:137
↓ 5 callers
Function
normalise
note: proper spelling (hehe)
26_bitmap_fonts/maths_funcs.cpp:137
↓ 5 callers
Function
normalise
note: proper spelling (hehe)
29_particle_systems/maths_funcs.cpp:137
↓ 5 callers
Function
normalise
note: proper spelling (hehe)
21_cube_mapping/maths_funcs.cpp:137
↓ 5 callers
Function
normalise
note: proper spelling (hehe)
32_skinning_part_three/maths_funcs.cpp:137
↓ 5 callers
Function
normalise
note: proper spelling (hehe)
08_phong/maths_funcs.cpp:137
↓ 5 callers
Function
normalise
note: proper spelling (hehe)
31_skinning_part_two/maths_funcs.cpp:137
← previous
next →
401–500 of 5,470, ranked by callers