Searched refs:etc1_byte (Results 1 – 1 of 1) sorted by relevance
/device/generic/goldfish-opengl/system/include/ETC1/ |
D | etc1.h | 25 typedef unsigned char etc1_byte; typedef 44 void etc1_encode_block(const etc1_byte* pIn, etc1_uint32 validPixelMask, etc1_byte* pOut); 54 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut); 67 int etc1_encode_image(const etc1_byte* pIn, etc1_uint32 width, etc1_uint32 height, 68 etc1_uint32 pixelSize, etc1_uint32 stride, etc1_byte* pOut); 78 int etc1_decode_image(const etc1_byte* pIn, etc1_byte* pOut, 88 void etc1_pkm_format_header(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height); 92 etc1_bool etc1_pkm_is_valid(const etc1_byte* pHeader); 96 etc1_uint32 etc1_pkm_get_width(const etc1_byte* pHeader); 100 etc1_uint32 etc1_pkm_get_height(const etc1_byte* pHeader);
|