Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTDecompress.cpp459 bool punchthroughAlpha=false; in pvrtcGetDecompressedPixels() local
460 if (mod>10) {punchthroughAlpha=true; mod-=10;} in pvrtcGetDecompressedPixels()
466 if (punchthroughAlpha) result.alpha = 0; in pvrtcGetDecompressedPixels()