HomeSort by relevance Sort by last modified time
    Searched defs:gridHeight (Results 1 - 11 of 11) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationCommonEdgeTests.cpp 259 const int gridHeight = 4;
260 const int numVertices = (gridWidth+1)*(gridHeight+1);
261 const int numIndices = gridWidth*gridHeight * (caseDef.primitiveType == TESSPRIMITIVETYPE_TRIANGLES ? 3*2 : 4);
270 for (int i = 0; i < gridHeight+1; ++i)
274 gridPosComps.push_back(-1.0f + 2.0f * ((float)i + 0.5f) / (float)(gridHeight+1));
285 for (int i = 0; i < gridHeight; i++)
306 for (int i = 0; i < gridHeight; ++i)
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 276 int gridHeight = 4;
278 int cellHeight = viewport.height / gridHeight;
319 for (int gridY = 0; gridY < gridHeight; gridY++)
326 int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 268 int gridHeight = 4;
270 int cellHeight = viewport.height / gridHeight;
311 for (int gridY = 0; gridY < gridHeight; gridY++)
318 int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 279 int32_t gridWidth, gridHeight;
281 && trackMeta->findInt32(kKeyGridHeight, &gridHeight) && gridHeight > 0) {
289 && (width % gridWidth == 0) && (height % gridHeight == 0)) {
291 width, height, displayWidth, displayHeight, gridWidth, gridHeight);
297 overrideMeta->setInt32(kKeyHeight, gridHeight);
299 gridRows = height / gridHeight;
302 width, height, displayWidth, displayHeight, gridWidth, gridHeight);
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureMipmapTests.cpp 276 const int gridHeight = 4;
278 const int cellHeight = viewportHeight / gridHeight;
299 for (int gridY = 0; gridY < gridHeight; gridY++)
306 const int curH = gridY+1 == gridHeight ? (viewportHeight-curY) : cellHeight;
348 for (int gridY = 0; gridY < gridHeight; gridY++)
355 const int curH = gridY+1 == gridHeight ? (viewportHeight-curY) : cellHeight;
781 const int gridHeight = 4;
783 const int cellHeight = viewportHeight / gridHeight;
811 for (int gridY = 0; gridY < gridHeight; gridY++)
818 const int curH = gridY+1 == gridHeight ? (viewportHeight-curY) : cellHeight
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 272 int gridHeight = 4;
274 int cellHeight = viewport.height / gridHeight;
311 for (int gridY = 0; gridY < gridHeight; gridY++)
318 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
363 for (int gridY = 0; gridY < gridHeight; gridY++)
370 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 744 final int gridHeight = GRID_HEIGHT * mCellHeight;
746 for (int y = 0; y < gridHeight; y += mCellHeight) {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 707 final int gridHeight = GRID_HEIGHT * mCellHeight;
709 for (int y = 0; y < gridHeight; y += mCellHeight) {
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 397 static void renderFloatReference (const tcu::PixelBufferAccess& dst, int gridWidth, int gridHeight, int numComponents, const float* vertices)
401 const float cellH = (float)dst.getHeight() / (float)(gridHeight-1);
408 const int cellY = de::clamp(deFloorFloatToInt32((float)y / cellH), 0, gridHeight-2);
428 static void renderIntReference (const tcu::PixelBufferAccess& dst, int gridWidth, int gridHeight, int numComponents, const int* vertices)
431 float cellH = (float)dst.getHeight() / (float)(gridHeight-1);
438 int cellY = de::clamp(deFloorFloatToInt32((float)y / cellH), 0, gridHeight-2);
554 const int gridHeight = de::clamp(minBufSize.y()/minCellSize, 1, 255)+1;
555 const int numVertices = gridWidth*gridHeight;
556 const int numQuads = (gridWidth-1)*(gridHeight-1);
608 for (int y = 0; y < gridHeight; y++
    [all...]
es3fTextureMipmapTests.cpp 316 int gridHeight = 4;
318 int cellHeight = viewport.height / gridHeight;
355 for (int gridY = 0; gridY < gridHeight; gridY++)
362 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
407 for (int gridY = 0; gridY < gridHeight; gridY++)
414 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
    [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jgoodies-forms.jar 

Completed in 260 milliseconds