Home
last modified time | relevance | path

Searched defs:destPitchB (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Device/
DASTC_Decoder.cpp35 int bytes, int destPitchB, int destSliceB, bool isUnsignedByte, in write_imageblock()
105 int bytes, int destPitchB, int destSliceB, in Decode()
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp569 int destPitchB = isStencil ? dest->getStencilPitchB() : dest->getInternalPitchB(); in stretchRect() local