SYMBOL INDEX (190 symbols across 8 files) FILE: src/SOIL.c function SOIL_load_OGL_texture (line 118) | unsigned int function SOIL_load_OGL_HDR_texture (line 170) | unsigned int function SOIL_load_OGL_texture_from_memory (line 222) | unsigned int function SOIL_load_OGL_cubemap (line 280) | unsigned int function SOIL_load_OGL_cubemap_from_memory (line 465) | unsigned int function SOIL_load_OGL_single_cubemap (line 668) | unsigned int function SOIL_load_OGL_single_cubemap_from_memory (line 753) | unsigned int function SOIL_create_OGL_single_cubemap (line 844) | unsigned int function SOIL_create_OGL_texture (line 955) | unsigned int function check_for_GL_errors (line 973) | void check_for_GL_errors( const char *calling_location ) function check_for_GL_errors (line 984) | void check_for_GL_errors( const char *calling_location ) function SOIL_internal_create_OGL_texture (line 990) | unsigned int function SOIL_save_screenshot (line 1376) | int function SOIL_save_image (line 1476) | int function SOIL_free_image_data (line 1523) | void function SOIL_direct_load_DDS_from_memory (line 1541) | unsigned int SOIL_direct_load_DDS_from_memory( function SOIL_direct_load_DDS (line 1833) | unsigned int SOIL_direct_load_DDS( function query_NPOT_capability (line 1881) | int query_NPOT_capability( void ) function query_tex_rectangle_capability (line 1907) | int query_tex_rectangle_capability( void ) function query_cubemap_capability (line 1936) | int query_cubemap_capability( void ) function query_DXT_capability (line 1965) | int query_DXT_capability( void ) FILE: src/image_DXT.c function save_image_as_DDS (line 42) | int function convert_bit_range (line 278) | int convert_bit_range( int c, int from_bits, int to_bits ) function rgb_to_565 (line 284) | int rgb_to_565( int r, int g, int b ) function rgb_888_from_565 (line 292) | void rgb_888_from_565( unsigned int c, int *r, int *g, int *b ) function compute_color_line_STDEV (line 299) | void compute_color_line_STDEV( function LSE_master_colors_max_min (line 411) | void LSE_master_colors_max_min( function compress_DDS_color_block (line 500) | void function compress_DDS_alpha_block (line 577) | void FILE: src/image_DXT.h type DDS_header (line 49) | typedef struct FILE: src/image_helper.c function up_scale_image (line 14) | int function mipmap_image (line 84) | int function scale_image_RGB_to_NTSC_safe (line 154) | int function clamp_byte (line 191) | unsigned char clamp_byte( int x ) { return ( (x) < 0 ? (0) : ( (x) > 255... function convert_RGB_to_YCoCg (line 200) | int function convert_YCoCg_to_RGB (line 259) | int function find_max_RGBE (line 312) | float function RGBE_to_RGBdivA (line 339) | int function RGBE_to_RGBdivA2 (line 388) | int FILE: src/stb_image_aug.c type uint8 (line 91) | typedef unsigned char uint8; type uint16 (line 92) | typedef unsigned short uint16; type int16 (line 93) | typedef signed short int16; type uint32 (line 94) | typedef unsigned int uint32; type int32 (line 95) | typedef signed int int32; type uint (line 96) | typedef unsigned int uint; function e (line 125) | static int e(char *str) function stbi_image_free (line 142) | void stbi_image_free(void *retval_from_stbi_load) function stbi_register_loader (line 151) | int stbi_register_loader(stbi_loader *loader) function stbi_is_hdr_from_memory (line 291) | int stbi_is_hdr_from_memory(stbi_uc const *buffer, int len) function stbi_is_hdr (line 301) | extern int stbi_is_hdr (char const *filename) function stbi_is_hdr_from_file (line 312) | extern int stbi_is_hdr_from_file(FILE *f) function stbi_hdr_to_ldr_gamma (line 334) | void stbi_hdr_to_ldr_gamma(float gamma) { h2l_gamma_i = 1/gamma; } function stbi_hdr_to_ldr_scale (line 335) | void stbi_hdr_to_ldr_scale(float scale) { h2l_scale_i = 1/scale; } function stbi_ldr_to_hdr_gamma (line 337) | void stbi_ldr_to_hdr_gamma(float gamma) { l2h_gamma = gamma; } function stbi_ldr_to_hdr_scale (line 338) | void stbi_ldr_to_hdr_scale(float scale) { l2h_scale = scale; } type stbi (line 354) | typedef struct function start_file (line 366) | static void start_file(stbi *s, FILE *f) function start_mem (line 372) | static void start_mem(stbi *s, uint8 const *buffer, int len) function get8 (line 381) | __forceinline static int get8(stbi *s) function at_eof (line 394) | __forceinline static int at_eof(stbi *s) function uint8 (line 403) | __forceinline static uint8 get8u(stbi *s) function skip (line 408) | static void skip(stbi *s, int n) function get16 (line 418) | static int get16(stbi *s) function uint32 (line 424) | static uint32 get32(stbi *s) function get16le (line 430) | static int get16le(stbi *s) function uint32 (line 436) | static uint32 get32le(stbi *s) function getn (line 442) | static void getn(stbi *s, stbi_uc *buffer, int n) function uint8 (line 465) | static uint8 compute_y(int r, int g, int b) function stbi_uc (line 533) | static stbi_uc *hdr_to_ldr(float *data, int x, int y, int comp) type huffman (line 589) | typedef struct type jpeg (line 600) | typedef struct function build_huffman (line 639) | static int build_huffman(huffman *h, int *count) function grow_buffer_unsafe (line 680) | static void grow_buffer_unsafe(jpeg *j) function decode (line 701) | __forceinline static int decode(jpeg *j, huffman *h) function extend_receive (line 752) | __forceinline static int extend_receive(jpeg *j, int n) function decode_block (line 786) | static int decode_block(jpeg *j, short data[64], huffman *hdc, huffman *... function uint8 (line 821) | __forceinline static uint8 clamp(int x) function idct_block (line 875) | static void idct_block(uint8 *out, int out_stride, short data[64], uint8... function idct_block (line 927) | static void idct_block(uint8 *out, int out_stride, short data[64], unsig... function stbi_install_idct (line 981) | extern void stbi_install_idct(stbi_idct_8x8 func) function uint8 (line 991) | static uint8 get_marker(jpeg *j) function reset (line 1008) | static void reset(jpeg *j) function parse_entropy_coded_data (line 1020) | static int parse_entropy_coded_data(jpeg *z) function process_marker (line 1092) | static int process_marker(jpeg *z, int m) function process_scan_header (line 1161) | static int process_scan_header(jpeg *z) function process_frame_header (line 1186) | static int process_frame_header(jpeg *z, int scan) function decode_jpeg_header (line 1265) | static int decode_jpeg_header(jpeg *z, int scan) function decode_jpeg_image (line 1286) | static int decode_jpeg_image(jpeg *j) type uint8 (line 1306) | typedef uint8 *(*resample_row_func)(uint8 *out, uint8 *in0, uint8 *in1, function uint8 (line 1311) | static uint8 *resample_row_1(uint8 *out, uint8 *in_near, uint8 *in_far, ... function uint8 (line 1316) | static uint8* resample_row_v_2(uint8 *out, uint8 *in_near, uint8 *in_far... function uint8 (line 1325) | static uint8* resample_row_h_2(uint8 *out, uint8 *in_near, uint8 *in_fa... function uint8 (line 1350) | static uint8 *resample_row_hv_2(uint8 *out, uint8 *in_near, uint8 *in_fa... function uint8 (line 1371) | static uint8 *resample_row_generic(uint8 *out, uint8 *in_near, uint8 *in... function YCbCr_to_RGB_row (line 1385) | static void YCbCr_to_RGB_row(uint8 *out, uint8 *y, uint8 *pcb, uint8 *pc... function stbi_install_YCbCr_to_RGB (line 1413) | void stbi_install_YCbCr_to_RGB(stbi_YCbCr_to_RGB_run func) function cleanup_jpeg (line 1421) | static void cleanup_jpeg(jpeg *j) type stbi_resample (line 1436) | typedef struct function uint8 (line 1446) | static uint8 *load_jpeg_image(jpeg *z, int *out_x, int *out_y, int *comp... function stbi_jpeg_test_file (line 1573) | int stbi_jpeg_test_file(FILE *f) function stbi_jpeg_test_memory (line 1585) | int stbi_jpeg_test_memory(stbi_uc const *buffer, int len) type zhuffman (line 1612) | typedef struct function bitreverse16 (line 1622) | __forceinline static int bitreverse16(int n) function bit_reverse (line 1631) | __forceinline static int bit_reverse(int v, int bits) function zbuild_huffman (line 1639) | static int zbuild_huffman(zhuffman *z, uint8 *sizelist, int num) type zbuf (line 1690) | typedef struct function zget8 (line 1704) | __forceinline static int zget8(zbuf *z) function fill_bits (line 1710) | static void fill_bits(zbuf *z) function zreceive (line 1719) | __forceinline static unsigned int zreceive(zbuf *z, int n) function zhuffman_decode (line 1729) | __forceinline static int zhuffman_decode(zbuf *a, zhuffman *z) function expand (line 1756) | static int expand(zbuf *z, int n) // need to make room for n bytes function parse_huffman_block (line 1787) | static int parse_huffman_block(zbuf *a) function compute_huffman_codes (line 1815) | static int compute_huffman_codes(zbuf *a) function parse_uncompressed_block (line 1861) | static int parse_uncompressed_block(zbuf *a) function parse_zlib_header (line 1890) | static int parse_zlib_header(zbuf *a) function init_defaults (line 1905) | static void init_defaults(void) function parse_zlib (line 1916) | static int parse_zlib(zbuf *a, int parse_header) function do_zlib (line 1945) | static int do_zlib(zbuf *a, char *obuf, int olen, int exp, int parse_hea... function stbi_zlib_decode_buffer (line 1976) | int stbi_zlib_decode_buffer(char *obuffer, int olen, char const *ibuffer... function stbi_zlib_decode_noheader_buffer (line 2003) | int stbi_zlib_decode_noheader_buffer(char *obuffer, int olen, const char... type chunk (line 2025) | typedef struct function chunk (line 2033) | static chunk get_chunk_header(stbi *s) function check_png_header (line 2041) | static int check_png_header(stbi *s) type png (line 2050) | typedef struct function paeth (line 2067) | static int paeth(int a, int b, int c) function create_png_image (line 2079) | static int create_png_image(png *a, uint8 *raw, uint32 raw_len, int out_n) function compute_transparency (line 2149) | static int compute_transparency(png *z, uint8 tc[3], int out_n) function expand_palette (line 2174) | static int expand_palette(png *a, uint8 *palette, int len, int pal_img_n) function parse_png_file (line 2208) | static int parse_png_file(png *z, int scan, int req_comp) function stbi_png_test_file (line 2410) | int stbi_png_test_file(FILE *f) function stbi_png_test_memory (line 2422) | int stbi_png_test_memory(stbi_uc const *buffer, int len) function bmp_test (line 2438) | static int bmp_test(stbi *s) function stbi_bmp_test_file (line 2453) | int stbi_bmp_test_file (FILE *f) function stbi_bmp_test_memory (line 2464) | int stbi_bmp_test_memory (stbi_uc const *buffer, int len) function high_bit (line 2472) | static int high_bit(unsigned int z) function bitcount (line 2484) | static int bitcount(unsigned int a) function shiftsigned (line 2494) | static int shiftsigned(int v, int shift, int bits) function stbi_uc (line 2511) | static stbi_uc *bmp_load(stbi *s, int *x, int *y, int *comp, int req_comp) function stbi_uc (line 2706) | stbi_uc *stbi_bmp_load (char const *filename, int ... function stbi_uc (line 2716) | stbi_uc *stbi_bmp_load_from_file (FILE *f, int *x, in... function stbi_uc (line 2724) | stbi_uc *stbi_bmp_load_from_memory (stbi_uc const *buffer, int len, int ... function tga_test (line 2734) | static int tga_test(stbi *s) function stbi_tga_test_file (line 2755) | int stbi_tga_test_file (FILE *f) function stbi_tga_test_memory (line 2766) | int stbi_tga_test_memory (stbi_uc const *buffer, int len) function stbi_uc (line 2773) | static stbi_uc *tga_load(stbi *s, int *x, int *y, int *comp, int req_comp) function stbi_uc (line 2992) | stbi_uc *stbi_tga_load (char const *filename, int ... function stbi_uc (line 3002) | stbi_uc *stbi_tga_load_from_file (FILE *f, int *x, in... function stbi_uc (line 3010) | stbi_uc *stbi_tga_load_from_memory (stbi_uc const *buffer, int len, int ... function psd_test (line 3021) | static int psd_test(stbi *s) function stbi_psd_test_file (line 3028) | int stbi_psd_test_file(FILE *f) function stbi_psd_test_memory (line 3039) | int stbi_psd_test_memory(stbi_uc const *buffer, int len) function stbi_uc (line 3046) | static stbi_uc *psd_load(stbi *s, int *x, int *y, int *comp, int req_comp) function stbi_uc (line 3206) | stbi_uc *stbi_psd_load(char const *filename, int *x, int *y, int *comp, ... function stbi_uc (line 3216) | stbi_uc *stbi_psd_load_from_file(FILE *f, int *x, int *y, int *comp, int... function stbi_uc (line 3224) | stbi_uc *stbi_psd_load_from_memory (stbi_uc const *buffer, int len, int ... function hdr_test (line 3236) | static int hdr_test(stbi *s) function stbi_hdr_test_memory (line 3246) | int stbi_hdr_test_memory(stbi_uc const *buffer, int len) function stbi_hdr_test_file (line 3254) | int stbi_hdr_test_file(FILE *f) function hdr_convert (line 3289) | static void hdr_convert(float *output, stbi_uc *input, int req_comp) function stbi_uc (line 3424) | static stbi_uc *hdr_load_rgbe(stbi *s, int *x, int *y, int *comp, int re... function stbi_uc (line 3539) | stbi_uc *stbi_hdr_load_rgbe_file(FILE *f, int *x, int *y, int *comp, int... function stbi_uc (line 3546) | stbi_uc *stbi_hdr_load_rgbe (char const *filename, int ... function stbi_uc (line 3564) | stbi_uc *stbi_hdr_load_rgbe_memory(stbi_uc *buffer, int len, int *x, int... function write8 (line 3577) | static void write8(FILE *f, int x) { uint8 z = (uint8) x; fwrite(&z,1,1,... function writefv (line 3579) | static void writefv(FILE *f, char *fmt, va_list v) function writef (line 3595) | static void writef(FILE *f, char *fmt, ...) function write_pixels (line 3603) | static void write_pixels(FILE *f, int rgb_dir, int vdir, int x, int y, i... function outfile (line 3642) | static int outfile(char const *filename, int rgb_dir, int vdir, int x, i... function stbi_write_bmp (line 3656) | int stbi_write_bmp(char const *filename, int x, int y, int comp, void *d... function stbi_write_tga (line 3665) | int stbi_write_tga(char const *filename, int x, int y, int comp, void *d... FILE: src/stb_image_aug.h type stbi_uc (line 173) | typedef unsigned char stbi_uc; type stbi_loader (line 313) | typedef struct FILE: src/stbi_DDS_aug_c.h type DDS_header (line 6) | typedef struct { function dds_test (line 74) | static int dds_test(stbi *s) function stbi_dds_test_file (line 86) | int stbi_dds_test_file (FILE *f) function stbi_dds_test_memory (line 97) | int stbi_dds_test_memory (stbi_uc const *buffer, int len) function stbi_convert_bit_range (line 105) | int stbi_convert_bit_range( int c, int from_bits, int to_bits ) function stbi_rgb_888_from_565 (line 110) | void stbi_rgb_888_from_565( unsigned int c, int *r, int *g, int *b ) function stbi_decode_DXT1_block (line 116) | void stbi_decode_DXT1_block( function stbi_decode_DXT23_alpha_block (line 172) | void stbi_decode_DXT23_alpha_block( function stbi_decode_DXT45_alpha_block (line 186) | void stbi_decode_DXT45_alpha_block( function stbi_decode_DXT_color_block (line 230) | void stbi_decode_DXT_color_block( function stbi_uc (line 268) | static stbi_uc *dds_load(stbi *s, int *x, int *y, int *comp, int req_comp) function stbi_uc (line 488) | stbi_uc *stbi_dds_load_from_file (FILE *f, int *x, in... function stbi_uc (line 495) | stbi_uc *stbi_dds_load (char *filename, int *x, in... function stbi_uc (line 506) | stbi_uc *stbi_dds_load_from_memory (stbi_uc const *buffer, int len, int ... FILE: src/test_SOIL.cpp function WinMain (line 15) | int WINAPI WinMain(HINSTANCE hInstance, function LRESULT (line 313) | LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM ... function EnableOpenGL (line 342) | void EnableOpenGL(HWND hwnd, HDC* hDC, HGLRC* hRC) function DisableOpenGL (line 373) | void DisableOpenGL (HWND hwnd, HDC hDC, HGLRC hRC)