Home
last modified time | relevance | path

Searched defs:dstBpp (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/codec/
DSkWebpCodec.cpp523 const size_t dstBpp = dstInfo.bytesPerPixel(); in onGetPixels() local
/external/skia/tests/
DTransferPixelsTest.cpp49 size_t dstBpp = GrColorTypeBytesPerPixel(dstType); in fill_transfer_data() local
/external/skia/src/gpu/ganesh/
DGrDataUtils.cpp568 size_t dstBpp = dst.info().bpp(); in GrConvertPixels() local
/external/swiftshader/src/Device/
DETC_Decoder.cpp670 …st unsigned char *src, unsigned char *dst, int w, int h, int dstPitch, int dstBpp, InputType input… in Decode()
DBC_Decoder.cpp1662 bool BC_Decoder::Decode(const uint8_t *src, uint8_t *dst, int w, int h, int dstPitch, int dstBpp, i… in Decode()