Home
last modified time | relevance | path

Searched defs:image_bytes (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Dwpng.c706 ulg image_bytes; in main() local
/third_party/mesa3d/src/gallium/tests/graw/
Dgraw_util.h227 const int image_bytes = row_stride * height; in graw_util_create_tex2d() local
/third_party/mesa3d/src/glx/
Dindirect_texture_compression.c48 size_t image_bytes; in __indirect_glGetCompressedTexImage() local
/third_party/astc-encoder/Source/
Dastcenccli_image_load_store.cpp1502 uint32_t image_bytes = dim_x * dim_y * dim_z * image_components * (bitness / 8); in store_ktx_uncompressed_image() local
2133 uint32_t image_bytes = dim_x * dim_y * dim_z * image_components * (bitness / 8); in store_dds_uncompressed_image() local
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c856 udigit image_bytes[5]; member