Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DETC_Decoder.cpp122 bool nonOpaquePunchThroughAlpha = punchThroughAlpha && !opaqueBit; in decodeBlock() local
132 decodeTBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
136 decodeHBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
144 decodeDifferentialBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
149 decodeIndividualBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
335 …y, int w, int h, int pitch, unsigned char alphaValues[4][4], bool nonOpaquePunchThroughAlpha) const in decodeIndividualBlock()
345 …ialBlock(dest, x, y, w, h, pitch, r1, g1, b1, r2, g2, b2, alphaValues, nonOpaquePunchThroughAlpha); in decodeIndividualBlock()
348 …y, int w, int h, int pitch, unsigned char alphaValues[4][4], bool nonOpaquePunchThroughAlpha) const in decodeDifferentialBlock()
358 …ialBlock(dest, x, y, w, h, pitch, r1, g1, b1, r2, g2, b2, alphaValues, nonOpaquePunchThroughAlpha); in decodeDifferentialBlock()
361 …b1, int r2, int g2, int b2, unsigned char alphaValues[4][4], bool nonOpaquePunchThroughAlpha) const in decodeIndividualOrDifferentialBlock()
[all …]