HomeSort by relevance Sort by last modified time
    Searched defs:etc1_uint32 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/third_party/etc1/
etc1.h 35 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 width, etc1_uint32 height
    [all...]
  /external/skia/third_party/etc1/
etc1.h 35 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 width, etc1_uint32 height
    [all...]
  /frameworks/native/opengl/include/ETC1/
etc1.h 27 typedef unsigned int etc1_uint32; typedef
44 void etc1_encode_block(const etc1_byte* pIn, etc1_uint32 validPixelMask, etc1_byte* pOut);
58 etc1_uint32 etc1_get_encoded_data_size(etc1_uint32 width, etc1_uint32 height);
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);
79 etc1_uint32 width, etc1_uint32 height
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/ETC1/
etc1.h 27 typedef unsigned int etc1_uint32; typedef
44 void etc1_encode_block(const etc1_byte* pIn, etc1_uint32 validPixelMask, etc1_byte* pOut);
58 etc1_uint32 etc1_get_encoded_data_size(etc1_uint32 width, etc1_uint32 height);
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);
79 etc1_uint32 width, etc1_uint32 height
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
etc1.h 29 typedef unsigned int etc1_uint32; typedef
46 void etc1_encode_block(const etc1_byte* pIn, etc1_uint32 validPixelMask, etc1_byte* pOut);
60 etc1_uint32 etc1_get_encoded_data_size(etc1_uint32 width, etc1_uint32 height);
69 int etc1_encode_image(const etc1_byte* pIn, etc1_uint32 width, etc1_uint32 height,
70 etc1_uint32 pixelSize, etc1_uint32 stride, etc1_byte* pOut);
81 etc1_uint32 width, etc1_uint32 height
    [all...]
  /external/chromium_org/third_party/android_opengl/etc1/
etc1.cpp 129 typedef unsigned int etc1_uint32; typedef in namespace:__anon16133
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 *pLow, int bitIndex
    [all...]

Completed in 1062 milliseconds