Home
last modified time | relevance | path

Searched refs:decodePunchThroughAlphaBlock (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Device/
DETC_Decoder.cpp475 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/
DETC_Decoder.cpp478 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/
Dloadimage_etc.cpp535 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