Searched refs:isUnsignedByte (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | ASTC_Decoder.cpp | 35 int bytes, int destPitchB, int destSliceB, bool isUnsignedByte, in write_imageblock() argument 58 if(isUnsignedByte) in write_imageblock() 107 int xblocks, int yblocks, int zblocks, bool isUnsignedByte) in Decode() argument 112 astc_decode_mode decode_mode = isUnsignedByte ? DECODE_LDR : DECODE_HDR; in Decode() 127 …ck(dest, ib.get(), destWidth, destHeight, destDepth, bytes, destPitchB, destSliceB, isUnsignedByte, in Decode()
|
D | ASTC_Decoder.hpp | 21 int xblocks, int yblocks, int zblocks, bool isUnsignedByte);
|