HomeSort by relevance Sort by last modified time
    Searched full:gridy (Results 1 - 25 of 31) sorted by null

1 2

  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureMipmapTests.cpp 299 for (int gridY = 0; gridY < gridHeight; gridY++)
304 const int curY = cellHeight*gridY;
306 const int curH = gridY+1 == gridHeight ? (viewportHeight-curY) : cellHeight;
307 const int cellNdx = gridY*gridWidth + gridX;
348 for (int gridY = 0; gridY < gridHeight; gridY++)
353 const int curY = cellHeight*gridY;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 355 for (int gridY = 0; gridY < gridHeight; gridY++)
360 const int curY = cellHeight*gridY;
362 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
363 const int cellNdx = gridY*gridWidth + gridX;
407 for (int gridY = 0; gridY < gridHeight; gridY++)
412 const int curY = cellHeight*gridY;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/logging/
DumpTargetWrapper.java 114 str += " grid(" + t.gridX + "," + t.gridY+ ")";
130 return typeStr + ", grid(" + t.gridX + "," + t.gridY + "), span(" + t.spanX + "," + t.spanY
145 node.gridY = info.cellY;
LoggerUtils.java 102 str += " grid(" + t.gridX + "," + t.gridY+ ")";
129 typeStr += ", predictiveRank=" + t.predictedRank + ", grid(" + t.gridX + "," + t.gridY
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 311 for (int gridY = 0; gridY < gridHeight; gridY++)
316 const int curY = cellHeight*gridY;
318 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
319 const int cellNdx = gridY*gridWidth + gridX;
363 for (int gridY = 0; gridY < gridHeight; gridY++)
368 const int curY = cellHeight*gridY;
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 319 for (int gridY = 0; gridY < gridHeight; gridY++)
324 int curY = cellHeight*gridY;
326 int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
327 int cellNdx = gridY*gridWidth + gridX;
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 311 for (int gridY = 0; gridY < gridHeight; gridY++)
316 int curY = cellHeight*gridY;
318 int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
319 int cellNdx = gridY*gridWidth + gridX;
  /external/proguard/src/proguard/gui/
TabbedPane.java 54 cardConstraints.gridy = 0;
  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 147 target.gridY = info.cellY;
Workspace.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/model/
GridSizeMigrationTask.java     [all...]
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/guice/lib/build/
junit.jar 
  /external/jsr330/lib/
junit.jar 
  /external/slf4j/integration/lib/
junit-3.8.1.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
junit-3.8.1.jar 
  /prebuilts/devtools/adt/lib/
junit-3.8.1.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/3.8.1/
junit-3.8.1.jar 
  /prebuilts/tools/common/bazel/formc-deps/
jgoodies-forms.jar 
jps-builders.jar 
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
Folder.java     [all...]
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp 328 const int gridY = (m_currentCell - 1) / m_grid.x();
329 const IVec2 currentOrigin = (IVec2(gridX, gridY) * m_cellSize) + m_baseRandomOffset;
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jdepend-2.9.jar 
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 

Completed in 659 milliseconds

1 2