Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DETC_Decoder.cpp648 …ed char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, Inpu… in Decode() argument
661 unsigned char *dstRow = dst + (y * dstPitch); in Decode()
664 …ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 1, x, y, dstW, dstH, dstPitch, inputType == ETC_… in Decode()
673 unsigned char *dstRow = dst + (y * dstPitch); in Decode()
676 …ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 2, x, y, dstW, dstH, dstPitch, inputType == ETC_… in Decode()
684 unsigned char *dstRow = dst + (y * dstPitch); in Decode()
687 …sources[0]->decodeBlock(dstRow + (x * dstBpp), x, y, dstW, dstH, dstPitch, alphaValues, inputType … in Decode()
694 unsigned char *dstRow = dst + (y * dstPitch); in Decode()
702 sources[0]->decodeBlock(dstRow + (x * dstBpp), x, y, dstW, dstH, dstPitch, alphaValues, false); in Decode()
DETC_Decoder.hpp40 …ed char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, Inpu…