Searched defs:etc1_uint32 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/third_party/etc1/
H A Detc1.h35 typedef unsigned int etc1_uint32; typedef
52 void etc1_encode_block(const etc1_byte* pIn, etc1_uint32 validPixelMask, etc1_byte* pOut);
66 etc1_uint32 etc1_get_encoded_data_size(etc1_uint32 width, etc1_uint32 height);
75 int etc1_encode_image(const etc1_byte* pIn, etc1_uint32 width, etc1_uint32 height,
76 etc1_uint32 pixelSize, etc1_uint32 stride, etc1_byte* pOut);
87 etc1_uint32 widt
[all...]
/external/skia/third_party/etc1/
H A Detc1.h35 typedef unsigned int etc1_uint32; typedef
52 void etc1_encode_block(const etc1_byte* pIn, etc1_uint32 validPixelMask, etc1_byte* pOut);
66 etc1_uint32 etc1_get_encoded_data_size(etc1_uint32 width, etc1_uint32 height);
75 int etc1_encode_image(const etc1_byte* pIn, etc1_uint32 width, etc1_uint32 height,
76 etc1_uint32 pixelSize, etc1_uint32 stride, etc1_byte* pOut);
87 etc1_uint32 widt
[all...]
/external/chromium_org/third_party/android_opengl/etc1/
H A Detc1.cpp129 typedef unsigned int etc1_uint32; typedef in namespace:__anon11508
189 etc1_uint32 low, bool second, bool flipped) {
222 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3];
223 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7];
255 etc1_uint32 high;
256 etc1_uint32 low;
257 etc1_uint32 score; // Lower is more accurate
268 void etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint32 inMask,
319 static etc1_uint32 chooseModifier(const etc1_byte* pBaseColors,
320 const etc1_byte* pIn, etc1_uint32 *pLo
[all...]

Completed in 412 milliseconds