Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/common/
DImage.cpp1014 …const unsigned char *inputStart = static_cast<const unsigned char*>(input) + (z * rect.inputPitch … in Transfer() local
1018 const unsigned char *source = inputStart + y * rect.inputPitch; in Transfer()