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

1 2

  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureMipmapTests.cpp 301 for (int gridX = 0; gridX < gridWidth; gridX++)
303 const int curX = cellWidth*gridX;
305 const int curW = gridX+1 == gridWidth ? (viewportWidth-curX) : cellWidth;
307 const int cellNdx = gridY*gridWidth + gridX;
350 for (int gridX = 0; gridX < gridWidth; gridX++)
352 const int curX = cellWidth*gridX;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 357 for (int gridX = 0; gridX < gridWidth; gridX++)
359 const int curX = cellWidth*gridX;
361 const int curW = gridX+1 == gridWidth ? (viewport.width-curX) : cellWidth;
363 const int cellNdx = gridY*gridWidth + gridX;
409 for (int gridX = 0; gridX < gridWidth; gridX++)
411 const int curX = cellWidth*gridX;
    [all...]
  /external/proguard/src/proguard/gui/
TabbedPane.java 53 cardConstraints.gridx = 1;
74 buttonConstraints.gridx = 0;
153 imageConstraints.gridx = 0;
  /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
144 node.gridX = info.cellX;
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 313 for (int gridX = 0; gridX < gridWidth; gridX++)
315 const int curX = cellWidth*gridX;
317 const int curW = gridX+1 == gridWidth ? (viewport.width-curX) : cellWidth;
319 const int cellNdx = gridY*gridWidth + gridX;
365 for (int gridX = 0; gridX < gridWidth; gridX++)
367 const int curX = cellWidth*gridX;
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 321 for (int gridX = 0; gridX < gridWidth; gridX++)
323 int curX = cellWidth*gridX;
325 int curW = gridX+1 == gridWidth ? (viewport.width-curX) : cellWidth;
327 int cellNdx = gridY*gridWidth + gridX;
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 313 for (int gridX = 0; gridX < gridWidth; gridX++)
315 int curX = cellWidth*gridX;
317 int curW = gridX+1 == gridWidth ? (viewport.width-curX) : cellWidth;
319 int cellNdx = gridY*gridWidth + gridX;
  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 146 target.gridX = info.cellX;
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 327 const int gridX = (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 1171 milliseconds

1 2