Searched refs:decodePunchThroughAlphaBlock (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/Device/ |
D | ETC_Decoder.cpp | 475 decodePunchThroughAlphaBlock(destStart, x, y, w, h, pitch); in decodeIndividualOrDifferentialBlock() 515 decodePunchThroughAlphaBlock(destStart, x, y, w, h, pitch); in decodeTBlock() 555 decodePunchThroughAlphaBlock(destStart, x, y, w, h, pitch); in decodeHBlock() 600 void decodePunchThroughAlphaBlock(unsigned char *dest, int x, int y, int w, int h, int pitch) const in decodePunchThroughAlphaBlock() function
|
/external/swiftshader/src/Renderer/ |
D | ETC_Decoder.cpp | 478 decodePunchThroughAlphaBlock(destStart, x, y, w, h, pitch); in decodeIndividualOrDifferentialBlock() 518 decodePunchThroughAlphaBlock(destStart, x, y, w, h, pitch); in decodeTBlock() 558 decodePunchThroughAlphaBlock(destStart, x, y, w, h, pitch); in decodeHBlock() 603 …void decodePunchThroughAlphaBlock(unsigned char *dest, int x, int y, int w, int h, int pitch) const in decodePunchThroughAlphaBlock() function
|
/external/angle/src/image_util/ |
D | loadimage_etc.cpp | 535 decodePunchThroughAlphaBlock(dest, x, y, w, h, destRowPitch); in decodeIndividualOrDifferentialBlock() 582 decodePunchThroughAlphaBlock(dest, x, y, w, h, destRowPitch); in decodeTBlock() 631 decodePunchThroughAlphaBlock(dest, x, y, w, h, destRowPitch); in decodeHBlock() 683 void decodePunchThroughAlphaBlock(uint8_t *dest, in decodePunchThroughAlphaBlock() function
|