Searched refs:inputSlice (Results 1 – 1 of 1) sorted by relevance
1751 int inputSlice = imageSize / depth; in loadCompressedData() local1752 int rows = inputSlice / inputPitch; in loadCompressedData()1763 GLbyte *source = (GLbyte*)pixels + y * inputPitch + z * inputSlice; in loadCompressedData()