Searched refs:cellL1Height (Results 1 – 2 of 2) sorted by relevance
257 int cellL1Height = cellL0Height/numL1CellsY; in generateBaseClearAndDepthCommands() local262 if (cellL0Width <= 0 || cellL1Width <= 0 || cellL0Height <= 0 || cellL1Height <= 0) in generateBaseClearAndDepthCommands()291 int y = y0*cellL0Height + y1*cellL1Height; in generateBaseClearAndDepthCommands()292 rr::WindowRectangle cellL1Rect (x, y, cellL1Width, cellL1Height); in generateBaseClearAndDepthCommands()