Home
last modified time | relevance | path

Searched refs:destSliceB (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Device/
DASTC_Decoder.cpp35 int bytes, int destPitchB, int destSliceB, bool isUnsignedByte, in write_imageblock() argument
56 unsigned char *pix = &img[zi * destSliceB + yi * destPitchB + xi * bytes]; in write_imageblock()
105 int bytes, int destPitchB, int destSliceB, in Decode() argument
127 …ck(dest, ib.get(), destWidth, destHeight, destDepth, bytes, destPitchB, destSliceB, isUnsignedByte, in Decode()
DASTC_Decoder.hpp19 int bytes, int destPitchB, int destSliceB,
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp567 int destSliceB = isStencil ? dest->getStencilSliceB() : dest->getInternalSliceB(); in stretchRect() local
578 …bool equalSlice = (sourceSliceB == destSliceB) && (source->getBorder() == 0) && (dest->getBorder()… in stretchRect()