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

  /external/chromium_org/third_party/skia/third_party/etc1/
etc1.h 33 typedef unsigned char etc1_byte; typedef
52 void etc1_encode_block(const etc1_byte* pIn, etc1_uint32 validPixelMask, etc1_byte* pOut);
62 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut);
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);
86 int etc1_decode_image(const etc1_byte* pIn, etc1_byte* pOut,
96 void etc1_pkm_format_header(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height)
    [all...]
  /external/skia/third_party/etc1/
etc1.h 33 typedef unsigned char etc1_byte; typedef
52 void etc1_encode_block(const etc1_byte* pIn, etc1_uint32 validPixelMask, etc1_byte* pOut);
62 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut);
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);
86 int etc1_decode_image(const etc1_byte* pIn, etc1_byte* pOut,
96 void etc1_pkm_format_header(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height)
    [all...]
  /frameworks/native/opengl/include/ETC1/
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)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/ETC1/
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)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
etc1.h 27 typedef unsigned char etc1_byte; typedef
46 void etc1_encode_block(const etc1_byte* pIn, etc1_uint32 validPixelMask, etc1_byte* pOut);
56 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut);
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);
80 int etc1_decode_image(const etc1_byte* pIn, etc1_byte* pOut,
90 void etc1_pkm_format_header(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height)
    [all...]
  /external/chromium_org/third_party/android_opengl/etc1/
etc1.cpp 127 typedef unsigned char etc1_byte; typedef in namespace:__anon16133
143 static inline etc1_byte clamp(int x) {
144 return (etc1_byte) (x >= 0 ? (x < 255 ? x : 255) : 0);
188 void decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table,
211 etc1_byte* q = pOut + 3 * (x + 4 * y);
221 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut) {
268 void etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint32 inMask,
269 etc1_byte* pColors, bool flipped, bool second) {
284 const etc1_byte* p = pIn + i * 3
    [all...]

Completed in 1280 milliseconds