HomeSort by relevance Sort by last modified time
    Searched refs:cellL1Height (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fDepthStencilTests.cpp 257 int cellL1Height = cellL0Height/numL1CellsY;
262 if (cellL0Width <= 0 || cellL1Width <= 0 || cellL0Height <= 0 || cellL1Height <= 0)
291 int y = y0*cellL0Height + y1*cellL1Height;
292 rr::WindowRectangle cellL1Rect (x, y, cellL1Width, cellL1Height);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilTests.cpp 257 int cellL1Height = cellL0Height/numL1CellsY;
262 if (cellL0Width <= 0 || cellL1Width <= 0 || cellL0Height <= 0 || cellL1Height <= 0)
291 int y = y0*cellL0Height + y1*cellL1Height;
292 rr::WindowRectangle cellL1Rect (x, y, cellL1Width, cellL1Height);
    [all...]

Completed in 157 milliseconds