Home
last modified time | relevance | path

Searched refs:stbi_write_tga_with_rle (Results 1 - 2 of 2) sorted by relevance

/third_party/glfw/deps/
H A Dstb_image_write.h68 int stbi_write_tga_with_rle; // defaults to true; set to 0 to disable RLE
107 data, set the global variable 'stbi_write_tga_with_rle' to 0.
170 STBIWDEF int stbi_write_tga_with_rle; variable
252 static int stbi_write_tga_with_rle = 1; variable
256 int stbi_write_tga_with_rle = 1; variable
541 if (!stbi_write_tga_with_rle) { in stbi_write_tga_core()
/third_party/astc-encoder/Source/
H A Dstb_image_write.h68 int stbi_write_tga_with_rle; // defaults to true; set to 0 to disable RLE
107 data, set the global variable 'stbi_write_tga_with_rle' to 0.
170 STBIWDEF int stbi_write_tga_with_rle; variable
252 static int stbi_write_tga_with_rle = 1; variable
256 int stbi_write_tga_with_rle = 1; variable
541 if (!stbi_write_tga_with_rle) { in stbi_write_tga_core()

Completed in 6 milliseconds