Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DETC_Decoder.cpp677 …gned char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, In… in Decode()
DSurface.cpp3452 int dstPitch = dst->getInternalPitchB(); in copyCubeEdge() local
/external/swiftshader/src/Device/
DETC_Decoder.cpp670 bool ETC_Decoder::Decode(const unsigned char *src, unsigned char *dst, int w, int h, int dstPitch, … in Decode()
DBlitter.cpp2136 void Blitter::copy(const vk::Image *src, uint8_t *dst, unsigned int dstPitch) in copy()
DBC_Decoder.cpp1633 bool BC_Decoder::Decode(const uint8_t *src, uint8_t *dst, int w, int h, int dstPitch, int dstBpp, i… in Decode()