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

  /external/deqp/modules/gles2/functional/
es2fDepthStencilTests.cpp 252 const int numL1CellsX = 3;
256 int cellL1Width = cellL0Width/numL1CellsX;
260 float depthValues[numL1CellsX*numL1CellsY];
288 for (int x1 = 0; x1 < numL1CellsX; x1++)
298 renderCmd.params.depth = depthValues[y1*numL1CellsX + x1];;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilTests.cpp 252 const int numL1CellsX = 3;
256 int cellL1Width = cellL0Width/numL1CellsX;
260 float depthValues[numL1CellsX*numL1CellsY];
288 for (int x1 = 0; x1 < numL1CellsX; x1++)
298 renderCmd.params.depth = depthValues[y1*numL1CellsX + x1];;
    [all...]

Completed in 38 milliseconds