Searched defs:STBI__CASE (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/armnn/third-party/stb/ |
H A D | stb_image.h | 1495 #define STBI__CASE(a,b) case STBI__COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) in stbi__convert_format() macro 1544 #define STBI__CASE(a,b) case STBI__COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) in stbi__convert_format16() macro 4365 #define STBI__CASE(f) \ in stbi__create_png_image_raw() macro 4382 #define STBI__CASE(f) \ in stbi__create_png_image_raw() macro
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image.h | 1754 #define STBI__CASE(a,b) case STBI__COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) in stbi__convert_format() macro 1811 #define STBI__CASE(a,b) case STBI__COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) in stbi__convert_format16() macro 4668 #define STBI__CASE(f) \ in stbi__create_png_image_raw() macro 4685 #define STBI__CASE(f) \ in stbi__create_png_image_raw() macro
|
/aosp_15_r20/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image.h | 1754 #define STBI__CASE(a,b) case STBI__COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) in stbi__convert_format() macro 1811 #define STBI__CASE(a,b) case STBI__COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) in stbi__convert_format16() macro 4675 #define STBI__CASE(f) \ in stbi__create_png_image_raw() macro 4692 #define STBI__CASE(f) \ in stbi__create_png_image_raw() macro
|
/aosp_15_r20/external/ComputeLibrary/include/stb/ |
H A D | stb_image.h | 1538 #define STBI__CASE(a,b) case STBI__COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) in stbi__convert_format() macro 1587 #define STBI__CASE(a,b) case STBI__COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) in stbi__convert_format16() macro 4411 #define STBI__CASE(f) \ in stbi__create_png_image_raw() macro 4428 #define STBI__CASE(f) \ in stbi__create_png_image_raw() macro
|