Searched defs:dstBpp (Results 1 – 5 of 5) sorted by relevance
| /external/skia/src/codec/ |
| D | SkWebpCodec.cpp | 523 const size_t dstBpp = dstInfo.bytesPerPixel(); in onGetPixels() local
|
| /external/skia/tests/ |
| D | TransferPixelsTest.cpp | 49 size_t dstBpp = GrColorTypeBytesPerPixel(dstType); in fill_transfer_data() local
|
| /external/skia/src/gpu/ganesh/ |
| D | GrDataUtils.cpp | 568 size_t dstBpp = dst.info().bpp(); in GrConvertPixels() local
|
| /external/swiftshader/src/Device/ |
| D | ETC_Decoder.cpp | 670 …st unsigned char *src, unsigned char *dst, int w, int h, int dstPitch, int dstBpp, InputType input… in Decode()
|
| D | BC_Decoder.cpp | 1662 bool BC_Decoder::Decode(const uint8_t *src, uint8_t *dst, int w, int h, int dstPitch, int dstBpp, i… in Decode()
|