Searched defs:gridHeight (Results 1 - 9 of 9) sorted by relevance

/external/skia/tools/
H A DPictureRenderingFlags.cpp361 int gridHeight = atoi(FLAGS_bbh[2]); local
362 renderer->setGridSize(gridWidth, gridHeight);
/external/chromium_org/third_party/skia/tools/
H A DPictureRenderingFlags.cpp362 int gridHeight = atoi(FLAGS_bbh[2]); local
363 renderer->setGridSize(gridWidth, gridHeight);
/external/deqp/framework/randomshaders/
H A DrsgProgramExecutor.cpp167 ProgramExecutor::ProgramExecutor (const tcu::PixelBufferAccess& dst, int gridWidth, int gridHeight) argument
170 , m_gridHeight (gridHeight)
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp274 int gridHeight = 4; local
276 int cellHeight = viewport.height / gridHeight;
317 for (int gridY = 0; gridY < gridHeight; gridY++)
324 int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp271 int gridHeight = 4; local
273 int cellHeight = viewport.height / gridHeight;
310 for (int gridY = 0; gridY < gridHeight; gridY++)
317 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
362 for (int gridY = 0; gridY < gridHeight; gridY++)
369 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp267 int gridHeight = 4; local
269 int cellHeight = viewport.height / gridHeight;
310 for (int gridY = 0; gridY < gridHeight; gridY++)
317 int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
/external/deqp/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp396 static void renderFloatReference (const tcu::PixelBufferAccess& dst, int gridWidth, int gridHeight, int numComponents, const float* vertices) argument
400 const float cellH = (float)dst.getHeight() / (float)(gridHeight-1);
407 const int cellY = de::clamp(deFloorFloatToInt32((float)y / cellH), 0, gridHeight-2);
427 static void renderIntReference (const tcu::PixelBufferAccess& dst, int gridWidth, int gridHeight, int numComponents, const int* vertices) argument
430 float cellH = (float)dst.getHeight() / (float)(gridHeight-1);
437 int cellY = de::clamp(deFloorFloatToInt32((float)y / cellH), 0, gridHeight-2);
489 const int gridHeight = de::clamp(minBufSize.y()/minCellSize, 1, 255)+1; local
490 const int numVertices = gridWidth*gridHeight;
491 const int numQuads = (gridWidth-1)*(gridHeight-1);
543 for (int y = 0; y < gridHeight;
[all...]
H A Des3fTextureMipmapTests.cpp315 int gridHeight = 4; local
317 int cellHeight = viewport.height / gridHeight;
354 for (int gridY = 0; gridY < gridHeight; gridY++)
361 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
406 for (int gridY = 0; gridY < gridHeight; gridY++)
413 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
1264 const int gridHeight = 4; local
1266 const int cellHeight = viewport.height / gridHeight;
1303 for (int gridY = 0; gridY < gridHeight; gridY++)
1310 const int curH = gridY+1 == gridHeight
1514 const int gridHeight = 4; local
2137 const int gridHeight = 4; local
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 190 milliseconds